Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
20:17:03 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch 20.10 at 4d29d58a6502e961d5abc7f698d7cd2855972586 rather than 89edb68e8917c61bd41bc9dcc516960ffa4a6556
Obtained Jenkinsfile from 4d29d58a6502e961d5abc7f698d7cd2855972586
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
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42538@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
20:17:06 [2021-06-18T20:17:06.448Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
20:17:06 [2021-06-18T20:17:06.452Z] Trying to pass milestone 1
[Pipeline] milestone
20:17:06 [2021-06-18T20:17:06.502Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
20:17:21 [2021-06-18T20:17:21.638Z] Still waiting to schedule task
20:17:21 [2021-06-18T20:17:21.641Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay220:18:22 [2021-06-18T20:18:22.219Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a0ef6c34aadc3918) in /home/ubuntu/workspace/moby_PR-42538
[Pipeline] {
[Pipeline] checkout
20:18:22 [2021-06-18T20:18:22.417Z] The recommended git tool is: git
20:18:25 [2021-06-18T20:18:25.637Z] using credential docker-jenkins-github-credentials
20:18:25 [2021-06-18T20:18:25.644Z] Cloning the remote Git repository
20:18:25 [2021-06-18T20:18:25.644Z] Cloning with configured refspecs honoured and without tags
20:18:25 [2021-06-18T20:18:25.665Z] Cloning repository https://github.com/moby/moby.git
20:18:25 [2021-06-18T20:18:25.716Z]  > git init /home/ubuntu/workspace/moby_PR-42538 # timeout=10
20:18:26 [2021-06-18T20:18:26.072Z] Fetching upstream changes from https://github.com/moby/moby.git
20:18:26 [2021-06-18T20:18:26.072Z]  > git --version # timeout=10
20:18:26 [2021-06-18T20:18:26.097Z]  > git --version # 'git version 2.17.1'
20:18:26 [2021-06-18T20:18:26.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:26 [2021-06-18T20:18:26.099Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:18:47 [2021-06-18T20:18:47.206Z] Fetching without tags
20:18:47 [2021-06-18T20:18:47.585Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:18:47 [2021-06-18T20:18:47.154Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:18:47 [2021-06-18T20:18:47.162Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:18:47 [2021-06-18T20:18:47.170Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:18:47 [2021-06-18T20:18:47.187Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:18:47 [2021-06-18T20:18:47.215Z] Fetching upstream changes from https://github.com/moby/moby.git
20:18:47 [2021-06-18T20:18:47.215Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:47 [2021-06-18T20:18:47.216Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:18:47 [2021-06-18T20:18:47.595Z]  > git config core.sparsecheckout # timeout=10
20:18:47 [2021-06-18T20:18:47.616Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:18:48 [2021-06-18T20:18:48.261Z]  > git remote # timeout=10
20:18:48 [2021-06-18T20:18:48.297Z]  > git config --get remote.origin.url # timeout=10
20:18:48 [2021-06-18T20:18:48.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:48 [2021-06-18T20:18:48.362Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:18:48 [2021-06-18T20:18:48.426Z]  > git rev-parse HEAD^{commit} # timeout=10
20:18:48 [2021-06-18T20:18:48.455Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:18:48 [2021-06-18T20:18:48.455Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:18:48 [2021-06-18T20:18:48.462Z]  > git config core.sparsecheckout # timeout=10
20:18:48 [2021-06-18T20:18:48.493Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:18:52 [2021-06-18T20:18:52.747Z] Commit message: "Fix possible overlapping IPs"
20:18:52 [2021-06-18T20:18:52.754Z]  > git rev-list --no-walk 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:18:53 [2021-06-18T20:18:53.917Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
20:19:02 [2021-06-18T20:19:02.052Z] Unable to find image 'alpine:latest' locally
20:19:02 [2021-06-18T20:19:02.052Z] latest: Pulling from library/alpine
20:19:02 [2021-06-18T20:19:02.052Z] 5843afab3874: Pulling fs layer
20:19:02 [2021-06-18T20:19:02.052Z] 5843afab3874: Verifying Checksum
20:19:02 [2021-06-18T20:19:02.052Z] 5843afab3874: Download complete
20:19:02 [2021-06-18T20:19:02.052Z] 5843afab3874: Pull complete
20:19:02 [2021-06-18T20:19:02.052Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
20:19:02 [2021-06-18T20:19:02.052Z] Status: Downloaded newer image for alpine:latest
20:19:10 [2021-06-18T20:19:10.173Z] 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: cgroup2)
[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] { (cgroup2)
[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
20:19:11 [2021-06-18T20:19:11.425Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a0ef6c34aadc3918) in /home/ubuntu/workspace/moby_PR-42538
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
20:19:11 [2021-06-18T20:19:11.446Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0fd5793c71f20b49f) in /home/ubuntu/workspace/moby_PR-42538
[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 "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
20:19:11 [2021-06-18T20:19:11.488Z] The recommended git tool is: git
20:19:11 [2021-06-18T20:19:11.496Z] using credential docker-jenkins-github-credentials
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
20:19:11 [2021-06-18T20:19:11.535Z] Fetching changes from the remote Git repository
[Pipeline] // stage
20:19:11 [2021-06-18T20:19:11.551Z] Fetching without tags
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
20:19:11 [2021-06-18T20:19:11.578Z] The recommended git tool is: git
[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] }
20:19:11 [2021-06-18T20:19:11.588Z] using credential docker-jenkins-github-credentials
20:19:11 [2021-06-18T20:19:11.595Z] Cloning the remote Git repository
20:19:11 [2021-06-18T20:19:11.595Z] Cloning with configured refspecs honoured and without tags
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
20:19:11 [2021-06-18T20:19:11.824Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
20:19:12 [2021-06-18T20:19:12.000Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:19:12 [2021-06-18T20:19:12.000Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:19:12 [2021-06-18T20:19:12.093Z] Commit message: "Fix possible overlapping IPs"
[Pipeline] withEnv
[Pipeline] {
20:19:11 [2021-06-18T20:19:11.500Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42538/.git # timeout=10
20:19:11 [2021-06-18T20:19:11.536Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:11 [2021-06-18T20:19:11.552Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:11 [2021-06-18T20:19:11.553Z]  > git --version # timeout=10
20:19:11 [2021-06-18T20:19:11.565Z]  > git --version # 'git version 2.17.1'
20:19:11 [2021-06-18T20:19:11.565Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:11 [2021-06-18T20:19:11.566Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:19:11 [2021-06-18T20:19:11.825Z]  > git config core.sparsecheckout # timeout=10
20:19:11 [2021-06-18T20:19:11.830Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:19:11 [2021-06-18T20:19:11.879Z]  > git remote # timeout=10
20:19:11 [2021-06-18T20:19:11.888Z]  > git config --get remote.origin.url # timeout=10
20:19:11 [2021-06-18T20:19:11.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:11 [2021-06-18T20:19:11.960Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:19:11 [2021-06-18T20:19:11.980Z]  > git rev-parse HEAD^{commit} # timeout=10
20:19:12 [2021-06-18T20:19:12.001Z]  > git config core.sparsecheckout # timeout=10
20:19:12 [2021-06-18T20:19:12.005Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
[Pipeline] sh
20:19:11 [2021-06-18T20:19:11.596Z] Cloning repository https://github.com/moby/moby.git
20:19:11 [2021-06-18T20:19:11.597Z]  > git init /home/ubuntu/workspace/moby_PR-42538 # timeout=10
20:19:11 [2021-06-18T20:19:11.611Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:11 [2021-06-18T20:19:11.611Z]  > git --version # timeout=10
20:19:11 [2021-06-18T20:19:11.615Z]  > git --version # 'git version 2.25.1'
20:19:11 [2021-06-18T20:19:11.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:11 [2021-06-18T20:19:11.618Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:19:12 [2021-06-18T20:19:12.780Z] + [ PR != PR ]
20:19:12 [2021-06-18T20:19:12.780Z] + [ 20.10 != master ]
20:19:12 [2021-06-18T20:19:12.780Z] + echo 1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:19:13 [2021-06-18T20:19:13.104Z] + docker version
20:19:13 [2021-06-18T20:19:13.104Z] Client: Docker Engine - Community
20:19:13 [2021-06-18T20:19:13.104Z]  Version:           20.10.6
20:19:13 [2021-06-18T20:19:13.104Z]  API version:       1.41
20:19:13 [2021-06-18T20:19:13.104Z]  Go version:        go1.13.15
20:19:13 [2021-06-18T20:19:13.104Z]  Git commit:        370c289
20:19:13 [2021-06-18T20:19:13.104Z]  Built:             Fri Apr  9 22:46:01 2021
20:19:13 [2021-06-18T20:19:13.104Z]  OS/Arch:           linux/amd64
20:19:13 [2021-06-18T20:19:13.104Z]  Context:           default
20:19:13 [2021-06-18T20:19:13.104Z]  Experimental:      true
20:19:13 [2021-06-18T20:19:13.104Z] 
20:19:13 [2021-06-18T20:19:13.104Z] Server: Docker Engine - Community
20:19:13 [2021-06-18T20:19:13.104Z]  Engine:
20:19:13 [2021-06-18T20:19:13.104Z]   Version:          20.10.6
20:19:13 [2021-06-18T20:19:13.104Z]   API version:      1.41 (minimum version 1.12)
20:19:13 [2021-06-18T20:19:13.104Z]   Go version:       go1.13.15
20:19:13 [2021-06-18T20:19:13.104Z]   Git commit:       8728dd2
20:19:13 [2021-06-18T20:19:13.104Z]   Built:            Fri Apr  9 22:44:13 2021
20:19:13 [2021-06-18T20:19:13.104Z]   OS/Arch:          linux/amd64
20:19:13 [2021-06-18T20:19:13.104Z]   Experimental:     true
20:19:13 [2021-06-18T20:19:13.104Z]  containerd:
20:19:13 [2021-06-18T20:19:13.104Z]   Version:          1.4.6
20:19:13 [2021-06-18T20:19:13.104Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
20:19:13 [2021-06-18T20:19:13.104Z]  runc:
20:19:13 [2021-06-18T20:19:13.104Z]   Version:          1.0.0-rc95
20:19:13 [2021-06-18T20:19:13.104Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:19:13 [2021-06-18T20:19:13.104Z]  docker-init:
20:19:13 [2021-06-18T20:19:13.104Z]   Version:          0.19.0
20:19:13 [2021-06-18T20:19:13.104Z]   GitCommit:        de40ad0
[Pipeline] sh
20:19:13 [2021-06-18T20:19:13.401Z] + docker info
20:19:25 [2021-06-18T20:19:25.615Z] Client:
20:19:25 [2021-06-18T20:19:25.615Z]  Context:    default
20:19:25 [2021-06-18T20:19:25.615Z]  Debug Mode: false
20:19:25 [2021-06-18T20:19:25.615Z]  Plugins:
20:19:25 [2021-06-18T20:19:25.615Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
20:19:25 [2021-06-18T20:19:25.615Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
20:19:25 [2021-06-18T20:19:25.615Z]   scan: Docker Scan (Docker Inc., v0.7.0)
20:19:25 [2021-06-18T20:19:25.615Z] 
20:19:25 [2021-06-18T20:19:25.615Z] Server:
20:19:25 [2021-06-18T20:19:25.615Z]  Containers: 0
20:19:25 [2021-06-18T20:19:25.615Z]   Running: 0
20:19:25 [2021-06-18T20:19:25.615Z]   Paused: 0
20:19:25 [2021-06-18T20:19:25.615Z]   Stopped: 0
20:19:25 [2021-06-18T20:19:25.615Z]  Images: 1
20:19:25 [2021-06-18T20:19:25.615Z]  Server Version: 20.10.6
20:19:25 [2021-06-18T20:19:25.615Z]  Storage Driver: overlay2
20:19:25 [2021-06-18T20:19:25.615Z]   Backing Filesystem: extfs
20:19:25 [2021-06-18T20:19:25.615Z]   Supports d_type: true
20:19:25 [2021-06-18T20:19:25.615Z]   Native Overlay Diff: true
20:19:25 [2021-06-18T20:19:25.615Z]   userxattr: false
20:19:25 [2021-06-18T20:19:25.615Z]  Logging Driver: json-file
20:19:25 [2021-06-18T20:19:25.615Z]  Cgroup Driver: cgroupfs
20:19:25 [2021-06-18T20:19:25.615Z]  Cgroup Version: 1
20:19:25 [2021-06-18T20:19:25.615Z]  Plugins:
20:19:25 [2021-06-18T20:19:25.615Z]   Volume: local
20:19:25 [2021-06-18T20:19:25.615Z]   Network: bridge host ipvlan macvlan null overlay
20:19:25 [2021-06-18T20:19:25.615Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:19:25 [2021-06-18T20:19:25.615Z]  Swarm: inactive
20:19:25 [2021-06-18T20:19:25.615Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
20:19:25 [2021-06-18T20:19:25.615Z]  Default Runtime: runc
20:19:25 [2021-06-18T20:19:25.615Z]  Init Binary: docker-init
20:19:25 [2021-06-18T20:19:25.615Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
20:19:25 [2021-06-18T20:19:25.615Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:19:25 [2021-06-18T20:19:25.615Z]  init version: de40ad0
20:19:25 [2021-06-18T20:19:25.615Z]  Security Options:
20:19:25 [2021-06-18T20:19:25.615Z]   apparmor
20:19:25 [2021-06-18T20:19:25.615Z]   seccomp
20:19:25 [2021-06-18T20:19:25.615Z]    Profile: default
20:19:25 [2021-06-18T20:19:25.615Z]  Kernel Version: 5.4.0-1048-aws
20:19:25 [2021-06-18T20:19:25.615Z]  Operating System: Ubuntu 18.04.5 LTS
20:19:25 [2021-06-18T20:19:25.615Z]  OSType: linux
20:19:25 [2021-06-18T20:19:25.615Z]  Architecture: x86_64
20:19:25 [2021-06-18T20:19:25.615Z]  CPUs: 2
20:19:25 [2021-06-18T20:19:25.615Z]  Total Memory: 7.487GiB
20:19:25 [2021-06-18T20:19:25.615Z]  Name: ip-10-100-113-43
20:19:25 [2021-06-18T20:19:25.615Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
20:19:25 [2021-06-18T20:19:25.615Z]  Docker Root Dir: /var/lib/docker
20:19:25 [2021-06-18T20:19:25.615Z]  Debug Mode: false
20:19:25 [2021-06-18T20:19:25.615Z]  Registry: https://index.docker.io/v1/
20:19:25 [2021-06-18T20:19:25.615Z]  Labels:
20:19:25 [2021-06-18T20:19:25.615Z]  Experimental: true
20:19:25 [2021-06-18T20:19:25.615Z]  Insecure Registries:
20:19:25 [2021-06-18T20:19:25.615Z]   127.0.0.0/8
20:19:25 [2021-06-18T20:19:25.615Z]  Live Restore Enabled: true
20:19:25 [2021-06-18T20:19:25.615Z] 
20:19:25 [2021-06-18T20:19:25.615Z] WARNING: No swap limit support
[Pipeline] sh
20:19:25 [2021-06-18T20:19:25.907Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:25 [2021-06-18T20:19:25.907Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:25 [2021-06-18T20:19:25.907Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42538/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:19:25 [2021-06-18T20:19:25.907Z] + bash /home/ubuntu/workspace/moby_PR-42538/check-config.sh
20:19:25 [2021-06-18T20:19:25.907Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:19:25 [2021-06-18T20:19:25.907Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
20:19:25 [2021-06-18T20:19:25.907Z] 
20:19:25 [2021-06-18T20:19:25.907Z] Generally Necessary:
20:19:25 [2021-06-18T20:19:25.907Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:19:25 [2021-06-18T20:19:25.907Z] - apparmor: enabled and tools installed
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_NAMESPACES: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_NET_NS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_PID_NS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_IPC_NS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_UTS_NS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CGROUPS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CGROUP_CPUACCT: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CGROUP_DEVICE: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CGROUP_FREEZER: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CGROUP_SCHED: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_CPUSETS: enabled
20:19:25 [2021-06-18T20:19:25.907Z] - CONFIG_MEMCG: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_KEYS: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_VETH: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_BRIDGE: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NF_NAT_IPV4: missing
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NF_NAT: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NF_NAT_NEEDED: missing
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_POSIX_MQUEUE: enabled
20:19:26 [2021-06-18T20:19:26.169Z] 
20:19:26 [2021-06-18T20:19:26.169Z] Optional Features:
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_USER_NS: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_SECCOMP: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CGROUP_PIDS: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_MEMCG_SWAP: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:19:26 [2021-06-18T20:19:26.169Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_BLK_CGROUP: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IOSCHED_CFQ: missing
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CGROUP_PERF: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CGROUP_HUGETLB: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_CFS_BANDWIDTH: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_RT_GROUP_SCHED: missing
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_VS: enabled (as module)
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_VS_NFCT: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:19:26 [2021-06-18T20:19:26.169Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:19:26 [2021-06-18T20:19:26.425Z] Still waiting to schedule task
20:19:26 [2021-06-18T20:19:26.426Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay220:19:26 [2021-06-18T20:19:26.426Z] Still waiting to schedule task
20:19:26 [2021-06-18T20:19:26.427Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay220:19:26 [2021-06-18T20:19:26.427Z] Still waiting to schedule task
20:19:26 [2021-06-18T20:19:26.427Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-090f58f988e621f45)20:19:26 [2021-06-18T20:19:26.432Z] - CONFIG_IP_VS_RR: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z] - CONFIG_EXT4_FS: enabled
20:19:26 [2021-06-18T20:19:26.432Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:19:26 [2021-06-18T20:19:26.432Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:19:26 [2021-06-18T20:19:26.432Z] - Network Drivers:
20:19:26 [2021-06-18T20:19:26.432Z]   - "overlay":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_VXLAN: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       Optional (for encrypted networks):
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_CRYPTO: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_CRYPTO_AEAD: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_CRYPTO_GCM: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_CRYPTO_GHASH: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_XFRM: enabled
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_XFRM_USER: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_INET_ESP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:19:26 [2021-06-18T20:19:26.432Z]   - "ipvlan":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_IPVLAN: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]   - "macvlan":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_MACVLAN: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_DUMMY: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]   - "ftp,tftp client in container":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z] - Storage Drivers:
20:19:26 [2021-06-18T20:19:26.432Z]   - "aufs":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_AUFS_FS: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]   - "btrfs":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:19:26 [2021-06-18T20:19:26.432Z]   - "devicemapper":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_BLK_DEV_DM: enabled
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]   - "overlay":
20:19:26 [2021-06-18T20:19:26.432Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:19:26 [2021-06-18T20:19:26.432Z]   - "zfs":
20:19:26 [2021-06-18T20:19:26.432Z]     - /dev/zfs: present
20:19:26 [2021-06-18T20:19:26.432Z]     - zfs command: missing
20:19:26 [2021-06-18T20:19:26.432Z]     - zpool command: missing
20:19:26 [2021-06-18T20:19:26.432Z] 
20:19:26 [2021-06-18T20:19:26.432Z] Limits:
20:19:26 [2021-06-18T20:19:26.432Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:19:26 [2021-06-18T20:19:26.432Z] 
20:19:26 [2021-06-18T20:19:26.432Z] + true
20:19:26 [2021-06-18T20:19:26.434Z] Still waiting to schedule task
20:19:26 [2021-06-18T20:19:26.434Z] Waiting for next available executor on ‘windows-2019[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:19:26 [2021-06-18T20:19:26.547Z] Fetching without tags
20:19:26 [2021-06-18T20:19:26.761Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 .
20:19:26 [2021-06-18T20:19:26.920Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:19:27 [2021-06-18T20:19:27.019Z] #2 [internal] load .dockerignore
20:19:27 [2021-06-18T20:19:27.019Z] #2 sha256:372272f72002353023d8ac7c07eb318cc5572738e6ce6b4aba289a353449fcca
20:19:27 [2021-06-18T20:19:27.019Z] #2 transferring context: 87B 0.0s done
20:19:27 [2021-06-18T20:19:27.019Z] #2 DONE 0.0s
20:19:27 [2021-06-18T20:19:27.019Z] 
20:19:27 [2021-06-18T20:19:27.019Z] #1 [internal] load build definition from Dockerfile
20:19:27 [2021-06-18T20:19:27.019Z] #1 sha256:bd3ee142633438d56848f7828e38fde5fc08ddf1d8f09b67449c9dfe5a1aea91
20:19:27 [2021-06-18T20:19:27.019Z] #1 transferring dockerfile: 17.02kB 0.0s done
20:19:27 [2021-06-18T20:19:27.019Z] #1 DONE 0.1s
20:19:27 [2021-06-18T20:19:27.019Z] 
20:19:27 [2021-06-18T20:19:27.019Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
20:19:27 [2021-06-18T20:19:27.019Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
20:19:27 [2021-06-18T20:19:27.278Z] #3 DONE 0.3s
20:19:27 [2021-06-18T20:19:27.278Z] 
20:19:27 [2021-06-18T20:19:27.278Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
20:19:27 [2021-06-18T20:19:27.278Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
20:19:27 [2021-06-18T20:19:27.278Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
20:19:27 [2021-06-18T20:19:27.278Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
20:19:27 [2021-06-18T20:19:27.278Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
20:19:27 [2021-06-18T20:19:27.278Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
20:19:27 [2021-06-18T20:19:27.278Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s
20:19:26 [2021-06-18T20:19:26.506Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:26 [2021-06-18T20:19:26.511Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:19:26 [2021-06-18T20:19:26.516Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:19:26 [2021-06-18T20:19:26.533Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:26 [2021-06-18T20:19:26.548Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:26 [2021-06-18T20:19:26.548Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:26 [2021-06-18T20:19:26.550Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:19:26 [2021-06-18T20:19:26.921Z]  > git config core.sparsecheckout # timeout=10
20:19:26 [2021-06-18T20:19:26.929Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:19:27 [2021-06-18T20:19:27.537Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
20:19:27 [2021-06-18T20:19:27.537Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
20:19:27 [2021-06-18T20:19:27.537Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
20:19:27 [2021-06-18T20:19:27.872Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:19:27 [2021-06-18T20:19:27.873Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:19:28 [2021-06-18T20:19:28.110Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
20:19:28 [2021-06-18T20:19:28.110Z] #4 DONE 0.8s
20:19:28 [2021-06-18T20:19:28.110Z] 
20:19:28 [2021-06-18T20:19:28.110Z] #5 [internal] load metadata for docker.io/library/debian:buster
20:19:28 [2021-06-18T20:19:28.110Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
20:19:29 [2021-06-18T20:19:29.022Z] Commit message: "Fix possible overlapping IPs"
20:19:27 [2021-06-18T20:19:27.838Z]  > git remote # timeout=10
20:19:27 [2021-06-18T20:19:27.842Z]  > git config --get remote.origin.url # timeout=10
20:19:27 [2021-06-18T20:19:27.847Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:27 [2021-06-18T20:19:27.849Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:19:27 [2021-06-18T20:19:27.865Z]  > git rev-parse HEAD^{commit} # timeout=10
20:19:27 [2021-06-18T20:19:27.873Z]  > git config core.sparsecheckout # timeout=10
20:19:27 [2021-06-18T20:19:27.881Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:19:29 [2021-06-18T20:19:29.484Z] #5 DONE 1.0s
20:19:29 [2021-06-18T20:19:29.484Z] 
20:19:29 [2021-06-18T20:19:29.484Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:19:29 [2021-06-18T20:19:29.484Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
20:19:29 [2021-06-18T20:19:29.484Z] #7 DONE 1.0s
20:19:29 [2021-06-18T20:19:29.484Z] 
20:19:29 [2021-06-18T20:19:29.484Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:19:29 [2021-06-18T20:19:29.484Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
20:19:29 [2021-06-18T20:19:29.484Z] #6 DONE 1.0s
20:19:29 [2021-06-18T20:19:29.484Z] 
20:19:29 [2021-06-18T20:19:29.484Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:19:29 [2021-06-18T20:19:29.484Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
20:19:29 [2021-06-18T20:19:29.484Z] #8 DONE 1.0s
20:19:29 [2021-06-18T20:19:29.690Z] + docker version
20:19:29 [2021-06-18T20:19:29.690Z] Client: Docker Engine - Community
20:19:29 [2021-06-18T20:19:29.690Z]  Version:           20.10.6
20:19:29 [2021-06-18T20:19:29.690Z]  API version:       1.41
20:19:29 [2021-06-18T20:19:29.690Z]  Go version:        go1.13.15
20:19:29 [2021-06-18T20:19:29.690Z]  Git commit:        370c289
20:19:29 [2021-06-18T20:19:29.690Z]  Built:             Fri Apr  9 22:45:59 2021
20:19:29 [2021-06-18T20:19:29.690Z]  OS/Arch:           linux/arm64
20:19:29 [2021-06-18T20:19:29.690Z]  Context:           default
20:19:29 [2021-06-18T20:19:29.690Z]  Experimental:      true
20:19:29 [2021-06-18T20:19:29.690Z] 
20:19:29 [2021-06-18T20:19:29.690Z] Server: Docker Engine - Community
20:19:29 [2021-06-18T20:19:29.690Z]  Engine:
20:19:29 [2021-06-18T20:19:29.690Z]   Version:          20.10.6
20:19:29 [2021-06-18T20:19:29.690Z]   API version:      1.41 (minimum version 1.12)
20:19:29 [2021-06-18T20:19:29.690Z]   Go version:       go1.13.15
20:19:29 [2021-06-18T20:19:29.690Z]   Git commit:       8728dd2
20:19:29 [2021-06-18T20:19:29.690Z]   Built:            Fri Apr  9 22:44:09 2021
20:19:29 [2021-06-18T20:19:29.690Z]   OS/Arch:          linux/arm64
20:19:29 [2021-06-18T20:19:29.690Z]   Experimental:     true
20:19:29 [2021-06-18T20:19:29.690Z]  containerd:
20:19:29 [2021-06-18T20:19:29.690Z]   Version:          1.4.6
20:19:29 [2021-06-18T20:19:29.690Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
20:19:29 [2021-06-18T20:19:29.690Z]  runc:
20:19:29 [2021-06-18T20:19:29.690Z]   Version:          1.0.0-rc95
20:19:29 [2021-06-18T20:19:29.690Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:19:29 [2021-06-18T20:19:29.690Z]  docker-init:
20:19:29 [2021-06-18T20:19:29.690Z]   Version:          0.19.0
20:19:29 [2021-06-18T20:19:29.690Z]   GitCommit:        de40ad0
[Pipeline] sh
20:19:29 [2021-06-18T20:19:29.979Z] + docker info
20:19:30 [2021-06-18T20:19:30.052Z] 
20:19:30 [2021-06-18T20:19:30.052Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:19:30 [2021-06-18T20:19:30.052Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:19:30 [2021-06-18T20:19:30.052Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
20:19:30 [2021-06-18T20:19:30.052Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
20:19:30 [2021-06-18T20:19:30.052Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.1s
20:19:30 [2021-06-18T20:19:30.052Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:19:30 [2021-06-18T20:19:30.053Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
20:19:30 [2021-06-18T20:19:30.323Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.15MB / 12.42MB 0.3s
20:19:30 [2021-06-18T20:19:30.323Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 8.77MB / 12.42MB 0.4s
20:19:30 [2021-06-18T20:19:30.548Z] Client:
20:19:30 [2021-06-18T20:19:30.548Z]  Context:    default
20:19:30 [2021-06-18T20:19:30.548Z]  Debug Mode: false
20:19:30 [2021-06-18T20:19:30.548Z]  Plugins:
20:19:30 [2021-06-18T20:19:30.548Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
20:19:30 [2021-06-18T20:19:30.548Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
20:19:30 [2021-06-18T20:19:30.548Z] 
20:19:30 [2021-06-18T20:19:30.548Z] Server:
20:19:30 [2021-06-18T20:19:30.548Z]  Containers: 0
20:19:30 [2021-06-18T20:19:30.548Z]   Running: 0
20:19:30 [2021-06-18T20:19:30.548Z]   Paused: 0
20:19:30 [2021-06-18T20:19:30.548Z]   Stopped: 0
20:19:30 [2021-06-18T20:19:30.548Z]  Images: 2
20:19:30 [2021-06-18T20:19:30.548Z]  Server Version: 20.10.6
20:19:30 [2021-06-18T20:19:30.548Z]  Storage Driver: overlay2
20:19:30 [2021-06-18T20:19:30.548Z]   Backing Filesystem: extfs
20:19:30 [2021-06-18T20:19:30.548Z]   Supports d_type: true
20:19:30 [2021-06-18T20:19:30.548Z]   Native Overlay Diff: true
20:19:30 [2021-06-18T20:19:30.548Z]   userxattr: false
20:19:30 [2021-06-18T20:19:30.548Z]  Logging Driver: json-file
20:19:30 [2021-06-18T20:19:30.548Z]  Cgroup Driver: cgroupfs
20:19:30 [2021-06-18T20:19:30.548Z]  Cgroup Version: 1
20:19:30 [2021-06-18T20:19:30.548Z]  Plugins:
20:19:30 [2021-06-18T20:19:30.548Z]   Volume: local
20:19:30 [2021-06-18T20:19:30.548Z]   Network: bridge host ipvlan macvlan null overlay
20:19:30 [2021-06-18T20:19:30.548Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:19:30 [2021-06-18T20:19:30.548Z]  Swarm: inactive
20:19:30 [2021-06-18T20:19:30.548Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
20:19:30 [2021-06-18T20:19:30.548Z]  Default Runtime: runc
20:19:30 [2021-06-18T20:19:30.548Z]  Init Binary: docker-init
20:19:30 [2021-06-18T20:19:30.548Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
20:19:30 [2021-06-18T20:19:30.548Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:19:30 [2021-06-18T20:19:30.548Z]  init version: de40ad0
20:19:30 [2021-06-18T20:19:30.548Z]  Security Options:
20:19:30 [2021-06-18T20:19:30.548Z]   apparmor
20:19:30 [2021-06-18T20:19:30.548Z]   seccomp
20:19:30 [2021-06-18T20:19:30.548Z]    Profile: default
20:19:30 [2021-06-18T20:19:30.548Z]  Kernel Version: 5.4.0-1048-aws
20:19:30 [2021-06-18T20:19:30.548Z]  Operating System: Ubuntu 20.04.2 LTS
20:19:30 [2021-06-18T20:19:30.548Z]  OSType: linux
20:19:30 [2021-06-18T20:19:30.548Z]  Architecture: aarch64
20:19:30 [2021-06-18T20:19:30.548Z]  CPUs: 4
20:19:30 [2021-06-18T20:19:30.548Z]  Total Memory: 7.494GiB
20:19:30 [2021-06-18T20:19:30.548Z]  Name: ip-10-100-122-42
20:19:30 [2021-06-18T20:19:30.548Z]  ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG
20:19:30 [2021-06-18T20:19:30.548Z]  Docker Root Dir: /var/lib/docker
20:19:30 [2021-06-18T20:19:30.548Z]  Debug Mode: false
20:19:30 [2021-06-18T20:19:30.548Z]  Registry: https://index.docker.io/v1/
20:19:30 [2021-06-18T20:19:30.548Z]  Labels:
20:19:30 [2021-06-18T20:19:30.548Z]  Experimental: true
20:19:30 [2021-06-18T20:19:30.548Z]  Insecure Registries:
20:19:30 [2021-06-18T20:19:30.548Z]   127.0.0.0/8
20:19:30 [2021-06-18T20:19:30.548Z]  Live Restore Enabled: true
20:19:30 [2021-06-18T20:19:30.548Z] 
20:19:30 [2021-06-18T20:19:30.548Z] WARNING: No swap limit support
[Pipeline] sh
20:19:30 [2021-06-18T20:19:30.583Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s
20:19:30 [2021-06-18T20:19:30.837Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:30 [2021-06-18T20:19:30.837Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:30 [2021-06-18T20:19:30.837Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42538/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:19:30 [2021-06-18T20:19:30.837Z] + bash /home/ubuntu/workspace/moby_PR-42538/check-config.sh
20:19:30 [2021-06-18T20:19:30.837Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:19:30 [2021-06-18T20:19:30.837Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
20:19:30 [2021-06-18T20:19:30.837Z] 
20:19:30 [2021-06-18T20:19:30.837Z] Generally Necessary:
20:19:30 [2021-06-18T20:19:30.837Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:19:30 [2021-06-18T20:19:30.837Z] - apparmor: enabled and tools installed
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_NAMESPACES: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_NET_NS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_PID_NS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_IPC_NS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_UTS_NS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CGROUPS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CGROUP_CPUACCT: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CGROUP_DEVICE: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CGROUP_FREEZER: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CGROUP_SCHED: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_CPUSETS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_MEMCG: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_KEYS: enabled
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_VETH: enabled (as module)
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_BRIDGE: enabled (as module)
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_NF_NAT_IPV4: missing
20:19:30 [2021-06-18T20:19:30.837Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:19:30 [2021-06-18T20:19:30.848Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done
20:19:30 [2021-06-18T20:19:30.848Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_NF_NAT: enabled (as module)
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_NF_NAT_NEEDED: missing
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_POSIX_MQUEUE: enabled
20:19:31 [2021-06-18T20:19:31.098Z] 
20:19:31 [2021-06-18T20:19:31.098Z] Optional Features:
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_USER_NS: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_SECCOMP: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_CGROUP_PIDS: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_MEMCG_SWAP: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:19:31 [2021-06-18T20:19:31.098Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_BLK_CGROUP: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_IOSCHED_CFQ: missing
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_CGROUP_PERF: enabled
20:19:31 [2021-06-18T20:19:31.098Z] - CONFIG_CGROUP_HUGETLB: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_CFS_BANDWIDTH: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_RT_GROUP_SCHED: missing
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_VS: enabled (as module)
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_VS_NFCT: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_IP_VS_RR: enabled (as module)
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_EXT4_FS: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:19:31 [2021-06-18T20:19:31.358Z] - Network Drivers:
20:19:31 [2021-06-18T20:19:31.358Z]   - "overlay":
20:19:31 [2021-06-18T20:19:31.358Z]     - CONFIG_VXLAN: enabled (as module)
20:19:31 [2021-06-18T20:19:31.358Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:19:31 [2021-06-18T20:19:31.358Z]       Optional (for encrypted networks):
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_CRYPTO: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_CRYPTO_AEAD: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_CRYPTO_GCM: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_CRYPTO_GHASH: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_XFRM: enabled
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_XFRM_USER: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_INET_ESP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:19:31 [2021-06-18T20:19:31.618Z]   - "ipvlan":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_IPVLAN: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]   - "macvlan":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_MACVLAN: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_DUMMY: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]   - "ftp,tftp client in container":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z] - Storage Drivers:
20:19:31 [2021-06-18T20:19:31.618Z]   - "aufs":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_AUFS_FS: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]   - "btrfs":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:19:31 [2021-06-18T20:19:31.618Z]   - "devicemapper":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_BLK_DEV_DM: enabled
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]   - "overlay":
20:19:31 [2021-06-18T20:19:31.618Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:19:31 [2021-06-18T20:19:31.618Z]   - "zfs":
20:19:31 [2021-06-18T20:19:31.618Z]     - /dev/zfs: present
20:19:31 [2021-06-18T20:19:31.618Z]     - zfs command: missing
20:19:31 [2021-06-18T20:19:31.619Z]     - zpool command: missing
20:19:31 [2021-06-18T20:19:31.619Z] 
20:19:31 [2021-06-18T20:19:31.619Z] Limits:
20:19:31 [2021-06-18T20:19:31.619Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:19:31 [2021-06-18T20:19:31.619Z] 
20:19:31 [2021-06-18T20:19:31.619Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:19:31 [2021-06-18T20:19:31.957Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 .
20:19:34 [2021-06-18T20:19:34.155Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.1s done
20:19:34 [2021-06-18T20:19:34.500Z] #1 [internal] load build definition from Dockerfile
20:19:34 [2021-06-18T20:19:34.500Z] #1 sha256:fb7bc126637197d7dddf8ee87fafa053f422e16527ba3d216692aa863308bc93
20:19:34 [2021-06-18T20:19:34.500Z] #1 transferring dockerfile: 17.02kB done
20:19:34 [2021-06-18T20:19:34.500Z] #1 DONE 0.0s
20:19:35 [2021-06-18T20:19:35.070Z] 
20:19:35 [2021-06-18T20:19:35.070Z] #2 [internal] load .dockerignore
20:19:35 [2021-06-18T20:19:35.070Z] #2 sha256:96ecf0d5890b2c388df749564b1fcda0237c0516f2618dae44eaa6ed368652a4
20:19:35 [2021-06-18T20:19:35.070Z] #2 transferring context: 87B done
20:19:35 [2021-06-18T20:19:35.070Z] #2 DONE 0.0s
20:19:35 [2021-06-18T20:19:35.534Z] #64 ...
20:19:35 [2021-06-18T20:19:35.534Z] 
20:19:35 [2021-06-18T20:19:35.534Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:19:35 [2021-06-18T20:19:35.534Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:19:35 [2021-06-18T20:19:35.534Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
20:19:35 [2021-06-18T20:19:35.534Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
20:19:35 [2021-06-18T20:19:35.534Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
20:19:35 [2021-06-18T20:19:35.534Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:19:35 [2021-06-18T20:19:35.534Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
20:19:35 [2021-06-18T20:19:35.534Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.7s done
20:19:35 [2021-06-18T20:19:35.534Z] #62 DONE 5.3s
20:19:35 [2021-06-18T20:19:35.534Z] 
20:19:35 [2021-06-18T20:19:35.534Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:35 [2021-06-18T20:19:35.534Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:19:35 [2021-06-18T20:19:35.534Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.8s done
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.7s done
20:19:35 [2021-06-18T20:19:35.535Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.4s
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.3s done
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.7s done
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.2s
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.3s done
20:19:35 [2021-06-18T20:19:35.535Z] #9 ...
20:19:35 [2021-06-18T20:19:35.535Z] 
20:19:35 [2021-06-18T20:19:35.535Z] #23 [internal] load build context
20:19:35 [2021-06-18T20:19:35.535Z] #23 sha256:73df2ed41fd1d340411bb6bcdaea990feca513d826f71628f100879d34bdeda5
20:19:35 [2021-06-18T20:19:35.535Z] #23 transferring context: 53.39MB 3.9s done
20:19:35 [2021-06-18T20:19:35.535Z] #23 DONE 5.3s
20:19:35 [2021-06-18T20:19:35.535Z] 
20:19:35 [2021-06-18T20:19:35.535Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:19:35 [2021-06-18T20:19:35.535Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:19:35 [2021-06-18T20:19:35.535Z] #64 DONE 5.4s
20:19:35 [2021-06-18T20:19:35.535Z] 
20:19:35 [2021-06-18T20:19:35.535Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:35 [2021-06-18T20:19:35.535Z] #9 ...
20:19:35 [2021-06-18T20:19:35.535Z] 
20:19:35 [2021-06-18T20:19:35.535Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:19:35 [2021-06-18T20:19:35.535Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 1.05MB / 50.43MB 5.4s
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 10.49MB / 50.43MB 5.5s
20:19:35 [2021-06-18T20:19:35.535Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 17.83MB / 50.43MB 5.6s
20:19:35 [2021-06-18T20:19:35.535Z] #26 ...
20:19:35 [2021-06-18T20:19:35.535Z] 
20:19:35 [2021-06-18T20:19:35.535Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:35 [2021-06-18T20:19:35.535Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:36 [2021-06-18T20:19:36.011Z] 
20:19:36 [2021-06-18T20:19:36.011Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
20:19:36 [2021-06-18T20:19:36.011Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
20:19:36 [2021-06-18T20:19:36.108Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.4s done
20:19:36 [2021-06-18T20:19:36.293Z] #3 DONE 0.2s
20:19:36 [2021-06-18T20:19:36.293Z] 
20:19:36 [2021-06-18T20:19:36.293Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
20:19:36 [2021-06-18T20:19:36.293Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
20:19:36 [2021-06-18T20:19:36.293Z] #4 CACHED
20:19:36 [2021-06-18T20:19:36.867Z] 
20:19:36 [2021-06-18T20:19:36.867Z] #7 [internal] load metadata for docker.io/library/debian:buster
20:19:36 [2021-06-18T20:19:36.867Z] #7 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
20:19:36 [2021-06-18T20:19:36.867Z] #7 DONE 0.1s
20:19:36 [2021-06-18T20:19:36.867Z] 
20:19:36 [2021-06-18T20:19:36.867Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:19:36 [2021-06-18T20:19:36.867Z] #5 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
20:19:36 [2021-06-18T20:19:36.867Z] #5 DONE 0.1s
20:19:36 [2021-06-18T20:19:36.867Z] 
20:19:36 [2021-06-18T20:19:36.867Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:19:36 [2021-06-18T20:19:36.867Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
20:19:36 [2021-06-18T20:19:36.867Z] #8 DONE 0.1s
20:19:36 [2021-06-18T20:19:36.867Z] 
20:19:36 [2021-06-18T20:19:36.867Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:19:36 [2021-06-18T20:19:36.867Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
20:19:37 [2021-06-18T20:19:37.052Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:19:37 [2021-06-18T20:19:37.127Z] #6 DONE 0.3s
20:19:37 [2021-06-18T20:19:37.621Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
20:19:37 [2021-06-18T20:19:37.703Z] 
20:19:37 [2021-06-18T20:19:37.703Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:19:37 [2021-06-18T20:19:37.703Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:19:37 [2021-06-18T20:19:37.703Z] #64 DONE 0.0s
20:19:37 [2021-06-18T20:19:37.703Z] 
20:19:37 [2021-06-18T20:19:37.703Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:19:37 [2021-06-18T20:19:37.703Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561
20:19:37 [2021-06-18T20:19:37.703Z] #26 DONE 0.0s
20:19:37 [2021-06-18T20:19:37.703Z] 
20:19:37 [2021-06-18T20:19:37.703Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:19:37 [2021-06-18T20:19:37.703Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:19:37 [2021-06-18T20:19:37.703Z] #62 DONE 0.0s
20:19:37 [2021-06-18T20:19:37.703Z] 
20:19:37 [2021-06-18T20:19:37.703Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
20:19:37 [2021-06-18T20:19:37.703Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.1s
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s
20:19:37 [2021-06-18T20:19:37.703Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.1s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 1.05MB / 7.68MB 0.2s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 2.10MB / 7.68MB 0.3s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 3.15MB / 9.98MB 0.3s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 3.15MB / 7.68MB 0.4s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 13.63MB / 49.18MB 0.4s
20:19:37 [2021-06-18T20:19:37.980Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 4.47MB / 9.98MB 0.4s
20:19:38 [2021-06-18T20:19:38.189Z] #9 ...
20:19:38 [2021-06-18T20:19:38.189Z] 
20:19:38 [2021-06-18T20:19:38.189Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
20:19:38 [2021-06-18T20:19:38.189Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
20:19:38 [2021-06-18T20:19:38.189Z] #63 DONE 0.5s
20:19:38 [2021-06-18T20:19:38.189Z] 
20:19:38 [2021-06-18T20:19:38.189Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:38 [2021-06-18T20:19:38.189Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:38 [2021-06-18T20:19:38.189Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.29MB / 7.68MB 0.5s
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.5s
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 7.34MB / 9.98MB 0.5s
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 33.55MB / 49.18MB 0.7s
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.6s done
20:19:38 [2021-06-18T20:19:38.252Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.7s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 40.89MB / 49.18MB 0.8s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 7.34MB / 52.16MB 0.8s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 0.8s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 0.9s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 19.92MB / 52.16MB 0.9s
20:19:38 [2021-06-18T20:19:38.522Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 5.24MB / 62.53MB 0.9s
20:19:38 [2021-06-18T20:19:38.757Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
20:19:38 [2021-06-18T20:19:38.794Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 0.9s done
20:19:38 [2021-06-18T20:19:38.794Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 1.0s
20:19:38 [2021-06-18T20:19:38.794Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 31.46MB / 52.16MB 1.2s
20:19:38 [2021-06-18T20:19:38.794Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 16.78MB / 62.53MB 1.2s
20:19:39 [2021-06-18T20:19:39.015Z] #9 ...
20:19:39 [2021-06-18T20:19:39.015Z] 
20:19:39 [2021-06-18T20:19:39.015Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
20:19:39 [2021-06-18T20:19:39.015Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
20:19:39 [2021-06-18T20:19:39.015Z] #65 DONE 0.7s
20:19:39 [2021-06-18T20:19:39.015Z] 
20:19:39 [2021-06-18T20:19:39.015Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:39 [2021-06-18T20:19:39.015Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:39 [2021-06-18T20:19:39.015Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 41.85MB / 52.16MB 1.3s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 12.58MB / 97.69MB 1.3s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 46.14MB / 52.16MB 1.4s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 25.17MB / 62.53MB 1.4s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 21.85MB / 97.69MB 1.4s
20:19:39 [2021-06-18T20:19:39.056Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 49.28MB / 52.16MB 1.5s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.51MB / 62.53MB 1.5s
20:19:39 [2021-06-18T20:19:39.056Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 31.46MB / 97.69MB 1.5s
20:19:39 [2021-06-18T20:19:39.321Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.7s
20:19:39 [2021-06-18T20:19:39.321Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 49.28MB / 62.53MB 1.7s
20:19:39 [2021-06-18T20:19:39.321Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.7s done
20:19:39 [2021-06-18T20:19:39.321Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 40.89MB / 97.69MB 1.8s
20:19:39 [2021-06-18T20:19:39.321Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 1.8s
20:19:39 [2021-06-18T20:19:39.586Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 51.38MB / 97.69MB 1.9s
20:19:39 [2021-06-18T20:19:39.586Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 1.9s done
20:19:39 [2021-06-18T20:19:39.586Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 62.91MB / 97.69MB 2.0s
20:19:39 [2021-06-18T20:19:39.860Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.2s
20:19:39 [2021-06-18T20:19:39.860Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.2s done
20:19:40 [2021-06-18T20:19:40.131Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 74.45MB / 97.69MB 2.4s
20:19:40 [2021-06-18T20:19:40.131Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 80.74MB / 97.69MB 2.5s
20:19:40 [2021-06-18T20:19:40.394Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 87.03MB / 97.69MB 2.6s
20:19:40 [2021-06-18T20:19:40.394Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 2.8s
20:19:40 [2021-06-18T20:19:40.655Z] #9 ...
20:19:40 [2021-06-18T20:19:40.655Z] 
20:19:40 [2021-06-18T20:19:40.655Z] #23 [internal] load build context
20:19:40 [2021-06-18T20:19:40.655Z] #23 sha256:6d72fa5da54c0538368914e9ebbf9f7e4571e1565322454611c28aa95cb3e520
20:19:40 [2021-06-18T20:19:40.655Z] #23 transferring context: 53.39MB 2.6s done
20:19:40 [2021-06-18T20:19:40.655Z] #23 DONE 2.8s
20:19:40 [2021-06-18T20:19:40.655Z] 
20:19:40 [2021-06-18T20:19:40.655Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:40 [2021-06-18T20:19:40.655Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
20:19:40 [2021-06-18T20:19:40.655Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 2.9s done
20:19:41 [2021-06-18T20:19:41.559Z] #9 ...
20:19:41 [2021-06-18T20:19:41.559Z] 
20:19:41 [2021-06-18T20:19:41.559Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:19:41 [2021-06-18T20:19:41.559Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:19:41 [2021-06-18T20:19:41.559Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 6.9s done
20:19:41 [2021-06-18T20:19:41.559Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 3.8s done
20:19:41 [2021-06-18T20:19:41.559Z] #26 DONE 11.2s
20:19:41 [2021-06-18T20:19:41.559Z] 
20:19:41 [2021-06-18T20:19:41.559Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:41 [2021-06-18T20:19:41.559Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:41 [2021-06-18T20:19:41.596Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.8s done
20:19:42 [2021-06-18T20:19:42.166Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
20:19:42 [2021-06-18T20:19:42.166Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done
20:19:42 [2021-06-18T20:19:42.427Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
20:19:42 [2021-06-18T20:19:42.688Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done
20:19:42 [2021-06-18T20:19:42.688Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
20:19:42 [2021-06-18T20:19:42.938Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done
20:19:43 [2021-06-18T20:19:43.197Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:19:44 [2021-06-18T20:19:44.601Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.7s done
20:19:44 [2021-06-18T20:19:44.861Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
20:19:46 [2021-06-18T20:19:46.774Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.4s done
20:19:46 [2021-06-18T20:19:46.774Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe
20:19:47 [2021-06-18T20:19:47.393Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done
20:19:47 [2021-06-18T20:19:47.393Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:19:49 [2021-06-18T20:19:49.943Z] #9 ...
20:19:49 [2021-06-18T20:19:49.943Z] 
20:19:49 [2021-06-18T20:19:49.943Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:19:49 [2021-06-18T20:19:49.943Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.009 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.009 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.018 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.188 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.404 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 1.685 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:19:49 [2021-06-18T20:19:49.943Z] #27 3.288 Fetched 8449 kB in 3s (3334 kB/s)
20:19:49 [2021-06-18T20:19:49.943Z] #27 3.288 Reading package lists...
20:19:49 [2021-06-18T20:19:49.943Z] #27 4.194 Reading package lists...
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.077 Building dependency tree...
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403 The following additional packages will be installed:
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403 Suggested packages:
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403   krb5-doc krb5-user
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403 Recommended packages:
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.403   krb5-locales publicsuffix libsasl2-modules
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.621 The following NEW packages will be installed:
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.621   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.621   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.621   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.621   libssh2-1 libssl1.1 openssl
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.896 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded.
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.896 Need to get 5059 kB of archives.
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.896 After this operation, 12.1 MB of additional disk space will be used.
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.896 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.901 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.901 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.901 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.902 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.913 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.913 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.916 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.919 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.928 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.928 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.928 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.930 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.932 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.933 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.936 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.940 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.942 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.945 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.960 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 5.968 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.103 debconf: delaying package configuration, since apt-utils is not installed
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.125 Fetched 5059 kB in 0s (15.4 MB/s)
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.173 Selecting previously unselected package libssl1.1:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.173 (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.)
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.178 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.187 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.381 Selecting previously unselected package openssl.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.381 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.384 Unpacking openssl (1.1.1d-0+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.510 Selecting previously unselected package ca-certificates.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.510 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.514 Unpacking ca-certificates (20200601~deb10u2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.609 Selecting previously unselected package libkeyutils1:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.609 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.613 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.656 Selecting previously unselected package libkrb5support0:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.656 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.663 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.839 Selecting previously unselected package libk5crypto3:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.839 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.843 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.901 Selecting previously unselected package libkrb5-3:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.902 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 6.908 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.001 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.003 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.008 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.062 Selecting previously unselected package libsasl2-modules-db:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.062 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.066 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.115 Selecting previously unselected package libsasl2-2:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.115 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.119 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.164 Selecting previously unselected package libldap-common.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.164 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.169 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.257 Selecting previously unselected package libldap-2.4-2:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.257 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.269 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.326 Selecting previously unselected package libnghttp2-14:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.328 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.332 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.382 Selecting previously unselected package libpsl5:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.384 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.390 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.440 Selecting previously unselected package librtmp1:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.440 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.445 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.492 Selecting previously unselected package libssh2-1:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.492 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.496 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.554 Selecting previously unselected package libcurl4:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.555 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.564 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.630 Selecting previously unselected package curl.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.631 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.636 Unpacking curl (7.64.0-4+deb10u2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.713 Selecting previously unselected package libonig5:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.713 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.722 Unpacking libonig5:amd64 (6.9.1-1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.781 Selecting previously unselected package libjq1:amd64.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.782 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.786 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.830 Selecting previously unselected package jq.
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.830 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.836 Unpacking jq (1.5+dfsg-2+b1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.883 Setting up libkeyutils1:amd64 (1.6-6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.895 Setting up libpsl5:amd64 (0.20.2-2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 7.911 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.009 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.022 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.041 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.054 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.066 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.078 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.090 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.105 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.117 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.128 Setting up openssl (1.1.1d-0+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.145 Setting up libonig5:amd64 (6.9.1-1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.157 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.170 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 8.181 Setting up ca-certificates (20200601~deb10u2) ...
20:19:49 [2021-06-18T20:19:49.944Z] #27 ...
20:19:49 [2021-06-18T20:19:49.944Z] 
20:19:49 [2021-06-18T20:19:49.944Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:49 [2021-06-18T20:19:49.944Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:50 [2021-06-18T20:19:50.076Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.1s done
20:19:50 [2021-06-18T20:19:50.076Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.0s done
20:19:50 [2021-06-18T20:19:50.336Z] #9 DONE 12.7s
20:19:50 [2021-06-18T20:19:50.336Z] 
20:19:50 [2021-06-18T20:19:50.336Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:19:50 [2021-06-18T20:19:50.336Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
20:19:51 [2021-06-18T20:19:51.718Z] #10 DONE 1.3s
20:19:51 [2021-06-18T20:19:51.718Z] 
20:19:51 [2021-06-18T20:19:51.718Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
20:19:51 [2021-06-18T20:19:51.718Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
20:19:52 [2021-06-18T20:19:52.505Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s
20:19:52 [2021-06-18T20:19:52.661Z] #11 DONE 0.9s
20:19:52 [2021-06-18T20:19:52.661Z] 
20:19:52 [2021-06-18T20:19:52.661Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:19:52 [2021-06-18T20:19:52.661Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
20:19:52 [2021-06-18T20:19:52.924Z] #31 DONE 0.4s
20:19:52 [2021-06-18T20:19:52.924Z] 
20:19:52 [2021-06-18T20:19:52.924Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:19:52 [2021-06-18T20:19:52.924Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
20:19:52 [2021-06-18T20:19:52.924Z] #39 DONE 0.4s
20:19:52 [2021-06-18T20:19:52.924Z] 
20:19:52 [2021-06-18T20:19:52.924Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:19:52 [2021-06-18T20:19:52.924Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
20:19:53 [2021-06-18T20:19:53.886Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.3s done
20:19:54 [2021-06-18T20:19:54.454Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:19:54 [2021-06-18T20:19:54.713Z] #9 ...
20:19:54 [2021-06-18T20:19:54.713Z] 
20:19:54 [2021-06-18T20:19:54.713Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:19:54 [2021-06-18T20:19:54.713Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:19:54 [2021-06-18T20:19:54.713Z] #27 8.770 Updating certificates in /etc/ssl/certs...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.578 137 added, 0 removed; done.
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.697 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.711 Setting up jq (1.5+dfsg-2+b1) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.725 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.737 Setting up curl (7.64.0-4+deb10u2) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.749 Processing triggers for libc-bin (2.28-10) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.769 Processing triggers for ca-certificates (20200601~deb10u2) ...
20:19:54 [2021-06-18T20:19:54.713Z] #27 9.783 Updating certificates in /etc/ssl/certs...
20:19:54 [2021-06-18T20:19:54.713Z] #27 10.49 0 added, 0 removed; done.
20:19:54 [2021-06-18T20:19:54.713Z] #27 10.49 Running hooks in /etc/ca-certificates/update.d...
20:19:54 [2021-06-18T20:19:54.713Z] #27 10.49 done.
20:19:54 [2021-06-18T20:19:54.713Z] #27 DONE 13.4s
20:19:54 [2021-06-18T20:19:54.713Z] 
20:19:54 [2021-06-18T20:19:54.713Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:19:54 [2021-06-18T20:19:54.713Z] #28 sha256:317accf837c53df83cacb4bbe0058e057f7604a0295ded1964c60bcfd47e87e5
20:19:54 [2021-06-18T20:19:54.713Z] #28 DONE 0.1s
20:19:54 [2021-06-18T20:19:54.713Z] 
20:19:54 [2021-06-18T20:19:54.713Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:19:54 [2021-06-18T20:19:54.713Z] #29 sha256:6c2ae439a600a0cb73b2dfcfc283abe60aefc437939dcbc66c2be4af11f6ba58
20:19:54 [2021-06-18T20:19:54.972Z] #29 ...
20:19:54 [2021-06-18T20:19:54.972Z] 
20:19:54 [2021-06-18T20:19:54.972Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:54 [2021-06-18T20:19:54.972Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:19:54 [2021-06-18T20:19:54.972Z] #9 DONE 24.9s
20:19:55 [2021-06-18T20:19:55.230Z] 
20:19:55 [2021-06-18T20:19:55.230Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:19:55 [2021-06-18T20:19:55.230Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
20:19:55 [2021-06-18T20:19:55.803Z] #10 DONE 0.8s
20:19:55 [2021-06-18T20:19:55.803Z] 
20:19:55 [2021-06-18T20:19:55.803Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
20:19:55 [2021-06-18T20:19:55.803Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
20:19:56 [2021-06-18T20:19:56.740Z] #11 DONE 1.1s
20:19:56 [2021-06-18T20:19:56.740Z] 
20:19:56 [2021-06-18T20:19:56.740Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:19:56 [2021-06-18T20:19:56.740Z] #29 sha256:6c2ae439a600a0cb73b2dfcfc283abe60aefc437939dcbc66c2be4af11f6ba58
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.135 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.222 
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.336 
############                                                              17.9%
###########################                                               37.8%
#########################################                                 57.6%
########################################################                  77.8%
######################################################################    97.6%
######################################################################## 100.0%
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.801 
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.895 
######################################################################## 100.0%
20:19:56 [2021-06-18T20:19:56.740Z] #29 1.948 
20:19:56 [2021-06-18T20:19:56.999Z] #29 2.063 
###############################################################           87.6%
######################################################################## 100.0%
20:19:56 [2021-06-18T20:19:56.999Z] #29 2.185 
20:19:57 [2021-06-18T20:19:57.152Z] #32 ...
20:19:57 [2021-06-18T20:19:57.152Z] 
20:19:57 [2021-06-18T20:19:57.152Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
20:19:57 [2021-06-18T20:19:57.152Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80
20:19:57 [2021-06-18T20:19:57.152Z] #12 DONE 4.1s
20:19:57 [2021-06-18T20:19:57.152Z] 
20:19:57 [2021-06-18T20:19:57.152Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:19:57 [2021-06-18T20:19:57.152Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:19:57 [2021-06-18T20:19:57.259Z] #29 2.297 
############                                                              18.0%
##########################                                                37.5%
##
20:19:57 [2021-06-18T20:19:57.259Z] #29 ...
20:19:57 [2021-06-18T20:19:57.259Z] 
20:19:57 [2021-06-18T20:19:57.259Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:19:57 [2021-06-18T20:19:57.259Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
20:19:57 [2021-06-18T20:19:57.259Z] #31 DONE 0.6s
20:19:57 [2021-06-18T20:19:57.259Z] 
20:19:57 [2021-06-18T20:19:57.259Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:19:57 [2021-06-18T20:19:57.259Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
20:19:57 [2021-06-18T20:19:57.259Z] #39 DONE 0.6s
20:19:57 [2021-06-18T20:19:57.259Z] 
20:19:57 [2021-06-18T20:19:57.259Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:19:57 [2021-06-18T20:19:57.259Z] #29 sha256:6c2ae439a600a0cb73b2dfcfc283abe60aefc437939dcbc66c2be4af11f6ba58
20:19:57 [2021-06-18T20:19:57.520Z] #29 2.297 
############                                                              18.0%
##########################                                                37.5%
########################################                                  56.8%
##############################################                            65.0%
##################################################################        92.3%
######################################################################## 100.0%
20:19:57 [2021-06-18T20:19:57.779Z] #29 2.968 
20:19:59 [2021-06-18T20:19:59.858Z] #29 3.066 
##                                                                         3.7%
#####                                                                      8.2%
#########                                                                 13.0%
#############                                                             18.5%
#################                                                         23.8%
####################                                                      28.9%
#######################                                                   32.8%
############################                                              39.1%
#################################                                         46.5%
#####################################                                     52.0%
#########################################                                 56.9%
#############################################                             63.2%
################################################                          67.9%
#####################################################                     73.6%
########################################################                  78.4%
############################################################              84.3%
################################################################          89.5%
####################################################################      94.6%
#######################################################################   99.9%
######################################################################## 100.0%
20:19:59 [2021-06-18T20:19:59.858Z] #29 4.938 
20:20:00 [2021-06-18T20:20:00.117Z] #29 5.215 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:20:00 [2021-06-18T20:20:00.117Z] #29 5.314 
20:20:00 [2021-06-18T20:20:00.117Z] #29 5.377 
######################################################################## 100.0%
20:20:00 [2021-06-18T20:20:00.117Z] #29 5.409 
20:20:00 [2021-06-18T20:20:00.463Z] #13 3.321 Hit:1 http://deb.debian.org/debian buster-backports InRelease
20:20:00 [2021-06-18T20:20:00.463Z] #13 3.321 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:20:00 [2021-06-18T20:20:00.463Z] #13 3.321 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:20:00 [2021-06-18T20:20:00.463Z] #13 3.321 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:20:00 [2021-06-18T20:20:00.685Z] #29 5.732 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:20:00 [2021-06-18T20:20:00.685Z] #29 5.838 
20:20:00 [2021-06-18T20:20:00.685Z] #29 5.964 
####################################################################      95.7%
######################################################################## 100.0%
20:20:00 [2021-06-18T20:20:00.944Z] #29 5.989 
20:20:01 [2021-06-18T20:20:01.204Z] #29 6.402 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
20:20:01 [2021-06-18T20:20:01.204Z] #29 6.498 
20:20:01 [2021-06-18T20:20:01.854Z] #13 ...
20:20:01 [2021-06-18T20:20:01.854Z] 
20:20:01 [2021-06-18T20:20:01.854Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:01 [2021-06-18T20:20:01.854Z] #47 sha256:361d88236d28a7e4e90bd2f4e5b866e8196ba6b8179d343d670c68f8b3b1ce95
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + RM_GOPATH=0
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + TMP_GOPATH=
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + : /build
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + '[' -z '' ']'
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 ++ mktemp -d
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + export GOPATH=/tmp/tmp.WjJKl0FBQj
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + GOPATH=/tmp/tmp.WjJKl0FBQj
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + RM_GOPATH=1
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + case "$(go env GOARCH)" in
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 ++ go env GOARCH
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + export GO_BUILDMODE=-buildmode=pie
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + GO_BUILDMODE=-buildmode=pie
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 ++ dirname /tmp/install/install.sh
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + dir=/tmp/install
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + bin=gotestsum
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + shift
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + . /tmp/install/gotestsum.installer
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 ++ : v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + install_gotestsum
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + set -e
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + export GO111MODULE=on
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + GO111MODULE=on
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + GOBIN=/build
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.758 + go get gotest.tools/gotestsum@v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.850 go: finding gotest.tools v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 5.850 go: finding gotest.tools/gotestsum v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 6.845 go: downloading gotest.tools/gotestsum v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 7.336 go: extracting gotest.tools/gotestsum v0.5.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.159 go: downloading github.com/fatih/color v1.9.0
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.161 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.165 go: downloading github.com/spf13/pflag v1.0.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.185 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.186 go: downloading github.com/jonboulle/clockwork v0.1.0
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.347 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.429 go: extracting github.com/jonboulle/clockwork v0.1.0
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.478 go: extracting github.com/spf13/pflag v1.0.3
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.525 go: downloading github.com/pkg/errors v0.9.1
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.612 go: extracting github.com/fatih/color v1.9.0
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.677 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.760 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.807 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.875 go: downloading github.com/mattn/go-isatty v0.0.12
20:20:01 [2021-06-18T20:20:01.854Z] #47 8.878 go: downloading github.com/mattn/go-colorable v0.1.6
20:20:01 [2021-06-18T20:20:01.854Z] #47 9.003 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:01 [2021-06-18T20:20:01.854Z] #47 9.009 go: extracting github.com/pkg/errors v0.9.1
20:20:01 [2021-06-18T20:20:01.854Z] #47 9.203 go: extracting github.com/mattn/go-isatty v0.0.12
20:20:01 [2021-06-18T20:20:01.854Z] #47 9.229 go: extracting github.com/mattn/go-colorable v0.1.6
20:20:01 [2021-06-18T20:20:01.982Z] #29 6.695 
                                                                           0.0%
###############                                                           20.9%
#####################################                                     52.3%
#############################################                             62.9%
########################################################                  78.0%
######################################################################## 100.0%
20:20:01 [2021-06-18T20:20:01.982Z] #29 7.217 
20:20:02 [2021-06-18T20:20:02.242Z] #29 ...
20:20:02 [2021-06-18T20:20:02.242Z] 
20:20:02 [2021-06-18T20:20:02.242Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
20:20:02 [2021-06-18T20:20:02.242Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
20:20:02 [2021-06-18T20:20:02.242Z] #12 DONE 5.5s
20:20:02 [2021-06-18T20:20:02.242Z] 
20:20:02 [2021-06-18T20:20:02.242Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:02 [2021-06-18T20:20:02.242Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:02 [2021-06-18T20:20:02.440Z] #47 9.888 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:02 [2021-06-18T20:20:02.440Z] #47 ...
20:20:02 [2021-06-18T20:20:02.440Z] 
20:20:02 [2021-06-18T20:20:02.440Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:20:02 [2021-06-18T20:20:02.440Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 Install docker/cli version 17.06.2-ce from stable
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + RM_GOPATH=0
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + TMP_GOPATH=
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + : /build
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + '[' -z '' ']'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ mktemp -d
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + export GOPATH=/tmp/tmp.Uha5fPKjXI
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + GOPATH=/tmp/tmp.Uha5fPKjXI
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + RM_GOPATH=1
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + case "$(go env GOARCH)" in
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ go env GOARCH
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + export GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ dirname /tmp/install/install.sh
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + dir=/tmp/install
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + bin=dockercli
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + shift
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + . /tmp/install/dockercli.installer
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ : stable
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ : 17.06.2-ce
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + install_dockercli
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 ++ uname -m
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + arch=aarch64
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + '[' aarch64 '!=' x86_64 ']'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + '[' aarch64 '!=' s390x ']'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + '[' aarch64 '!=' armhf ']'
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + build_dockercli
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.085 + git clone https://github.com/docker/docker-ce /tmp/tmp.Uha5fPKjXI/tmp/docker-ce
20:20:02 [2021-06-18T20:20:02.440Z] #24 2.108 Cloning into '/tmp/tmp.Uha5fPKjXI/tmp/docker-ce'...
20:20:02 [2021-06-18T20:20:02.702Z] #24 ...
20:20:02 [2021-06-18T20:20:02.702Z] 
20:20:02 [2021-06-18T20:20:02.702Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:02 [2021-06-18T20:20:02.702Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + RM_GOPATH=0
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + TMP_GOPATH=
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + : /build
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + '[' -z '' ']'
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 ++ mktemp -d
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + export GOPATH=/tmp/tmp.64JZj24Hlc
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + GOPATH=/tmp/tmp.64JZj24Hlc
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + RM_GOPATH=1
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 + case "$(go env GOARCH)" in
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.883 ++ go env GOARCH
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.927 + export GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.927 + GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 ++ dirname /tmp/install/install.sh
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + dir=/tmp/install
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + bin=golangci_lint
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + shift
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + . /tmp/install/golangci_lint.installer
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 ++ : v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + install_golangci_lint
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + set -e
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + export GO111MODULE=on
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + GO111MODULE=on
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + GOBIN=/build
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.933 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.989 go: finding github.com v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.989 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.989 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.989 go: finding github.com/golangci/golangci-lint v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 4.989 go: finding github.com/golangci v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 6.007 go: downloading github.com/golangci/golangci-lint v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 6.391 go: extracting github.com/golangci/golangci-lint v1.23.8
20:20:02 [2021-06-18T20:20:02.702Z] #49 ...
20:20:02 [2021-06-18T20:20:02.702Z] 
20:20:02 [2021-06-18T20:20:02.702Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:02 [2021-06-18T20:20:02.702Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
20:20:02 [2021-06-18T20:20:02.702Z] #42 6.543 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:20:02 [2021-06-18T20:20:02.702Z] #42 6.543 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:20:02 [2021-06-18T20:20:02.703Z] #42 6.543 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:20:02 [2021-06-18T20:20:02.965Z] #42 9.474 Reading package lists...
20:20:02 [2021-06-18T20:20:02.965Z] #42 ...
20:20:02 [2021-06-18T20:20:02.965Z] 
20:20:02 [2021-06-18T20:20:02.965Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:20:02 [2021-06-18T20:20:02.965Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
20:20:02 [2021-06-18T20:20:02.965Z] #40 5.945 + git clone https://github.com/docker/distribution.git .
20:20:02 [2021-06-18T20:20:02.965Z] #40 5.947 Cloning into '.'...
20:20:02 [2021-06-18T20:20:02.965Z] #40 ...
20:20:02 [2021-06-18T20:20:02.965Z] 
20:20:02 [2021-06-18T20:20:02.965Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:02 [2021-06-18T20:20:02.965Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.662 + RM_GOPATH=0
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.662 + TMP_GOPATH=
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.662 + : /build
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.662 + '[' -z '' ']'
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.662 ++ mktemp -d
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.665 + export GOPATH=/tmp/tmp.iL4PdywOMO
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.665 + GOPATH=/tmp/tmp.iL4PdywOMO
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.665 + RM_GOPATH=1
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.667 + case "$(go env GOARCH)" in
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.667 ++ go env GOARCH
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.758 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + export GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + GO_BUILDMODE=-buildmode=pie
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 ++ dirname /tmp/install/install.sh
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + dir=/tmp/install
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + bin=vndr
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + shift
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + '[' '!' -f /tmp/install/vndr.installer ']'
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + . /tmp/install/vndr.installer
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + install_vndr
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iL4PdywOMO/src/github.com/LK4D4/vndr
20:20:02 [2021-06-18T20:20:02.965Z] #45 5.759 Cloning into '/tmp/tmp.iL4PdywOMO/src/github.com/LK4D4/vndr'...
20:20:02 [2021-06-18T20:20:02.965Z] #45 6.504 + cd /tmp/tmp.iL4PdywOMO/src/github.com/LK4D4/vndr
20:20:02 [2021-06-18T20:20:02.965Z] #45 6.504 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:20:02 [2021-06-18T20:20:02.965Z] #45 6.521 + go build -buildmode=pie -v -o /build/vndr .
20:20:02 [2021-06-18T20:20:02.965Z] #45 7.862 internal/race
20:20:02 [2021-06-18T20:20:02.965Z] #45 7.882 runtime/internal/sys
20:20:02 [2021-06-18T20:20:02.965Z] #45 7.894 internal/cpu
20:20:02 [2021-06-18T20:20:02.965Z] #45 7.950 runtime/internal/atomic
20:20:02 [2021-06-18T20:20:02.965Z] #45 8.049 sync/atomic
20:20:02 [2021-06-18T20:20:02.965Z] #45 8.436 runtime/internal/math
20:20:02 [2021-06-18T20:20:02.965Z] #45 8.542 unicode
20:20:02 [2021-06-18T20:20:02.965Z] #45 8.617 unicode/utf8
20:20:02 [2021-06-18T20:20:02.965Z] #45 8.654 internal/bytealg
20:20:02 [2021-06-18T20:20:02.965Z] #45 9.055 math
20:20:02 [2021-06-18T20:20:02.965Z] #45 9.191 internal/testlog
20:20:02 [2021-06-18T20:20:02.965Z] #45 9.675 encoding
20:20:02 [2021-06-18T20:20:02.965Z] #45 9.806 runtime
20:20:02 [2021-06-18T20:20:02.965Z] #45 9.938 unicode/utf16
20:20:02 [2021-06-18T20:20:02.965Z] #45 10.33 container/list
20:20:03 [2021-06-18T20:20:03.228Z] #45 ...
20:20:03 [2021-06-18T20:20:03.228Z] 
20:20:03 [2021-06-18T20:20:03.228Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:03 [2021-06-18T20:20:03.228Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + RM_GOPATH=0
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + TMP_GOPATH=
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + : /build
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + '[' -z '' ']'
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 ++ mktemp -d
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + export GOPATH=/tmp/tmp.IYdNYZhOhN
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + GOPATH=/tmp/tmp.IYdNYZhOhN
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + RM_GOPATH=1
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.892 + case "$(go env GOARCH)" in
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.893 ++ go env GOARCH
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.925 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + export GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 ++ dirname /tmp/install/install.sh
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + dir=/tmp/install
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + bin=shfmt
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + shift
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + . /tmp/install/shfmt.installer
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + install_shfmt
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.926 + git clone https://github.com/mvdan/sh.git /tmp/tmp.IYdNYZhOhN/src/github.com/mvdan/sh
20:20:03 [2021-06-18T20:20:03.228Z] #51 4.934 Cloning into '/tmp/tmp.IYdNYZhOhN/src/github.com/mvdan/sh'...
20:20:03 [2021-06-18T20:20:03.490Z] #51 ...
20:20:03 [2021-06-18T20:20:03.490Z] 
20:20:03 [2021-06-18T20:20:03.490Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:03 [2021-06-18T20:20:03.490Z] #67 sha256:47391a028052c35e77c55747b10d856e2c81218e3fd4a834d5408e63394e9484
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + RM_GOPATH=0
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + TMP_GOPATH=
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + : /build
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + '[' -z '' ']'
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 ++ mktemp -d
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + export GOPATH=/tmp/tmp.8x8ylJIFbK
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + GOPATH=/tmp/tmp.8x8ylJIFbK
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + RM_GOPATH=1
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 + case "$(go env GOARCH)" in
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.465 ++ go env GOARCH
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.494 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + export GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 ++ dirname /tmp/install/install.sh
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + dir=/tmp/install
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + bin=proxy
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + shift
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + '[' '!' -f /tmp/install/proxy.installer ']'
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + . /tmp/install/proxy.installer
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + install_proxy
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + case "$1" in
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + export CGO_ENABLED=0
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + CGO_ENABLED=0
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + _install_proxy
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.495 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.8x8ylJIFbK/src/github.com/docker/libnetwork
20:20:03 [2021-06-18T20:20:03.490Z] #67 5.508 Cloning into '/tmp/tmp.8x8ylJIFbK/src/github.com/docker/libnetwork'...
20:20:03 [2021-06-18T20:20:03.490Z] #67 ...
20:20:03 [2021-06-18T20:20:03.490Z] 
20:20:03 [2021-06-18T20:20:03.490Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:03 [2021-06-18T20:20:03.490Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
20:20:03 [2021-06-18T20:20:03.490Z] #36 6.642 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:20:03 [2021-06-18T20:20:03.490Z] #36 6.642 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:20:03 [2021-06-18T20:20:03.490Z] #36 6.642 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:20:03 [2021-06-18T20:20:03.621Z] #13 ...
20:20:03 [2021-06-18T20:20:03.621Z] 
20:20:03 [2021-06-18T20:20:03.621Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:20:03 [2021-06-18T20:20:03.621Z] #29 sha256:6c2ae439a600a0cb73b2dfcfc283abe60aefc437939dcbc66c2be4af11f6ba58
20:20:03 [2021-06-18T20:20:03.621Z] #29 7.599 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:20:03 [2021-06-18T20:20:03.621Z] #29 7.687 
20:20:03 [2021-06-18T20:20:03.621Z] #29 7.765 
######################################################################## 100.0%
20:20:03 [2021-06-18T20:20:03.621Z] #29 7.845 
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.160 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.401 
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.553 
######################################################################## 100.0%
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.673 
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.747 Download of images into '/build' complete.
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.747 Use something like the following to load the result into a Docker daemon:
20:20:03 [2021-06-18T20:20:03.621Z] #29 8.747   tar -cC '/build' . | docker load
20:20:03 [2021-06-18T20:20:03.621Z] #29 DONE 8.9s
20:20:03 [2021-06-18T20:20:03.621Z] 
20:20:03 [2021-06-18T20:20:03.621Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:20:03 [2021-06-18T20:20:03.621Z] #58 sha256:83312181c50b8a934740b09eafaac543a0625dbff0955c2d576051630b40fb2d
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.490 + RM_GOPATH=0
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.490 + TMP_GOPATH=
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.494 + : /build
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.494 + '[' -z '' ']'
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 ++ mktemp -d
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 + export GOPATH=/tmp/tmp.xMKThZ0Vht
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 + GOPATH=/tmp/tmp.xMKThZ0Vht
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 + RM_GOPATH=1
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 + case "$(go env GOARCH)" in
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.496 ++ go env GOARCH
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.509 + export GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.509 + GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.509 ++ dirname /tmp/install/install.sh
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.533 + dir=/tmp/install
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.533 + bin=rootlesskit
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.534 + shift
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.534 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.534 + . /tmp/install/rootlesskit.installer
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.534 ++ : 4cd567642273d369adaadcbadca00880552c1778
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.534 + install_rootlesskit
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.535 + case "$1" in
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.535 + export CGO_ENABLED=0
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.535 + CGO_ENABLED=0
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.535 + _install_rootlesskit
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.543 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.543 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xMKThZ0Vht/src/github.com/rootless-containers/rootlesskit
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.543 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
20:20:03 [2021-06-18T20:20:03.621Z] #58 6.547 Cloning into '/tmp/tmp.xMKThZ0Vht/src/github.com/rootless-containers/rootlesskit'...
20:20:03 [2021-06-18T20:20:03.753Z] #36 9.472 Reading package lists...
20:20:03 [2021-06-18T20:20:03.753Z] #36 ...
20:20:03 [2021-06-18T20:20:03.753Z] 
20:20:03 [2021-06-18T20:20:03.753Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:03 [2021-06-18T20:20:03.753Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + RM_GOPATH=0
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + TMP_GOPATH=
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + : /build
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + '[' -z '' ']'
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 ++ mktemp -d
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + export GOPATH=/tmp/tmp.QH0buZQ9gq
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + GOPATH=/tmp/tmp.QH0buZQ9gq
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + RM_GOPATH=1
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + case "$(go env GOARCH)" in
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 ++ go env GOARCH
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + export GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 + GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.986 ++ dirname /tmp/install/install.sh
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.997 + dir=/tmp/install
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + bin=tomlv
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + shift
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + . /tmp/install/tomlv.installer
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + install_tomlv
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:20:03 [2021-06-18T20:20:03.753Z] #34 5.998 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.QH0buZQ9gq/src/github.com/BurntSushi/toml
20:20:03 [2021-06-18T20:20:03.753Z] #34 6.018 Cloning into '/tmp/tmp.QH0buZQ9gq/src/github.com/BurntSushi/toml'...
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.187 + cd /tmp/tmp.QH0buZQ9gq/src/github.com/BurntSushi/toml
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.188 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.235 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.855 math/bits
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.875 internal/cpu
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.876 runtime/internal/sys
20:20:03 [2021-06-18T20:20:03.753Z] #34 7.914 runtime/internal/atomic
20:20:03 [2021-06-18T20:20:03.753Z] #34 8.384 runtime/internal/math
20:20:03 [2021-06-18T20:20:03.753Z] #34 8.485 unicode/utf8
20:20:03 [2021-06-18T20:20:03.753Z] #34 8.505 math
20:20:03 [2021-06-18T20:20:03.753Z] #34 8.589 unicode
20:20:03 [2021-06-18T20:20:03.753Z] #34 8.655 internal/bytealg
20:20:03 [2021-06-18T20:20:03.753Z] #34 9.170 internal/testlog
20:20:03 [2021-06-18T20:20:03.753Z] #34 9.537 encoding
20:20:03 [2021-06-18T20:20:03.753Z] #34 9.756 runtime/cgo
20:20:03 [2021-06-18T20:20:03.753Z] #34 11.17 runtime
20:20:03 [2021-06-18T20:20:03.753Z] #34 ...
20:20:03 [2021-06-18T20:20:03.753Z] 
20:20:03 [2021-06-18T20:20:03.753Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:03 [2021-06-18T20:20:03.753Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
20:20:03 [2021-06-18T20:20:03.753Z] #55 5.306 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:20:03 [2021-06-18T20:20:03.753Z] #55 5.306 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:20:03 [2021-06-18T20:20:03.753Z] #55 5.375 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:20:03 [2021-06-18T20:20:03.880Z] #58 ...
20:20:03 [2021-06-18T20:20:03.880Z] 
20:20:03 [2021-06-18T20:20:03.880Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:20:03 [2021-06-18T20:20:03.880Z] #24 sha256:2ff3ccaba27699fb4f4dd48bd8129b2ee42238efd4990a610167d9053b70375e
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.016 + RM_GOPATH=0
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.016 + TMP_GOPATH=
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.016 + : /build
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.016 + '[' -z '' ']'
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.017 ++ mktemp -d
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.023 + export GOPATH=/tmp/tmp.mNR76QrO53
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.023 + GOPATH=/tmp/tmp.mNR76QrO53
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.023 + RM_GOPATH=1
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.023 + case "$(go env GOARCH)" in
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.023 ++ go env GOARCH
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.100 + export GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.100 + GO_BUILDMODE=-buildmode=pie
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.100 ++ dirname /tmp/install/install.sh
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.100 + dir=/tmp/install
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.102 + bin=dockercli
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.103 + shift
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.104 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.104 + . /tmp/install/dockercli.installer
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.109 ++ : stable
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.110 ++ : 17.06.2-ce
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.110 + install_dockercli
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.110 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.110 Install docker/cli version 17.06.2-ce from stable
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.113 ++ uname -m
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.127 + arch=x86_64
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.128 + '[' x86_64 '!=' x86_64 ']'
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.128 + url=https://download.docker.com/linux/static
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.128 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:20:03 [2021-06-18T20:20:03.880Z] #24 7.135 + tar -xz docker/docker
20:20:04 [2021-06-18T20:20:04.016Z] #55 8.191 Reading package lists...
20:20:04 [2021-06-18T20:20:04.016Z] #55 ...
20:20:04 [2021-06-18T20:20:04.016Z] 
20:20:04 [2021-06-18T20:20:04.016Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 sha256:ec52d1a2eb14a4fa80a52cfdfba82e24350e60c4fc62f40b7a24ac3d68187e79
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + RM_GOPATH=0
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + TMP_GOPATH=
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + : /build
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + '[' -z '' ']'
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 ++ mktemp -d
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + export GOPATH=/tmp/tmp.fO60epoXbe
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + GOPATH=/tmp/tmp.fO60epoXbe
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + RM_GOPATH=1
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + case "$(go env GOARCH)" in
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 ++ go env GOARCH
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + export GO_BUILDMODE=-buildmode=pie
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + GO_BUILDMODE=-buildmode=pie
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 ++ dirname /tmp/install/install.sh
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + dir=/tmp/install
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + bin=rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + shift
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + . /tmp/install/rootlesskit.installer
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 ++ : 4cd567642273d369adaadcbadca00880552c1778
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + install_rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + case "$1" in
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + export CGO_ENABLED=0
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + CGO_ENABLED=0
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + _install_rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.085 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.fO60epoXbe/src/github.com/rootless-containers/rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.086 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
20:20:04 [2021-06-18T20:20:04.016Z] #58 2.108 Cloning into '/tmp/tmp.fO60epoXbe/src/github.com/rootless-containers/rootlesskit'...
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + cd /tmp/tmp.fO60epoXbe/src/github.com/rootless-containers/rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + export GO111MODULE=on
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + GO111MODULE=on
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + export GOPROXY=https://proxy.golang.org
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + GOPROXY=https://proxy.golang.org
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + for f in rootlesskit rootlesskit-docker-proxy
20:20:04 [2021-06-18T20:20:04.016Z] #58 3.778 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading github.com/pkg/errors v0.9.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading github.com/urfave/cli/v2 v2.3.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.762 go: downloading github.com/google/uuid v1.2.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.763 go: downloading github.com/moby/sys/mountinfo v0.4.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.936 go: extracting github.com/google/uuid v1.2.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.997 go: extracting github.com/pkg/errors v0.9.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.997 go: downloading github.com/gorilla/mux v1.8.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 4.999 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.013 go: downloading github.com/sirupsen/logrus v1.8.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.093 go: extracting github.com/moby/sys/mountinfo v0.4.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.093 go: extracting github.com/sirupsen/logrus v1.8.1
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.099 go: downloading github.com/moby/vpnkit v0.5.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.131 go: extracting github.com/gorilla/mux v1.8.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.309 go: downloading github.com/gofrs/flock v0.8.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.456 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:04 [2021-06-18T20:20:04.016Z] #58 5.521 go: extracting github.com/gofrs/flock v0.8.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 6.555 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:04 [2021-06-18T20:20:04.016Z] #58 6.555 go: extracting github.com/moby/vpnkit v0.5.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 6.811 go: downloading github.com/u-root/u-root v7.0.0+incompatible
20:20:04 [2021-06-18T20:20:04.016Z] #58 7.023 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:04 [2021-06-18T20:20:04.016Z] #58 7.928 go: extracting github.com/urfave/cli/v2 v2.3.0
20:20:04 [2021-06-18T20:20:04.016Z] #58 8.267 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:04 [2021-06-18T20:20:04.016Z] #58 9.579 go: extracting github.com/u-root/u-root v7.0.0+incompatible
20:20:04 [2021-06-18T20:20:04.016Z] #58 ...
20:20:04 [2021-06-18T20:20:04.016Z] 
20:20:04 [2021-06-18T20:20:04.016Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:04 [2021-06-18T20:20:04.016Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:04 [2021-06-18T20:20:04.016Z] #45 11.43 crypto/internal/subtle
20:20:04 [2021-06-18T20:20:04.284Z] #45 11.70 crypto/subtle
20:20:04 [2021-06-18T20:20:04.545Z] #45 12.18 vendor/golang.org/x/crypto/cryptobyte/asn1
20:20:05 [2021-06-18T20:20:05.121Z] #45 12.41 internal/nettrace
20:20:05 [2021-06-18T20:20:05.386Z] #45 12.99 runtime/cgo
20:20:05 [2021-06-18T20:20:05.649Z] #45 13.16 vendor/golang.org/x/crypto/internal/subtle
20:20:05 [2021-06-18T20:20:05.791Z] #24 ...
20:20:05 [2021-06-18T20:20:05.791Z] 
20:20:05 [2021-06-18T20:20:05.791Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:05 [2021-06-18T20:20:05.791Z] #47 sha256:7a9d58cdecb411f97711bf00eb5c274f9a6e60dce83ad7663d2a3a868e79c4b7
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + RM_GOPATH=0
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + TMP_GOPATH=
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + : /build
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + '[' -z '' ']'
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 ++ mktemp -d
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + export GOPATH=/tmp/tmp.32ATtyOTXn
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + GOPATH=/tmp/tmp.32ATtyOTXn
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + RM_GOPATH=1
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 + case "$(go env GOARCH)" in
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.790 ++ go env GOARCH
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + export GO_BUILDMODE=-buildmode=pie
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + GO_BUILDMODE=-buildmode=pie
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 ++ dirname /tmp/install/install.sh
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + dir=/tmp/install
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + bin=gotestsum
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + shift
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + . /tmp/install/gotestsum.installer
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 ++ : v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + install_gotestsum
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + set -e
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + export GO111MODULE=on
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + GO111MODULE=on
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + GOBIN=/build
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.795 + go get gotest.tools/gotestsum@v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.818 go: finding gotest.tools/gotestsum v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 5.820 go: finding gotest.tools v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 6.394 go: downloading gotest.tools/gotestsum v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 7.065 go: extracting gotest.tools/gotestsum v0.5.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.289 go: downloading github.com/fatih/color v1.9.0
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.304 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.451 go: downloading github.com/pkg/errors v0.9.1
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.452 go: downloading github.com/spf13/pflag v1.0.3
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.454 go: downloading github.com/jonboulle/clockwork v0.1.0
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.455 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.511 go: extracting github.com/fatih/color v1.9.0
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.576 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.632 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.658 go: extracting github.com/jonboulle/clockwork v0.1.0
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.705 go: downloading github.com/mattn/go-colorable v0.1.6
20:20:05 [2021-06-18T20:20:05.791Z] #47 8.739 go: extracting github.com/pkg/errors v0.9.1
20:20:05 [2021-06-18T20:20:05.791Z] #47 9.003 go: downloading github.com/mattn/go-isatty v0.0.12
20:20:06 [2021-06-18T20:20:06.050Z] #47 9.230 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:06 [2021-06-18T20:20:06.050Z] #47 9.237 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:06 [2021-06-18T20:20:06.050Z] #47 9.260 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:06 [2021-06-18T20:20:06.050Z] #47 9.316 go: extracting github.com/spf13/pflag v1.0.3
20:20:06 [2021-06-18T20:20:06.318Z] #47 9.607 go: extracting github.com/mattn/go-colorable v0.1.6
20:20:06 [2021-06-18T20:20:06.318Z] #47 ...
20:20:06 [2021-06-18T20:20:06.318Z] 
20:20:06 [2021-06-18T20:20:06.318Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:06 [2021-06-18T20:20:06.318Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:06 [2021-06-18T20:20:06.318Z] #13 4.103 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:20:06 [2021-06-18T20:20:06.577Z] #13 4.483 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:06 [2021-06-18T20:20:06.837Z] #13 4.483 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:06 [2021-06-18T20:20:06.837Z] #13 4.484 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:06 [2021-06-18T20:20:06.837Z] #13 ...
20:20:06 [2021-06-18T20:20:06.837Z] 
20:20:06 [2021-06-18T20:20:06.837Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:06 [2021-06-18T20:20:06.837Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + RM_GOPATH=0
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + TMP_GOPATH=
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + : /build
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + '[' -z '' ']'
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 ++ mktemp -d
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + export GOPATH=/tmp/tmp.jyKemfZN3L
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + GOPATH=/tmp/tmp.jyKemfZN3L
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + RM_GOPATH=1
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 + case "$(go env GOARCH)" in
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.901 ++ go env GOARCH
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + export GO_BUILDMODE=-buildmode=pie
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + GO_BUILDMODE=-buildmode=pie
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 ++ dirname /tmp/install/install.sh
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + dir=/tmp/install
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + bin=shfmt
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + shift
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + . /tmp/install/shfmt.installer
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + install_shfmt
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 + git clone https://github.com/mvdan/sh.git /tmp/tmp.jyKemfZN3L/src/github.com/mvdan/sh
20:20:06 [2021-06-18T20:20:06.837Z] #51 6.920 Cloning into '/tmp/tmp.jyKemfZN3L/src/github.com/mvdan/sh'...
20:20:06 [2021-06-18T20:20:06.837Z] #51 ...
20:20:06 [2021-06-18T20:20:06.837Z] 
20:20:06 [2021-06-18T20:20:06.837Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:06 [2021-06-18T20:20:06.837Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + RM_GOPATH=0
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + TMP_GOPATH=
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + : /build
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + '[' -z '' ']'
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 ++ mktemp -d
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + export GOPATH=/tmp/tmp.9nJDOWGaph
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + GOPATH=/tmp/tmp.9nJDOWGaph
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + RM_GOPATH=1
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 + case "$(go env GOARCH)" in
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.565 ++ go env GOARCH
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + export GO_BUILDMODE=-buildmode=pie
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + GO_BUILDMODE=-buildmode=pie
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 ++ dirname /tmp/install/install.sh
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + dir=/tmp/install
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + bin=golangci_lint
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + shift
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + . /tmp/install/golangci_lint.installer
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 ++ : v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + install_golangci_lint
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + set -e
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + export GO111MODULE=on
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + GO111MODULE=on
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + GOBIN=/build
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.621 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.672 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.672 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.672 go: finding github.com v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.678 go: finding github.com/golangci/golangci-lint v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 6.678 go: finding github.com/golangci v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 7.881 go: downloading github.com/golangci/golangci-lint v1.23.8
20:20:06 [2021-06-18T20:20:06.837Z] #49 8.940 go: extracting github.com/golangci/golangci-lint v1.23.8
20:20:07 [2021-06-18T20:20:07.096Z] #49 ...
20:20:07 [2021-06-18T20:20:07.096Z] 
20:20:07 [2021-06-18T20:20:07.096Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:07 [2021-06-18T20:20:07.096Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:20:07 [2021-06-18T20:20:07.096Z] #55 8.316 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:07 [2021-06-18T20:20:07.096Z] #55 8.506 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:07 [2021-06-18T20:20:07.096Z] #55 8.712 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:07 [2021-06-18T20:20:07.096Z] #55 ...
20:20:07 [2021-06-18T20:20:07.096Z] 
20:20:07 [2021-06-18T20:20:07.096Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:07 [2021-06-18T20:20:07.096Z] #67 sha256:631e9c318ea4a0cab2f51d7e884a031d2bd86862f6f85ac025a2b834ba1a523e
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.404 + RM_GOPATH=0
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.404 + TMP_GOPATH=
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.404 + : /build
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.404 + '[' -z '' ']'
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.404 ++ mktemp -d
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.406 + export GOPATH=/tmp/tmp.5qlysFV0fF
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.406 + GOPATH=/tmp/tmp.5qlysFV0fF
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.406 + RM_GOPATH=1
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.406 + case "$(go env GOARCH)" in
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.407 ++ go env GOARCH
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.418 + export GO_BUILDMODE=-buildmode=pie
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.418 + GO_BUILDMODE=-buildmode=pie
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.432 ++ dirname /tmp/install/install.sh
20:20:07 [2021-06-18T20:20:07.096Z] #67 6.435 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + dir=/tmp/install
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + bin=proxy
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + shift
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + '[' '!' -f /tmp/install/proxy.installer ']'
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + . /tmp/install/proxy.installer
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + install_proxy
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + case "$1" in
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + export CGO_ENABLED=0
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + CGO_ENABLED=0
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + _install_proxy
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.435 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5qlysFV0fF/src/github.com/docker/libnetwork
20:20:07 [2021-06-18T20:20:07.097Z] #67 6.448 Cloning into '/tmp/tmp.5qlysFV0fF/src/github.com/docker/libnetwork'...
20:20:07 [2021-06-18T20:20:07.357Z] #67 ...
20:20:07 [2021-06-18T20:20:07.357Z] 
20:20:07 [2021-06-18T20:20:07.357Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:07 [2021-06-18T20:20:07.357Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:20:07 [2021-06-18T20:20:07.357Z] #32 5.487 + git clone https://github.com/kolyshkin/go-swagger.git .
20:20:07 [2021-06-18T20:20:07.357Z] #32 5.501 Cloning into '.'...
20:20:07 [2021-06-18T20:20:07.357Z] #32 ...
20:20:07 [2021-06-18T20:20:07.357Z] 
20:20:07 [2021-06-18T20:20:07.357Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:07 [2021-06-18T20:20:07.357Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + RM_GOPATH=0
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + TMP_GOPATH=
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + : /build
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + '[' -z '' ']'
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 ++ mktemp -d
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + export GOPATH=/tmp/tmp.S8ehcGmbUa
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + GOPATH=/tmp/tmp.S8ehcGmbUa
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + RM_GOPATH=1
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 + case "$(go env GOARCH)" in
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.392 ++ go env GOARCH
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.402 + export GO_BUILDMODE=-buildmode=pie
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.402 + GO_BUILDMODE=-buildmode=pie
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.402 ++ dirname /tmp/install/install.sh
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 + dir=/tmp/install
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 + bin=vndr
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 + shift
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 + '[' '!' -f /tmp/install/vndr.installer ']'
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 + . /tmp/install/vndr.installer
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.404 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.410 + install_vndr
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.410 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.410 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.S8ehcGmbUa/src/github.com/LK4D4/vndr
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.410 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:20:07 [2021-06-18T20:20:07.357Z] #45 6.415 Cloning into '/tmp/tmp.S8ehcGmbUa/src/github.com/LK4D4/vndr'...
20:20:07 [2021-06-18T20:20:07.357Z] #45 7.548 + cd /tmp/tmp.S8ehcGmbUa/src/github.com/LK4D4/vndr
20:20:07 [2021-06-18T20:20:07.357Z] #45 7.548 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:20:07 [2021-06-18T20:20:07.357Z] #45 7.617 + go build -buildmode=pie -v -o /build/vndr .
20:20:07 [2021-06-18T20:20:07.357Z] #45 9.402 runtime/internal/sys
20:20:07 [2021-06-18T20:20:07.357Z] #45 9.583 internal/cpu
20:20:07 [2021-06-18T20:20:07.357Z] #45 9.595 runtime/internal/math
20:20:07 [2021-06-18T20:20:07.357Z] #45 9.679 internal/race
20:20:07 [2021-06-18T20:20:07.357Z] #45 9.972 sync/atomic
20:20:07 [2021-06-18T20:20:07.357Z] #45 10.38 unicode
20:20:07 [2021-06-18T20:20:07.357Z] #45 10.49 internal/bytealg
20:20:07 [2021-06-18T20:20:07.617Z] #45 ...
20:20:07 [2021-06-18T20:20:07.617Z] 
20:20:07 [2021-06-18T20:20:07.617Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:20:07 [2021-06-18T20:20:07.617Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:20:07 [2021-06-18T20:20:07.617Z] #40 7.093 + git clone https://github.com/docker/distribution.git .
20:20:07 [2021-06-18T20:20:07.617Z] #40 7.093 Cloning into '.'...
20:20:07 [2021-06-18T20:20:07.876Z] #40 ...
20:20:07 [2021-06-18T20:20:07.876Z] 
20:20:07 [2021-06-18T20:20:07.876Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:07 [2021-06-18T20:20:07.876Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:07 [2021-06-18T20:20:07.876Z] #42 8.311 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:07 [2021-06-18T20:20:07.876Z] #42 8.522 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:07 [2021-06-18T20:20:07.876Z] #42 8.737 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:07 [2021-06-18T20:20:07.876Z] #42 10.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:20:07 [2021-06-18T20:20:07.876Z] #42 ...
20:20:07 [2021-06-18T20:20:07.876Z] 
20:20:07 [2021-06-18T20:20:07.876Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:07 [2021-06-18T20:20:07.876Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:20:07 [2021-06-18T20:20:07.876Z] #36 8.224 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:07 [2021-06-18T20:20:07.877Z] #36 8.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:07 [2021-06-18T20:20:07.877Z] #36 8.297 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:07 [2021-06-18T20:20:07.877Z] #36 10.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:20:08 [2021-06-18T20:20:08.136Z] #36 ...
20:20:08 [2021-06-18T20:20:08.136Z] 
20:20:08 [2021-06-18T20:20:08.136Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:08 [2021-06-18T20:20:08.136Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + RM_GOPATH=0
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + TMP_GOPATH=
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + : /build
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + '[' -z '' ']'
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 ++ mktemp -d
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + export GOPATH=/tmp/tmp.MRQUFEDtBY
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + GOPATH=/tmp/tmp.MRQUFEDtBY
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + RM_GOPATH=1
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 + case "$(go env GOARCH)" in
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.863 ++ go env GOARCH
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.875 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + export GO_BUILDMODE=-buildmode=pie
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + GO_BUILDMODE=-buildmode=pie
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 ++ dirname /tmp/install/install.sh
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + dir=/tmp/install
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + bin=tomlv
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + shift
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + . /tmp/install/tomlv.installer
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + install_tomlv
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.MRQUFEDtBY/src/github.com/BurntSushi/toml
20:20:08 [2021-06-18T20:20:08.136Z] #34 5.876 Cloning into '/tmp/tmp.MRQUFEDtBY/src/github.com/BurntSushi/toml'...
20:20:08 [2021-06-18T20:20:08.136Z] #34 7.550 + cd /tmp/tmp.MRQUFEDtBY/src/github.com/BurntSushi/toml
20:20:08 [2021-06-18T20:20:08.136Z] #34 7.550 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:08 [2021-06-18T20:20:08.136Z] #34 7.687 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:20:08 [2021-06-18T20:20:08.136Z] #34 8.466 internal/cpu
20:20:08 [2021-06-18T20:20:08.136Z] #34 8.467 runtime/internal/atomic
20:20:08 [2021-06-18T20:20:08.136Z] #34 9.327 runtime/internal/sys
20:20:08 [2021-06-18T20:20:08.136Z] #34 9.620 internal/bytealg
20:20:08 [2021-06-18T20:20:08.136Z] #34 9.636 runtime/internal/math
20:20:08 [2021-06-18T20:20:08.136Z] #34 10.02 math/bits
20:20:08 [2021-06-18T20:20:08.136Z] #34 10.81 math
20:20:08 [2021-06-18T20:20:08.136Z] #34 10.99 runtime
20:20:08 [2021-06-18T20:20:08.396Z] #34 ...
20:20:08 [2021-06-18T20:20:08.396Z] 
20:20:08 [2021-06-18T20:20:08.396Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:08 [2021-06-18T20:20:08.396Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:08 [2021-06-18T20:20:08.396Z] #13 6.155 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:20:08 [2021-06-18T20:20:08.619Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fcc3e9dc9a792f69) in /home/ubuntu/workspace/moby_PR-42538
[Pipeline] {
[Pipeline] checkout
20:20:08 [2021-06-18T20:20:08.728Z] The recommended git tool is: git
20:20:08 [2021-06-18T20:20:08.964Z] #45 ...
20:20:08 [2021-06-18T20:20:08.964Z] 
20:20:08 [2021-06-18T20:20:08.964Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:08 [2021-06-18T20:20:08.964Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
20:20:08 [2021-06-18T20:20:08.964Z] #32 6.168 + git clone https://github.com/kolyshkin/go-swagger.git .
20:20:08 [2021-06-18T20:20:08.964Z] #32 6.170 Cloning into '.'...
20:20:09 [2021-06-18T20:20:09.226Z] #32 ...
20:20:09 [2021-06-18T20:20:09.226Z] 
20:20:09 [2021-06-18T20:20:09.226Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:09 [2021-06-18T20:20:09.226Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.33 go: downloading github.com/fatih/color v1.7.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.35 go: downloading github.com/spf13/cobra v0.0.5
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.38 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.55 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.58 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.69 go: downloading github.com/pkg/errors v0.8.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.74 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.78 go: extracting github.com/fatih/color v1.7.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.79 go: downloading github.com/spf13/viper v1.6.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.80 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.94 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:09 [2021-06-18T20:20:09.226Z] #49 12.94 go: downloading github.com/go-critic/go-critic v0.4.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.06 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.08 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.21 go: extracting github.com/pkg/errors v0.8.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.23 go: extracting github.com/go-critic/go-critic v0.4.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.28 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.28 go: extracting github.com/spf13/cobra v0.0.5
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.31 go: extracting github.com/spf13/viper v1.6.1
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.42 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.54 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.70 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:20:09 [2021-06-18T20:20:09.226Z] #49 13.90 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:20:09 [2021-06-18T20:20:09.226Z] #49 14.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:20:09 [2021-06-18T20:20:09.226Z] #49 14.80 go: downloading github.com/hashicorp/hcl v1.0.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 14.84 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:20:09 [2021-06-18T20:20:09.226Z] #49 15.11 go: extracting github.com/hashicorp/hcl v1.0.0
20:20:09 [2021-06-18T20:20:09.226Z] #49 16.15 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:09 [2021-06-18T20:20:09.226Z] #49 16.79 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:09 [2021-06-18T20:20:09.488Z] #49 16.93 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:09 [2021-06-18T20:20:09.758Z] #49 17.17 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:09 [2021-06-18T20:20:09.758Z] #49 17.19 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:09 [2021-06-18T20:20:09.758Z] #49 17.20 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:20:09 [2021-06-18T20:20:09.758Z] #49 17.31 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:20:09 [2021-06-18T20:20:09.758Z] #49 17.35 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:20:10 [2021-06-18T20:20:10.020Z] #49 17.50 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:20:10 [2021-06-18T20:20:10.311Z] #13 8.111 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:20:10 [2021-06-18T20:20:10.598Z] #49 ...
20:20:10 [2021-06-18T20:20:10.598Z] 
20:20:10 [2021-06-18T20:20:10.598Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:20:10 [2021-06-18T20:20:10.598Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
20:20:10 [2021-06-18T20:20:10.860Z] #40 17.76 Checking out files:  91% (1548/1695)   
Checking out files:  92% (1560/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
20:20:10 [2021-06-18T20:20:10.860Z] #40 17.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:20:12 [2021-06-18T20:20:12.239Z] #13 10.10 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:20:12 [2021-06-18T20:20:12.621Z] using credential docker-jenkins-github-credentials
20:20:12 [2021-06-18T20:20:12.627Z] Cloning the remote Git repository
20:20:12 [2021-06-18T20:20:12.627Z] Cloning with configured refspecs honoured and without tags
20:20:12 [2021-06-18T20:20:12.789Z] #40 ...
20:20:12 [2021-06-18T20:20:12.789Z] 
20:20:12 [2021-06-18T20:20:12.789Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:12 [2021-06-18T20:20:12.789Z] #47 sha256:361d88236d28a7e4e90bd2f4e5b866e8196ba6b8179d343d670c68f8b3b1ce95
20:20:12 [2021-06-18T20:20:12.789Z] #47 10.20 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:12 [2021-06-18T20:20:12.789Z] #47 11.54 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.27 go: finding github.com/fatih/color v1.9.0
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.28 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.31 go: finding github.com/pkg/errors v0.9.1
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.35 go: finding github.com/mattn/go-colorable v0.1.6
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.38 go: finding github.com/spf13/pflag v1.0.3
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.41 go: finding github.com/mattn/go-isatty v0.0.12
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.79 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.93 go: finding github.com/jonboulle/clockwork v0.1.0
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.95 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:12 [2021-06-18T20:20:12.789Z] #47 16.99 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:12 [2021-06-18T20:20:12.789Z] #47 17.02 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:12 [2021-06-18T20:20:12.789Z] #47 ...
20:20:12 [2021-06-18T20:20:12.789Z] 
20:20:12 [2021-06-18T20:20:12.789Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:12 [2021-06-18T20:20:12.789Z] #67 sha256:47391a028052c35e77c55747b10d856e2c81218e3fd4a834d5408e63394e9484
20:20:12 [2021-06-18T20:20:12.666Z] Cloning repository https://github.com/moby/moby.git
20:20:12 [2021-06-18T20:20:12.744Z]  > git init /home/ubuntu/workspace/moby_PR-42538 # timeout=10
20:20:13 [2021-06-18T20:20:13.106Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:13 [2021-06-18T20:20:13.107Z]  > git --version # timeout=10
20:20:13 [2021-06-18T20:20:13.146Z]  > git --version # 'git version 2.17.1'
20:20:13 [2021-06-18T20:20:13.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:13 [2021-06-18T20:20:13.148Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:13 [2021-06-18T20:20:13.313Z] #67 19.92 Checking out files:  58% (1115/1907)   
Checking out files:  59% (1126/1907)   
Checking out files:  60% (1145/1907)   
Checking out files:  61% (1164/1907)   
Checking out files:  62% (1183/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
20:20:13 [2021-06-18T20:20:13.313Z] #67 20.66 + cd /tmp/tmp.8x8ylJIFbK/src/github.com/docker/libnetwork
20:20:13 [2021-06-18T20:20:13.313Z] #67 20.66 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:13 [2021-06-18T20:20:13.580Z] #67 ...
20:20:13 [2021-06-18T20:20:13.580Z] 
20:20:13 [2021-06-18T20:20:13.580Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:13 [2021-06-18T20:20:13.580Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:13 [2021-06-18T20:20:13.580Z] #13 7.067 Reading package lists...
20:20:13 [2021-06-18T20:20:13.641Z] #13 ...
20:20:13 [2021-06-18T20:20:13.641Z] 
20:20:13 [2021-06-18T20:20:13.641Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:13 [2021-06-18T20:20:13.641Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.36 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.42 go: downloading github.com/spf13/viper v1.6.1
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.47 go: downloading github.com/spf13/cobra v0.0.5
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.47 go: downloading github.com/pkg/errors v0.8.1
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.56 go: downloading github.com/spf13/pflag v1.0.5
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.65 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.67 go: downloading github.com/mattn/go-colorable v0.1.4
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.77 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.78 go: extracting github.com/pkg/errors v0.8.1
20:20:13 [2021-06-18T20:20:13.641Z] #49 16.90 go: downloading github.com/stretchr/testify v1.4.0
20:20:13 [2021-06-18T20:20:13.900Z] #49 17.11 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:13 [2021-06-18T20:20:13.900Z] #49 17.11 go: downloading github.com/fatih/color v1.7.0
20:20:13 [2021-06-18T20:20:13.900Z] #49 17.17 go: extracting github.com/spf13/pflag v1.0.5
20:20:13 [2021-06-18T20:20:13.902Z] #13 11.92 Reading package lists...
20:20:13 [2021-06-18T20:20:13.902Z] #13 ...
20:20:13 [2021-06-18T20:20:13.902Z] 
20:20:13 [2021-06-18T20:20:13.902Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:13 [2021-06-18T20:20:13.902Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.89 go: downloading github.com/subosito/gotenv v1.2.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.91 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.91 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.91 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.91 go: downloading github.com/mattn/go-isatty v0.0.8
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.91 go: downloading github.com/mattn/go-colorable v0.1.4
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.92 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.96 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.97 go: extracting github.com/subosito/gotenv v1.2.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:13 [2021-06-18T20:20:13.902Z] #49 18.99 go: downloading gopkg.in/ini.v1 v1.51.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.01 go: extracting github.com/mattn/go-colorable v0.1.4
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.02 go: extracting github.com/mattn/go-isatty v0.0.8
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.06 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.09 go: downloading github.com/spf13/pflag v1.0.5
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.10 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.14 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.14 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.14 go: downloading github.com/uudashr/gocognit v1.0.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.20 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.21 go: extracting gopkg.in/ini.v1 v1.51.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.22 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.23 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.26 go: downloading gopkg.in/yaml.v2 v2.2.7
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.28 go: extracting github.com/uudashr/gocognit v1.0.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.28 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.37 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.37 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.37 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.37 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.48 go: extracting gopkg.in/yaml.v2 v2.2.7
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.48 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.48 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.49 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.56 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.63 go: extracting github.com/spf13/pflag v1.0.5
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.65 go: downloading github.com/pelletier/go-toml v1.2.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.72 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.78 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.90 go: downloading github.com/spf13/afero v1.1.2
20:20:13 [2021-06-18T20:20:13.902Z] #49 19.97 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.07 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.10 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.21 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.28 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.37 go: extracting github.com/spf13/afero v1.1.2
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.38 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.40 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.41 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.43 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.45 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.47 go: extracting github.com/pelletier/go-toml v1.2.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.48 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.49 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.49 go: downloading github.com/spf13/cast v1.3.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.62 go: extracting github.com/spf13/cast v1.3.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.63 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.69 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.84 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.86 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.89 go: downloading github.com/BurntSushi/toml v0.3.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 20.98 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.04 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.04 go: downloading github.com/gogo/protobuf v1.2.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.07 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.07 go: downloading github.com/magiconair/properties v1.8.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.11 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.12 go: extracting github.com/BurntSushi/toml v0.3.1
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.14 go: downloading github.com/go-toolsmith/typep v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.16 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.25 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.29 go: downloading golang.org/x/text v0.3.2
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.31 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.36 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.38 go: downloading github.com/gobwas/glob v0.2.3
20:20:13 [2021-06-18T20:20:13.902Z] #49 21.46 go: extracting github.com/magiconair/properties v1.8.1
20:20:14 [2021-06-18T20:20:14.160Z] #49 17.21 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:20:14 [2021-06-18T20:20:14.160Z] #49 17.25 go: extracting github.com/mattn/go-colorable v0.1.4
20:20:14 [2021-06-18T20:20:14.160Z] #49 17.26 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:14 [2021-06-18T20:20:14.160Z] #49 17.31 go: extracting github.com/spf13/cobra v0.0.5
20:20:14 [2021-06-18T20:20:14.161Z] #49 17.34 go: downloading github.com/go-critic/go-critic v0.4.1
20:20:14 [2021-06-18T20:20:14.161Z] #49 17.36 go: extracting github.com/spf13/viper v1.6.1
20:20:14 [2021-06-18T20:20:14.179Z] #49 21.68 go: downloading github.com/ultraware/whitespace v0.0.4
20:20:14 [2021-06-18T20:20:14.423Z] #49 17.60 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:20:14 [2021-06-18T20:20:14.424Z] #49 17.68 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:14 [2021-06-18T20:20:14.424Z] #49 17.80 go: downloading github.com/magiconair/properties v1.8.1
20:20:14 [2021-06-18T20:20:14.441Z] #49 21.79 go: extracting github.com/go-toolsmith/typep v1.0.0
20:20:14 [2021-06-18T20:20:14.441Z] #49 21.82 go: downloading github.com/go-toolsmith/astp v1.0.0
20:20:14 [2021-06-18T20:20:14.441Z] #49 21.90 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:20:14 [2021-06-18T20:20:14.441Z] #49 22.04 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:20:14 [2021-06-18T20:20:14.691Z] #49 ...
20:20:14 [2021-06-18T20:20:14.691Z] 
20:20:14 [2021-06-18T20:20:14.691Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:20:14 [2021-06-18T20:20:14.691Z] #24 sha256:2ff3ccaba27699fb4f4dd48bd8129b2ee42238efd4990a610167d9053b70375e
20:20:14 [2021-06-18T20:20:14.691Z] #24 17.42 + mkdir -p /build
20:20:14 [2021-06-18T20:20:14.691Z] #24 17.42 + mv docker/docker /build/
20:20:14 [2021-06-18T20:20:14.691Z] #24 17.42 + rmdir docker
20:20:14 [2021-06-18T20:20:14.691Z] #24 DONE 17.9s
20:20:14 [2021-06-18T20:20:14.691Z] 
20:20:14 [2021-06-18T20:20:14.691Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:14 [2021-06-18T20:20:14.691Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:14 [2021-06-18T20:20:14.691Z] #49 17.86 go: extracting github.com/fatih/color v1.7.0
20:20:14 [2021-06-18T20:20:14.691Z] #49 17.92 go: extracting github.com/stretchr/testify v1.4.0
20:20:14 [2021-06-18T20:20:14.707Z] #49 22.07 go: downloading github.com/ultraware/funlen v0.0.2
20:20:14 [2021-06-18T20:20:14.707Z] #49 22.20 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:14 [2021-06-18T20:20:14.707Z] #49 22.26 go: extracting github.com/go-toolsmith/astp v1.0.0
20:20:14 [2021-06-18T20:20:14.707Z] #49 22.28 go: extracting github.com/ultraware/whitespace v0.0.4
20:20:14 [2021-06-18T20:20:14.707Z] #49 ...
20:20:14 [2021-06-18T20:20:14.707Z] 
20:20:14 [2021-06-18T20:20:14.707Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:14 [2021-06-18T20:20:14.707Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:20:14 [2021-06-18T20:20:14.707Z] #51 12.27 + cd /tmp/tmp.IYdNYZhOhN/src/github.com/mvdan/sh
20:20:14 [2021-06-18T20:20:14.707Z] #51 12.27 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:14 [2021-06-18T20:20:14.707Z] #51 12.36 + GO111MODULE=on
20:20:14 [2021-06-18T20:20:14.707Z] #51 12.36 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:20:14 [2021-06-18T20:20:14.707Z] #51 13.64 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:14 [2021-06-18T20:20:14.707Z] #51 13.73 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:14 [2021-06-18T20:20:14.707Z] #51 13.73 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:14 [2021-06-18T20:20:14.707Z] #51 14.10 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:14 [2021-06-18T20:20:14.707Z] #51 14.11 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:14 [2021-06-18T20:20:14.707Z] #51 14.61 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:14 [2021-06-18T20:20:14.707Z] #51 15.39 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:14 [2021-06-18T20:20:14.707Z] #51 16.28 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:14 [2021-06-18T20:20:14.707Z] #51 17.71 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:14 [2021-06-18T20:20:14.707Z] #51 17.84 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:14 [2021-06-18T20:20:14.707Z] #51 18.13 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:14 [2021-06-18T20:20:14.707Z] #51 18.24 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:14 [2021-06-18T20:20:14.707Z] #51 19.07 runtime/cgo
20:20:14 [2021-06-18T20:20:14.707Z] #51 19.17 runtime
20:20:14 [2021-06-18T20:20:14.959Z] #49 18.15 go: downloading github.com/pelletier/go-toml v1.2.0
20:20:14 [2021-06-18T20:20:14.969Z] #51 ...
20:20:14 [2021-06-18T20:20:14.969Z] 
20:20:14 [2021-06-18T20:20:14.969Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:14 [2021-06-18T20:20:14.970Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
20:20:14 [2021-06-18T20:20:14.970Z] #55 8.191 Reading package lists...
20:20:14 [2021-06-18T20:20:14.970Z] #55 12.75 Reading package lists...
20:20:14 [2021-06-18T20:20:14.970Z] #55 17.91 Building dependency tree...
20:20:14 [2021-06-18T20:20:14.970Z] #55 19.15 Reading state information...
20:20:14 [2021-06-18T20:20:14.970Z] #55 20.87 The following additional packages will be installed:
20:20:14 [2021-06-18T20:20:14.970Z] #55 20.90   libbtrfs0
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.05 The following NEW packages will be installed:
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.07   libbtrfs-dev libbtrfs0
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.47 0 upgraded, 2 newly installed, 0 to remove and 32 not upgraded.
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.47 Need to get 119 kB of archives.
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.47 After this operation, 387 kB of additional disk space will be used.
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #55 21.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #55 22.53 debconf: delaying package configuration, since apt-utils is not installed
20:20:14 [2021-06-18T20:20:14.970Z] #55 ...
20:20:14 [2021-06-18T20:20:14.970Z] 
20:20:14 [2021-06-18T20:20:14.970Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:14 [2021-06-18T20:20:14.970Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
20:20:14 [2021-06-18T20:20:14.970Z] #42 9.474 Reading package lists...
20:20:14 [2021-06-18T20:20:14.970Z] #42 12.78 Reading package lists...
20:20:14 [2021-06-18T20:20:14.970Z] #42 16.73 Building dependency tree...
20:20:14 [2021-06-18T20:20:14.970Z] #42 17.39 Reading state information...
20:20:14 [2021-06-18T20:20:14.970Z] #42 19.27 The following additional packages will be installed:
20:20:14 [2021-06-18T20:20:14.970Z] #42 19.27   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:20:14 [2021-06-18T20:20:14.970Z] #42 19.30   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:20:14 [2021-06-18T20:20:14.970Z] #42 19.31 Suggested packages:
20:20:14 [2021-06-18T20:20:14.970Z] #42 19.31   manpages-dev python-setuptools
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.52 The following NEW packages will be installed:
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.52   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.53   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.54   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.54   python-six zlib1g-dev
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.94 0 upgraded, 17 newly installed, 0 to remove and 32 not upgraded.
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.94 Need to get 3798 kB of archives.
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.94 After this operation, 21.6 MB of additional disk space will be used.
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 20.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.30 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
20:20:14 [2021-06-18T20:20:14.970Z] #42 21.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
20:20:15 [2021-06-18T20:20:15.221Z] #49 18.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:15 [2021-06-18T20:20:15.221Z] #49 18.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:15 [2021-06-18T20:20:15.232Z] #42 22.62 debconf: delaying package configuration, since apt-utils is not installed
20:20:15 [2021-06-18T20:20:15.232Z] #42 ...
20:20:15 [2021-06-18T20:20:15.232Z] 
20:20:15 [2021-06-18T20:20:15.232Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:15 [2021-06-18T20:20:15.232Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
20:20:15 [2021-06-18T20:20:15.232Z] #55 22.68 Fetched 119 kB in 0s (442 kB/s)
20:20:15 [2021-06-18T20:20:15.232Z] #55 22.82 Selecting previously unselected package libbtrfs0.
20:20:15 [2021-06-18T20:20:15.232Z] #55 22.82 (Reading database ... 
(Reading database ... 5%
20:20:15 [2021-06-18T20:20:15.232Z] #55 ...
20:20:15 [2021-06-18T20:20:15.232Z] 
20:20:15 [2021-06-18T20:20:15.232Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:20:15 [2021-06-18T20:20:15.232Z] #58 sha256:ec52d1a2eb14a4fa80a52cfdfba82e24350e60c4fc62f40b7a24ac3d68187e79
20:20:15 [2021-06-18T20:20:15.232Z] #58 12.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 13.06 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 13.14 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 13.49 go: extracting github.com/russross/blackfriday/v2 v2.1.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 15.82 go: finding github.com/pkg/errors v0.9.1
20:20:15 [2021-06-18T20:20:15.232Z] #58 15.86 go: finding github.com/sirupsen/logrus v1.8.1
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.01 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.03 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.25 go: finding github.com/google/uuid v1.2.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.38 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.41 go: finding github.com/gofrs/flock v0.8.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.50 go: finding github.com/moby/vpnkit v0.5.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.51 go: finding github.com/gorilla/mux v1.8.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.62 go: finding github.com/moby/sys/mountinfo v0.4.1
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.63 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.64 go: finding github.com/urfave/cli/v2 v2.3.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.77 go: finding github.com/u-root/u-root v7.0.0+incompatible
20:20:15 [2021-06-18T20:20:15.232Z] #58 16.85 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:15 [2021-06-18T20:20:15.232Z] #58 17.12 go: finding github.com/russross/blackfriday/v2 v2.1.0
20:20:15 [2021-06-18T20:20:15.481Z] #49 18.78 go: extracting github.com/magiconair/properties v1.8.1
20:20:15 [2021-06-18T20:20:15.481Z] #49 18.78 go: extracting github.com/go-critic/go-critic v0.4.1
20:20:15 [2021-06-18T20:20:15.516Z] #58 ...
20:20:15 [2021-06-18T20:20:15.516Z] 
20:20:15 [2021-06-18T20:20:15.516Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:15 [2021-06-18T20:20:15.516Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
20:20:15 [2021-06-18T20:20:15.516Z] #55 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 ... 15383 files and directories currently installed.)
20:20:15 [2021-06-18T20:20:15.516Z] #55 22.94 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
20:20:15 [2021-06-18T20:20:15.516Z] #55 22.99 Unpacking libbtrfs0 (4.20.1-2) ...
20:20:15 [2021-06-18T20:20:15.743Z] #49 18.95 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:15 [2021-06-18T20:20:15.743Z] #49 19.00 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:20:15 [2021-06-18T20:20:15.780Z] #55 23.20 Selecting previously unselected package libbtrfs-dev.
20:20:15 [2021-06-18T20:20:15.780Z] #55 23.21 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
20:20:15 [2021-06-18T20:20:15.780Z] #55 23.23 Unpacking libbtrfs-dev (4.20.1-2) ...
20:20:16 [2021-06-18T20:20:16.006Z] #49 19.08 go: extracting github.com/pelletier/go-toml v1.2.0
20:20:16 [2021-06-18T20:20:16.044Z] #55 23.57 Setting up libbtrfs0 (4.20.1-2) ...
20:20:16 [2021-06-18T20:20:16.044Z] #55 23.63 Setting up libbtrfs-dev (4.20.1-2) ...
20:20:16 [2021-06-18T20:20:16.044Z] #55 23.69 Processing triggers for libc-bin (2.28-10) ...
20:20:16 [2021-06-18T20:20:16.265Z] #49 19.59 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:16 [2021-06-18T20:20:16.265Z] #49 19.60 go: downloading github.com/spf13/afero v1.1.2
20:20:16 [2021-06-18T20:20:16.525Z] #49 19.70 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:20:16 [2021-06-18T20:20:16.525Z] #49 19.76 go: extracting github.com/spf13/afero v1.1.2
20:20:16 [2021-06-18T20:20:16.784Z] #49 ...
20:20:16 [2021-06-18T20:20:16.784Z] 
20:20:16 [2021-06-18T20:20:16.784Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:16 [2021-06-18T20:20:16.785Z] #47 sha256:7a9d58cdecb411f97711bf00eb5c274f9a6e60dce83ad7663d2a3a868e79c4b7
20:20:16 [2021-06-18T20:20:16.785Z] #47 10.08 go: extracting github.com/mattn/go-isatty v0.0.12
20:20:16 [2021-06-18T20:20:16.785Z] #47 12.26 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:16 [2021-06-18T20:20:16.785Z] #47 12.53 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:16 [2021-06-18T20:20:16.785Z] #47 14.47 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:16 [2021-06-18T20:20:16.785Z] #47 18.81 go: finding github.com/fatih/color v1.9.0
20:20:16 [2021-06-18T20:20:16.785Z] #47 18.94 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.08 go: finding github.com/pkg/errors v0.9.1
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.22 go: finding github.com/mattn/go-colorable v0.1.6
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.24 go: finding github.com/spf13/pflag v1.0.3
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.36 go: finding github.com/mattn/go-isatty v0.0.12
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.69 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.82 go: finding github.com/jonboulle/clockwork v0.1.0
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.89 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.91 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:16 [2021-06-18T20:20:16.785Z] #47 19.92 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:17 [2021-06-18T20:20:17.044Z] #47 ...
20:20:17 [2021-06-18T20:20:17.044Z] 
20:20:17 [2021-06-18T20:20:17.044Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:17 [2021-06-18T20:20:17.044Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:17 [2021-06-18T20:20:17.044Z] #51 19.60 + cd /tmp/tmp.jyKemfZN3L/src/github.com/mvdan/sh
20:20:17 [2021-06-18T20:20:17.044Z] #51 19.61 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:17 [2021-06-18T20:20:17.044Z] #51 19.76 + GO111MODULE=on
20:20:17 [2021-06-18T20:20:17.044Z] #51 19.76 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:20:17 [2021-06-18T20:20:17.047Z] #55 ...
20:20:17 [2021-06-18T20:20:17.047Z] 
20:20:17 [2021-06-18T20:20:17.047Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:17 [2021-06-18T20:20:17.047Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
20:20:17 [2021-06-18T20:20:17.047Z] #36 9.472 Reading package lists...
20:20:17 [2021-06-18T20:20:17.047Z] #36 14.72 Reading package lists...
20:20:17 [2021-06-18T20:20:17.047Z] #36 19.90 Building dependency tree...
20:20:17 [2021-06-18T20:20:17.047Z] #36 20.88 Reading state information...
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.29 The following additional packages will be installed:
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.30   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.31 Suggested packages:
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.31   cmake-doc ninja-build lrzip
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.31 Recommended packages:
20:20:17 [2021-06-18T20:20:17.047Z] #36 22.31   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.03 The following NEW packages will be installed:
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.06   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.06   vim-common xxd
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.42 0 upgraded, 10 newly installed, 0 to remove and 32 not upgraded.
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.42 Need to get 14.2 MB of archives.
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.42 After this operation, 60.0 MB of additional disk space will be used.
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 23.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 24.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
20:20:17 [2021-06-18T20:20:17.047Z] #36 ...
20:20:17 [2021-06-18T20:20:17.047Z] 
20:20:17 [2021-06-18T20:20:17.047Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:17 [2021-06-18T20:20:17.047Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
20:20:17 [2021-06-18T20:20:17.047Z] #55 DONE 24.4s
20:20:17 [2021-06-18T20:20:17.047Z] 
20:20:17 [2021-06-18T20:20:17.047Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:17 [2021-06-18T20:20:17.047Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
20:20:17 [2021-06-18T20:20:17.047Z] #42 22.80 Fetched 3798 kB in 1s (5648 kB/s)
20:20:17 [2021-06-18T20:20:17.047Z] #42 22.90 Selecting previously unselected package libcap-dev:arm64.
20:20:17 [2021-06-18T20:20:17.047Z] #42 22.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:20:17 [2021-06-18T20:20:17.047Z] #42 23.03 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.047Z] #42 23.04 Unpacking libcap-dev:arm64 (1:2.25-2) ...
20:20:17 [2021-06-18T20:20:17.047Z] #42 23.34 Selecting previously unselected package libnet1:arm64.
20:20:17 [2021-06-18T20:20:17.047Z] #42 23.35 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.047Z] #42 23.36 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.54 Selecting previously unselected package libnet1-dev.
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.54 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.56 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.89 Selecting previously unselected package libnl-3-200:arm64.
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.89 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 23.90 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 24.21 Selecting previously unselected package libnl-3-dev:arm64.
20:20:17 [2021-06-18T20:20:17.048Z] #42 24.21 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.048Z] #42 24.24 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
20:20:17 [2021-06-18T20:20:17.309Z] #42 24.89 Selecting previously unselected package libprotobuf-c1:arm64.
20:20:17 [2021-06-18T20:20:17.309Z] #42 24.89 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.309Z] #42 24.90 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:20:17 [2021-06-18T20:20:17.575Z] #42 25.03 Selecting previously unselected package libprotobuf-c-dev:arm64.
20:20:17 [2021-06-18T20:20:17.575Z] #42 25.07 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.575Z] #42 25.10 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:20:17 [2021-06-18T20:20:17.618Z] #51 ...
20:20:17 [2021-06-18T20:20:17.618Z] 
20:20:17 [2021-06-18T20:20:17.618Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:17 [2021-06-18T20:20:17.618Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:20:17 [2021-06-18T20:20:17.618Z] #55 10.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:20:17 [2021-06-18T20:20:17.618Z] #55 12.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:20:17 [2021-06-18T20:20:17.618Z] #55 14.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:20:17 [2021-06-18T20:20:17.618Z] #55 ...
20:20:17 [2021-06-18T20:20:17.618Z] 
20:20:17 [2021-06-18T20:20:17.618Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:17 [2021-06-18T20:20:17.618Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:17 [2021-06-18T20:20:17.618Z] #49 20.40 go: downloading github.com/davecgh/go-spew v1.1.1
20:20:17 [2021-06-18T20:20:17.618Z] #49 20.62 go: extracting github.com/davecgh/go-spew v1.1.1
20:20:17 [2021-06-18T20:20:17.618Z] #49 20.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:20:17 [2021-06-18T20:20:17.618Z] #49 20.80 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:20:17 [2021-06-18T20:20:17.618Z] #49 20.84 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:20:17 [2021-06-18T20:20:17.837Z] #42 25.31 Selecting previously unselected package zlib1g-dev:arm64.
20:20:17 [2021-06-18T20:20:17.837Z] #42 25.33 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
20:20:17 [2021-06-18T20:20:17.837Z] #42 25.35 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:20:18 [2021-06-18T20:20:18.099Z] #42 25.63 Selecting previously unselected package libprotobuf17:arm64.
20:20:18 [2021-06-18T20:20:18.099Z] #42 25.64 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
20:20:18 [2021-06-18T20:20:18.099Z] #42 25.65 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
20:20:18 [2021-06-18T20:20:18.567Z] #49 ...
20:20:18 [2021-06-18T20:20:18.568Z] 
20:20:18 [2021-06-18T20:20:18.568Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:18 [2021-06-18T20:20:18.568Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:18 [2021-06-18T20:20:18.568Z] #45 11.83 runtime
20:20:18 [2021-06-18T20:20:18.568Z] #45 14.92 unicode/utf8
20:20:18 [2021-06-18T20:20:18.568Z] #45 15.51 math
20:20:18 [2021-06-18T20:20:18.568Z] #45 20.58 unicode/utf16
20:20:18 [2021-06-18T20:20:18.568Z] #45 20.85 container/list
20:20:18 [2021-06-18T20:20:18.568Z] #45 21.33 crypto/internal/subtle
20:20:18 [2021-06-18T20:20:18.568Z] #45 21.48 crypto/subtle
20:20:18 [2021-06-18T20:20:18.568Z] #45 21.62 vendor/golang.org/x/crypto/cryptobyte/asn1
20:20:18 [2021-06-18T20:20:18.568Z] #45 21.74 internal/nettrace
20:20:18 [2021-06-18T20:20:18.673Z] #42 26.18 Selecting previously unselected package libprotobuf-lite17:arm64.
20:20:18 [2021-06-18T20:20:18.673Z] #42 26.22 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
20:20:18 [2021-06-18T20:20:18.673Z] #42 26.24 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:20:18 [2021-06-18T20:20:18.827Z] #45 21.85 runtime/cgo
20:20:18 [2021-06-18T20:20:18.827Z] #45 ...
20:20:18 [2021-06-18T20:20:18.827Z] 
20:20:18 [2021-06-18T20:20:18.827Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:18 [2021-06-18T20:20:18.827Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:18 [2021-06-18T20:20:18.827Z] #51 21.05 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:18 [2021-06-18T20:20:18.827Z] #51 21.16 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:18 [2021-06-18T20:20:18.827Z] #51 21.32 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:18 [2021-06-18T20:20:18.827Z] #51 21.39 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:18 [2021-06-18T20:20:18.827Z] #51 21.46 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:18 [2021-06-18T20:20:18.935Z] #42 26.44 Selecting previously unselected package libprotobuf-dev:arm64.
20:20:18 [2021-06-18T20:20:18.935Z] #42 26.46 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
20:20:18 [2021-06-18T20:20:18.935Z] #42 26.48 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:20:19 [2021-06-18T20:20:19.086Z] #51 22.34 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:19 [2021-06-18T20:20:19.653Z] #51 ...
20:20:19 [2021-06-18T20:20:19.653Z] 
20:20:19 [2021-06-18T20:20:19.653Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:20:19 [2021-06-18T20:20:19.653Z] #58 sha256:83312181c50b8a934740b09eafaac543a0625dbff0955c2d576051630b40fb2d
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.79 + cd /tmp/tmp.xMKThZ0Vht/src/github.com/rootless-containers/rootlesskit
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.79 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.80 + export GO111MODULE=on
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.80 + GO111MODULE=on
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.80 + export GOPROXY=https://proxy.golang.org
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.80 + GOPROXY=https://proxy.golang.org
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.80 + for f in rootlesskit rootlesskit-docker-proxy
20:20:19 [2021-06-18T20:20:19.653Z] #58 12.81 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.54 go: downloading github.com/pkg/errors v0.9.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.55 go: downloading github.com/sirupsen/logrus v1.8.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.60 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.75 go: downloading github.com/gofrs/flock v0.8.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.78 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.88 go: downloading github.com/google/uuid v1.2.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 14.98 go: downloading github.com/gorilla/mux v1.8.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.07 go: extracting github.com/gofrs/flock v0.8.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.15 go: downloading github.com/moby/sys/mountinfo v0.4.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.31 go: downloading github.com/urfave/cli/v2 v2.3.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.40 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.56 go: extracting github.com/pkg/errors v0.9.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.63 go: extracting github.com/google/uuid v1.2.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.69 go: downloading github.com/moby/vpnkit v0.5.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 15.78 go: extracting github.com/sirupsen/logrus v1.8.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 16.01 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:19 [2021-06-18T20:20:19.653Z] #58 16.13 go: extracting github.com/gorilla/mux v1.8.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 16.17 go: extracting github.com/moby/sys/mountinfo v0.4.1
20:20:19 [2021-06-18T20:20:19.653Z] #58 17.09 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:19 [2021-06-18T20:20:19.653Z] #58 19.85 go: downloading github.com/u-root/u-root v7.0.0+incompatible
20:20:19 [2021-06-18T20:20:19.653Z] #58 19.86 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:19 [2021-06-18T20:20:19.653Z] #58 19.90 go: extracting github.com/moby/vpnkit v0.5.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 19.97 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:19 [2021-06-18T20:20:19.653Z] #58 20.45 go: extracting github.com/urfave/cli/v2 v2.3.0
20:20:19 [2021-06-18T20:20:19.653Z] #58 ...
20:20:19 [2021-06-18T20:20:19.653Z] 
20:20:19 [2021-06-18T20:20:19.653Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:19 [2021-06-18T20:20:19.653Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:19 [2021-06-18T20:20:19.653Z] #42 12.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:20:19 [2021-06-18T20:20:19.653Z] #42 15.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:20:19 [2021-06-18T20:20:19.912Z] #42 ...
20:20:19 [2021-06-18T20:20:19.912Z] 
20:20:19 [2021-06-18T20:20:19.912Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:19 [2021-06-18T20:20:19.912Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:20:19 [2021-06-18T20:20:19.912Z] #36 13.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:20:19 [2021-06-18T20:20:19.912Z] #36 15.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:20:19 [2021-06-18T20:20:19.912Z] #36 ...
20:20:19 [2021-06-18T20:20:19.912Z] 
20:20:19 [2021-06-18T20:20:19.912Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:19 [2021-06-18T20:20:19.912Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:19 [2021-06-18T20:20:19.912Z] #51 23.01 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:20 [2021-06-18T20:20:20.328Z] #42 27.75 Selecting previously unselected package libprotoc17:arm64.
20:20:20 [2021-06-18T20:20:20.328Z] #42 27.77 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
20:20:20 [2021-06-18T20:20:20.328Z] #42 27.78 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
20:20:20 [2021-06-18T20:20:20.407Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04e5f289602fd5b47) in /home/ubuntu/workspace/moby_PR-42538
[Pipeline] {
[Pipeline] checkout
20:20:20 [2021-06-18T20:20:20.622Z] The recommended git tool is: git
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.41 Selecting previously unselected package protobuf-c-compiler.
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.41 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.42 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.69 Selecting previously unselected package protobuf-compiler.
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.71 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
20:20:21 [2021-06-18T20:20:21.193Z] #42 28.73 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:20:21 [2021-06-18T20:20:21.456Z] #42 28.95 Selecting previously unselected package python-pkg-resources.
20:20:21 [2021-06-18T20:20:21.456Z] #42 28.96 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:20:21 [2021-06-18T20:20:21.456Z] #42 28.97 Unpacking python-pkg-resources (40.8.0-1) ...
20:20:21 [2021-06-18T20:20:21.457Z] #51 24.53 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:21 [2021-06-18T20:20:21.719Z] #42 29.24 Selecting previously unselected package python-six.
20:20:21 [2021-06-18T20:20:21.719Z] #42 29.26 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:20:21 [2021-06-18T20:20:21.719Z] #42 29.27 Unpacking python-six (1.12.0-1) ...
20:20:21 [2021-06-18T20:20:21.982Z] #42 29.44 Selecting previously unselected package python-protobuf.
20:20:21 [2021-06-18T20:20:21.982Z] #42 29.45 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
20:20:21 [2021-06-18T20:20:21.982Z] #42 29.46 Unpacking python-protobuf (3.6.1.3-2) ...
20:20:22 [2021-06-18T20:20:22.400Z] #51 ...
20:20:22 [2021-06-18T20:20:22.400Z] 
20:20:22 [2021-06-18T20:20:22.400Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:22 [2021-06-18T20:20:22.400Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:20:22 [2021-06-18T20:20:22.400Z] #34 15.56 internal/testlog
20:20:22 [2021-06-18T20:20:22.400Z] #34 16.02 encoding
20:20:22 [2021-06-18T20:20:22.400Z] #34 16.28 runtime/cgo
20:20:22 [2021-06-18T20:20:22.400Z] #34 ...
20:20:22 [2021-06-18T20:20:22.400Z] 
20:20:22 [2021-06-18T20:20:22.400Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:22 [2021-06-18T20:20:22.400Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:22 [2021-06-18T20:20:22.400Z] #49 22.36 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.69 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.71 go: downloading github.com/subosito/gotenv v1.2.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.71 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.71 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.71 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.73 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.75 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.82 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.83 go: downloading golang.org/x/text v0.3.2
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.84 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.85 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.85 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.88 go: extracting github.com/subosito/gotenv v1.2.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.97 go: downloading github.com/uudashr/gocognit v1.0.1
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.97 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.98 go: downloading github.com/stretchr/objx v0.2.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.99 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:22 [2021-06-18T20:20:22.400Z] #49 24.99 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.00 go: downloading github.com/hashicorp/hcl v1.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.04 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.07 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.08 go: downloading gopkg.in/ini.v1 v1.51.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.15 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.17 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.17 go: extracting github.com/uudashr/gocognit v1.0.1
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.17 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.34 go: extracting gopkg.in/ini.v1 v1.51.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.40 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.54 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.60 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.62 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.64 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.69 go: extracting github.com/hashicorp/hcl v1.0.0
20:20:22 [2021-06-18T20:20:22.400Z] #49 25.71 go: extracting github.com/stretchr/objx v0.2.0
20:20:22 [2021-06-18T20:20:22.659Z] #49 25.76 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:20:22 [2021-06-18T20:20:22.659Z] #49 25.77 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:20:22 [2021-06-18T20:20:22.659Z] #49 25.89 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:22 [2021-06-18T20:20:22.659Z] #49 25.95 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:22 [2021-06-18T20:20:22.659Z] #49 26.00 go: downloading github.com/ultraware/whitespace v0.0.4
20:20:22 [2021-06-18T20:20:22.659Z] #49 26.05 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:20:22 [2021-06-18T20:20:22.824Z] #42 30.11 Setting up python-pkg-resources (40.8.0-1) ...
20:20:22 [2021-06-18T20:20:22.824Z] #42 ...
20:20:22 [2021-06-18T20:20:22.824Z] 
20:20:22 [2021-06-18T20:20:22.824Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:20:22 [2021-06-18T20:20:22.824Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
20:20:22 [2021-06-18T20:20:22.824Z] #40 19.99 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.11 go: downloading github.com/ultraware/funlen v0.0.2
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.18 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.20 go: extracting github.com/ultraware/whitespace v0.0.4
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.20 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.25 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.26 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.26 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.27 go: extracting github.com/ultraware/funlen v0.0.2
20:20:22 [2021-06-18T20:20:22.917Z] #49 26.30 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:23 [2021-06-18T20:20:23.085Z] #40 ...
20:20:23 [2021-06-18T20:20:23.085Z] 
20:20:23 [2021-06-18T20:20:23.085Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:23 [2021-06-18T20:20:23.085Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
20:20:23 [2021-06-18T20:20:23.085Z] #36 25.84 debconf: delaying package configuration, since apt-utils is not installed
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.04 Fetched 14.2 MB in 2s (8873 kB/s)
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.19 Selecting previously unselected package xxd.
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.32 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.33 Unpacking xxd (2:8.1.0875-5) ...
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.59 Selecting previously unselected package vim-common.
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.60 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:20:23 [2021-06-18T20:20:23.085Z] #36 26.66 Unpacking vim-common (2:8.1.0875-5) ...
20:20:23 [2021-06-18T20:20:23.085Z] #36 27.13 Selecting previously unselected package cmake-data.
20:20:23 [2021-06-18T20:20:23.085Z] #36 27.13 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:20:23 [2021-06-18T20:20:23.085Z] #36 27.14 Unpacking cmake-data (3.13.4-1) ...
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.37 go: downloading github.com/go-toolsmith/typep v1.0.0
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.37 go: downloading github.com/spf13/cast v1.3.0
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.39 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.40 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:23 [2021-06-18T20:20:23.175Z] #49 26.51 go: downloading github.com/go-toolsmith/astp v1.0.0
20:20:23 [2021-06-18T20:20:23.345Z] #36 30.75 Selecting previously unselected package libicu63:arm64.
20:20:23 [2021-06-18T20:20:23.345Z] #36 30.76 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
20:20:23 [2021-06-18T20:20:23.345Z] #36 30.77 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:20:23 [2021-06-18T20:20:23.434Z] #49 26.60 go: extracting github.com/go-toolsmith/typep v1.0.0
20:20:23 [2021-06-18T20:20:23.434Z] #49 26.60 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:23 [2021-06-18T20:20:23.434Z] #49 26.73 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:20:23 [2021-06-18T20:20:23.693Z] #49 26.77 go: extracting github.com/spf13/cast v1.3.0
20:20:23 [2021-06-18T20:20:23.693Z] #49 26.81 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:23 [2021-06-18T20:20:23.693Z] #49 26.89 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:23 [2021-06-18T20:20:23.693Z] #49 26.93 go: extracting github.com/go-toolsmith/astp v1.0.0
20:20:23 [2021-06-18T20:20:23.784Z] using credential docker-jenkins-github-credentials
20:20:23 [2021-06-18T20:20:23.791Z] Cloning the remote Git repository
20:20:23 [2021-06-18T20:20:23.791Z] Cloning with configured refspecs honoured and without tags
20:20:23 [2021-06-18T20:20:23.917Z] #36 ...
20:20:23 [2021-06-18T20:20:23.917Z] 
20:20:23 [2021-06-18T20:20:23.917Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:23 [2021-06-18T20:20:23.917Z] #67 sha256:47391a028052c35e77c55747b10d856e2c81218e3fd4a834d5408e63394e9484
20:20:23 [2021-06-18T20:20:23.917Z] #67 21.25 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:20:23 [2021-06-18T20:20:23.917Z] #67 ...
20:20:23 [2021-06-18T20:20:23.917Z] 
20:20:23 [2021-06-18T20:20:23.917Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:23 [2021-06-18T20:20:23.917Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:23 [2021-06-18T20:20:23.917Z] #34 31.05 internal/reflectlite
20:20:23 [2021-06-18T20:20:23.917Z] #34 31.07 sync
20:20:23 [2021-06-18T20:20:23.951Z] #49 27.02 go: downloading gopkg.in/yaml.v2 v2.2.7
20:20:23 [2021-06-18T20:20:23.951Z] #49 27.14 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:23 [2021-06-18T20:20:23.951Z] #49 27.16 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:23 [2021-06-18T20:20:23.951Z] #49 27.17 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:24 [2021-06-18T20:20:24.209Z] #49 27.42 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:24 [2021-06-18T20:20:24.209Z] #49 27.52 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:23 [2021-06-18T20:20:23.831Z] Cloning repository https://github.com/moby/moby.git
20:20:23 [2021-06-18T20:20:23.880Z]  > git init /home/ubuntu/workspace/moby_PR-42538 # timeout=10
20:20:24 [2021-06-18T20:20:24.223Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:24 [2021-06-18T20:20:24.223Z]  > git --version # timeout=10
20:20:24 [2021-06-18T20:20:24.237Z]  > git --version # 'git version 2.17.1'
20:20:24 [2021-06-18T20:20:24.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:24 [2021-06-18T20:20:24.252Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:24 [2021-06-18T20:20:24.467Z] #49 27.54 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:20:24 [2021-06-18T20:20:24.467Z] #49 27.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:20:24 [2021-06-18T20:20:24.467Z] #49 27.65 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:24 [2021-06-18T20:20:24.467Z] #49 27.65 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:24 [2021-06-18T20:20:24.496Z] #34 ...
20:20:24 [2021-06-18T20:20:24.497Z] 
20:20:24 [2021-06-18T20:20:24.497Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:24 [2021-06-18T20:20:24.497Z] #13 11.92 Reading package lists...
20:20:24 [2021-06-18T20:20:24.497Z] #13 17.99 Building dependency tree...
20:20:24 [2021-06-18T20:20:24.497Z] #13 18.94 Reading state information...
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.63 The following additional packages will be installed:
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.63   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.63   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.63   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.63   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.71   mingw-w64-common mingw-w64-x86-64-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.72 Suggested packages:
20:20:24 [2021-06-18T20:20:24.497Z] #13 20.72   gcc-8-locales seccomp wine64
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.09 The following NEW packages will be installed:
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.09   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.09   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.09   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.09   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.10   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.10   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.11 The following packages will be upgraded:
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.12   libseccomp2 libsystemd0 libudev1
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.54 3 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.54 Need to get 73.8 MB of archives.
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.54 After this operation, 472 MB of additional disk space will be used.
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.54 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.54 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.87 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 22.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 23.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 23.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 23.45 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 25.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.25 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.26 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.34 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.38 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.38 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
20:20:24 [2021-06-18T20:20:24.497Z] #13 27.39 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB]
20:20:24 [2021-06-18T20:20:24.727Z] #49 27.87 go: extracting gopkg.in/yaml.v2 v2.2.7
20:20:24 [2021-06-18T20:20:24.727Z] #49 ...
20:20:24 [2021-06-18T20:20:24.727Z] 
20:20:24 [2021-06-18T20:20:24.727Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:24 [2021-06-18T20:20:24.727Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:24 [2021-06-18T20:20:24.727Z] #13 12.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:20:24 [2021-06-18T20:20:24.727Z] #13 ...
20:20:24 [2021-06-18T20:20:24.727Z] 
20:20:24 [2021-06-18T20:20:24.727Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:24 [2021-06-18T20:20:24.727Z] #67 sha256:631e9c318ea4a0cab2f51d7e884a031d2bd86862f6f85ac025a2b834ba1a523e
20:20:24 [2021-06-18T20:20:24.728Z] #67 26.53 Checking out files:  63% (1208/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
20:20:24 [2021-06-18T20:20:24.728Z] #67 27.22 + cd /tmp/tmp.5qlysFV0fF/src/github.com/docker/libnetwork
20:20:24 [2021-06-18T20:20:24.728Z] #67 27.23 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
20:20:24 [2021-06-18T20:20:24.728Z] #67 27.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:20:24 [2021-06-18T20:20:24.760Z] #13 ...
20:20:24 [2021-06-18T20:20:24.760Z] 
20:20:24 [2021-06-18T20:20:24.760Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:24 [2021-06-18T20:20:24.760Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.30 go: extracting github.com/gobwas/glob v0.2.3
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.34 go: extracting github.com/ultraware/funlen v0.0.2
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.49 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.74 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.77 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:24 [2021-06-18T20:20:24.760Z] #49 22.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.16 go: downloading github.com/kisielk/gotool v1.0.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.17 go: downloading github.com/sirupsen/logrus v1.4.2
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.24 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.41 go: downloading github.com/stretchr/testify v1.4.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.50 go: extracting github.com/kisielk/gotool v1.0.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.51 go: extracting github.com/sirupsen/logrus v1.4.2
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.63 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:24 [2021-06-18T20:20:24.760Z] #49 23.88 go: extracting github.com/stretchr/testify v1.4.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 24.40 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:24 [2021-06-18T20:20:24.760Z] #49 24.42 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:24 [2021-06-18T20:20:24.760Z] #49 24.98 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.01 go: downloading github.com/stretchr/objx v0.2.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.02 go: downloading github.com/pmezard/go-difflib v1.0.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.03 go: downloading github.com/davecgh/go-spew v1.1.1
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.11 go: extracting github.com/stretchr/objx v0.2.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.22 go: extracting github.com/pmezard/go-difflib v1.0.0
20:20:24 [2021-06-18T20:20:24.760Z] #49 25.38 go: extracting github.com/davecgh/go-spew v1.1.1
20:20:24 [2021-06-18T20:20:24.760Z] #49 26.04 go: extracting github.com/gogo/protobuf v1.2.1
20:20:24 [2021-06-18T20:20:24.760Z] #49 29.75 go: extracting golang.org/x/text v0.3.2
20:20:25 [2021-06-18T20:20:25.023Z] #49 ...
20:20:25 [2021-06-18T20:20:25.023Z] 
20:20:25 [2021-06-18T20:20:25.023Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:25 [2021-06-18T20:20:25.023Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:25 [2021-06-18T20:20:25.023Z] #13 28.51 debconf: delaying package configuration, since apt-utils is not installed
20:20:25 [2021-06-18T20:20:25.286Z] #13 28.75 Fetched 73.8 MB in 5s (14.4 MB/s)
20:20:25 [2021-06-18T20:20:25.548Z] #13 28.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:20:25 [2021-06-18T20:20:25.548Z] #13 28.98 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
20:20:25 [2021-06-18T20:20:25.548Z] #13 29.05 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:20:25 [2021-06-18T20:20:25.813Z] #13 29.39 Setting up libsystemd0:arm64 (241-7~deb10u7) ...
20:20:26 [2021-06-18T20:20:26.337Z] #13 29.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 ... 15383 files and directories currently installed.)
20:20:26 [2021-06-18T20:20:26.337Z] #13 29.68 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
20:20:26 [2021-06-18T20:20:26.337Z] #13 29.72 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
20:20:26 [2021-06-18T20:20:26.600Z] #13 29.98 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
20:20:26 [2021-06-18T20:20:26.863Z] #13 30.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 ... 15383 files and directories currently installed.)
20:20:26 [2021-06-18T20:20:26.863Z] #13 30.31 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
20:20:26 [2021-06-18T20:20:26.863Z] #13 ...
20:20:26 [2021-06-18T20:20:26.863Z] 
20:20:26 [2021-06-18T20:20:26.863Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:20:26 [2021-06-18T20:20:26.863Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.704 + RM_GOPATH=0
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.704 + TMP_GOPATH=
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.704 + : /build
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.705 + '[' -z '' ']'
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.705 ++ mktemp -d
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.708 + export GOPATH=/tmp/tmp.j3E5cYztCJ
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.708 + GOPATH=/tmp/tmp.j3E5cYztCJ
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.708 + RM_GOPATH=1
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.708 + case "$(go env GOARCH)" in
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.711 ++ go env GOARCH
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.732 + export GO_BUILDMODE=-buildmode=pie
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.732 + GO_BUILDMODE=-buildmode=pie
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.737 ++ dirname /tmp/install/install.sh
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.740 + dir=/tmp/install
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.749 + bin=containerd
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.749 + shift
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.749 + '[' '!' -f /tmp/install/containerd.installer ']'
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.749 + . /tmp/install/containerd.installer
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.750 ++ set -e
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.750 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.750 + install_containerd
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.751 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.757 + git clone https://github.com/containerd/containerd.git /tmp/tmp.j3E5cYztCJ/src/github.com/containerd/containerd
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.757 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:26 [2021-06-18T20:20:26.863Z] #56 1.760 Cloning into '/tmp/tmp.j3E5cYztCJ/src/github.com/containerd/containerd'...
20:20:26 [2021-06-18T20:20:26.863Z] #56 ...
20:20:26 [2021-06-18T20:20:26.863Z] 
20:20:26 [2021-06-18T20:20:26.863Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:26 [2021-06-18T20:20:26.863Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:26 [2021-06-18T20:20:26.863Z] #13 30.31 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
20:20:26 [2021-06-18T20:20:26.863Z] #13 30.35 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:20:27 [2021-06-18T20:20:27.447Z] #13 30.66 Setting up libudev1:arm64 (241-7~deb10u7) ...
20:20:27 [2021-06-18T20:20:27.447Z] #13 30.99 Selecting previously unselected package binutils-mingw-w64-i686.
20:20:27 [2021-06-18T20:20:27.529Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-05a4c00cac0e03452) in /home/ubuntu/workspace/moby_PR-42538
[Pipeline] {
[Pipeline] checkout
20:20:27 [2021-06-18T20:20:27.709Z] #13 30.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:20:27 [2021-06-18T20:20:27.709Z] #13 31.08 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
20:20:27 [2021-06-18T20:20:27.709Z] #13 31.11 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:20:27 [2021-06-18T20:20:27.711Z] The recommended git tool is: git
20:20:27 [2021-06-18T20:20:27.971Z] #13 ...
20:20:27 [2021-06-18T20:20:27.971Z] 
20:20:27 [2021-06-18T20:20:27.971Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:27 [2021-06-18T20:20:27.971Z] #67 sha256:47391a028052c35e77c55747b10d856e2c81218e3fd4a834d5408e63394e9484
20:20:27 [2021-06-18T20:20:27.971Z] #67 DONE 35.4s
20:20:27 [2021-06-18T20:20:27.971Z] 
20:20:27 [2021-06-18T20:20:27.971Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:27 [2021-06-18T20:20:27.971Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.34 go: finding github.com/fatih/color v1.7.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.40 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.54 go: finding github.com/mattn/go-colorable v0.1.4
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.59 go: finding github.com/mattn/go-isatty v0.0.8
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.93 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.94 go: finding github.com/pkg/errors v0.8.1
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.94 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:27 [2021-06-18T20:20:27.971Z] #49 34.98 go: finding github.com/go-lintpack/lintpack v0.5.2
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.04 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.06 go: finding github.com/mitchellh/go-homedir v1.1.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.10 go: finding github.com/go-critic/go-critic v0.4.1
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.29 go: finding github.com/spf13/viper v1.6.1
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.29 go: finding github.com/sirupsen/logrus v1.4.2
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.35 go: finding github.com/stretchr/testify v1.4.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.37 go: finding github.com/go-toolsmith/astequal v1.0.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.40 go: finding github.com/go-toolsmith/astp v1.0.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.43 go: finding github.com/go-toolsmith/astcast v1.0.0
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.48 go: finding github.com/davecgh/go-spew v1.1.1
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.48 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:20:27 [2021-06-18T20:20:27.971Z] #49 35.52 go: finding github.com/go-toolsmith/typep v1.0.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.55 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.57 go: finding github.com/pmezard/go-difflib v1.0.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.60 go: finding github.com/spf13/cobra v0.0.5
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.63 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.64 go: finding github.com/stretchr/objx v0.2.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.64 go: finding github.com/gobwas/glob v0.2.3
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.73 go: finding github.com/fsnotify/fsnotify v1.4.7
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.74 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.76 go: finding github.com/spf13/pflag v1.0.5
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.79 go: finding gopkg.in/yaml.v2 v2.2.7
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.82 go: finding github.com/go-toolsmith/strparse v1.0.0
20:20:28 [2021-06-18T20:20:28.235Z] #49 35.83 go: finding github.com/hashicorp/hcl v1.0.0
20:20:28 [2021-06-18T20:20:28.498Z] #49 35.91 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:28 [2021-06-18T20:20:28.498Z] #49 35.93 go: finding github.com/magiconair/properties v1.8.1
20:20:28 [2021-06-18T20:20:28.498Z] #49 36.02 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:28 [2021-06-18T20:20:28.498Z] #49 36.04 go: finding github.com/mitchellh/mapstructure v1.1.2
20:20:28 [2021-06-18T20:20:28.498Z] #49 36.05 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:28 [2021-06-18T20:20:28.498Z] #49 36.14 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.16 go: finding github.com/pelletier/go-toml v1.2.0
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.18 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.19 go: finding github.com/spf13/cast v1.3.0
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.26 go: finding github.com/spf13/afero v1.1.2
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.30 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:20:28 [2021-06-18T20:20:28.763Z] #49 36.39 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:28 [2021-06-18T20:20:28.924Z] #67 ...
20:20:28 [2021-06-18T20:20:28.924Z] 
20:20:28 [2021-06-18T20:20:28.924Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:28 [2021-06-18T20:20:28.924Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:28 [2021-06-18T20:20:28.924Z] #45 32.11 vendor/golang.org/x/crypto/curve25519
20:20:29 [2021-06-18T20:20:29.026Z] #49 36.42 go: finding github.com/subosito/gotenv v1.2.0
20:20:29 [2021-06-18T20:20:29.026Z] #49 36.58 go: finding gopkg.in/ini.v1 v1.51.0
20:20:29 [2021-06-18T20:20:29.026Z] #49 36.61 go: finding golang.org/x/text v0.3.2
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.72 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.75 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.77 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.82 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.86 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:29 [2021-06-18T20:20:29.357Z] #49 36.92 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:29 [2021-06-18T20:20:29.653Z] #49 36.92 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:29 [2021-06-18T20:20:29.653Z] #49 36.94 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:29 [2021-06-18T20:20:29.653Z] #49 36.97 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.08 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.13 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.15 go: finding github.com/sourcegraph/go-diff v0.5.1
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.19 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.24 go: finding github.com/ultraware/funlen v0.0.2
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.25 go: finding github.com/kisielk/gotool v1.0.0
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.25 go: finding github.com/ultraware/whitespace v0.0.4
20:20:29 [2021-06-18T20:20:29.653Z] #49 37.30 go: finding github.com/uudashr/gocognit v1.0.1
20:20:29 [2021-06-18T20:20:29.924Z] #49 37.39 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:29 [2021-06-18T20:20:29.924Z] #49 37.53 go: finding github.com/gogo/protobuf v1.2.1
20:20:30 [2021-06-18T20:20:30.188Z] #49 37.56 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:30 [2021-06-18T20:20:30.323Z] using credential docker-jenkins-github-credentials
20:20:30 [2021-06-18T20:20:30.331Z] Cloning the remote Git repository
20:20:30 [2021-06-18T20:20:30.331Z] Cloning with configured refspecs honoured and without tags
20:20:30 [2021-06-18T20:20:30.453Z] #49 37.88 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:20:30 [2021-06-18T20:20:30.453Z] #49 37.91 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:30 [2021-06-18T20:20:30.453Z] #49 37.94 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:30 [2021-06-18T20:20:30.717Z] #49 38.06 go: finding github.com/BurntSushi/toml v0.3.1
20:20:30 [2021-06-18T20:20:30.717Z] #49 38.07 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:30 [2021-06-18T20:20:30.874Z] #45 ...
20:20:30 [2021-06-18T20:20:30.874Z] 
20:20:30 [2021-06-18T20:20:30.874Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:20:30 [2021-06-18T20:20:30.874Z] #58 sha256:83312181c50b8a934740b09eafaac543a0625dbff0955c2d576051630b40fb2d
20:20:30 [2021-06-18T20:20:30.874Z] #58 24.18 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:30 [2021-06-18T20:20:30.874Z] #58 24.32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 24.59 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 24.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 25.63 go: extracting github.com/russross/blackfriday/v2 v2.1.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 26.43 go: extracting github.com/u-root/u-root v7.0.0+incompatible
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.33 go: finding github.com/pkg/errors v0.9.1
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.50 go: finding github.com/sirupsen/logrus v1.8.1
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.62 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.74 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.78 go: finding github.com/google/uuid v1.2.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.84 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.96 go: finding github.com/gofrs/flock v0.8.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 29.98 go: finding github.com/moby/vpnkit v0.5.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.01 go: finding github.com/gorilla/mux v1.8.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.02 go: finding github.com/moby/sys/mountinfo v0.4.1
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.10 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.14 go: finding github.com/urfave/cli/v2 v2.3.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.17 go: finding github.com/u-root/u-root v7.0.0+incompatible
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.35 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
20:20:30 [2021-06-18T20:20:30.874Z] #58 30.37 go: finding github.com/russross/blackfriday/v2 v2.1.0
20:20:31 [2021-06-18T20:20:31.136Z] #58 ...
20:20:31 [2021-06-18T20:20:31.136Z] 
20:20:31 [2021-06-18T20:20:31.136Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:31 [2021-06-18T20:20:31.136Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:31 [2021-06-18T20:20:31.136Z] #49 27.97 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.11 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.22 go: downloading github.com/mattn/go-isatty v0.0.8
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.25 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.29 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.30 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.31 go: downloading github.com/pmezard/go-difflib v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.32 go: downloading github.com/sirupsen/logrus v1.4.2
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.50 go: extracting github.com/mattn/go-isatty v0.0.8
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.67 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 28.86 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.00 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.00 go: extracting github.com/pmezard/go-difflib v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.05 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.14 go: extracting github.com/sirupsen/logrus v1.4.2
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.14 go: downloading github.com/kisielk/gotool v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.21 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.32 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.35 go: extracting github.com/kisielk/gotool v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.42 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.54 go: downloading github.com/gobwas/glob v0.2.3
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.54 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.54 go: downloading github.com/BurntSushi/toml v0.3.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.83 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.88 go: extracting github.com/BurntSushi/toml v0.3.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 29.97 go: extracting github.com/gobwas/glob v0.2.3
20:20:31 [2021-06-18T20:20:31.136Z] #49 30.09 go: downloading github.com/gogo/protobuf v1.2.1
20:20:31 [2021-06-18T20:20:31.136Z] #49 30.11 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:31 [2021-06-18T20:20:31.136Z] #49 30.33 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:31 [2021-06-18T20:20:31.136Z] #49 30.65 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:31 [2021-06-18T20:20:31.136Z] #49 32.15 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:30 [2021-06-18T20:20:30.343Z] Cloning repository https://github.com/moby/moby.git
20:20:30 [2021-06-18T20:20:30.396Z]  > git init /home/ubuntu/workspace/moby_PR-42538 # timeout=10
20:20:30 [2021-06-18T20:20:30.854Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:30 [2021-06-18T20:20:30.854Z]  > git --version # timeout=10
20:20:30 [2021-06-18T20:20:30.885Z]  > git --version # 'git version 2.25.1'
20:20:30 [2021-06-18T20:20:30.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:30 [2021-06-18T20:20:30.887Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:32 [2021-06-18T20:20:32.517Z] #49 35.71 go: extracting github.com/gogo/protobuf v1.2.1
20:20:32 [2021-06-18T20:20:32.517Z] #49 ...
20:20:32 [2021-06-18T20:20:32.517Z] 
20:20:32 [2021-06-18T20:20:32.517Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:20:32 [2021-06-18T20:20:32.517Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:20:32 [2021-06-18T20:20:32.517Z] #40 25.20 Checking out files:  84% (1425/1695)   
Checking out files:  85% (1441/1695)   
Checking out files:  86% (1458/1695)   
Checking out files:  87% (1475/1695)   
Checking out files:  88% (1492/1695)   
Checking out files:  89% (1509/1695)   
Checking out files:  90% (1526/1695)   
Checking out files:  91% (1543/1695)   
Checking out files:  92% (1560/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
20:20:32 [2021-06-18T20:20:32.517Z] #40 25.47 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:20:32 [2021-06-18T20:20:32.517Z] #40 27.89 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:20:32 [2021-06-18T20:20:32.776Z] #40 ...
20:20:32 [2021-06-18T20:20:32.776Z] 
20:20:32 [2021-06-18T20:20:32.776Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:32 [2021-06-18T20:20:32.776Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:32 [2021-06-18T20:20:32.776Z] #51 25.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:32 [2021-06-18T20:20:32.776Z] #51 25.98 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:32 [2021-06-18T20:20:32.776Z] #51 26.10 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:32 [2021-06-18T20:20:32.776Z] #51 26.19 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:32 [2021-06-18T20:20:32.776Z] #51 27.12 runtime/cgo
20:20:32 [2021-06-18T20:20:32.776Z] #51 27.17 runtime
20:20:33 [2021-06-18T20:20:33.713Z] #51 ...
20:20:33 [2021-06-18T20:20:33.713Z] 
20:20:33 [2021-06-18T20:20:33.713Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:33 [2021-06-18T20:20:33.713Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:20:33 [2021-06-18T20:20:33.713Z] #55 26.61 Fetched 8449 kB in 19s (452 kB/s)
20:20:33 [2021-06-18T20:20:33.713Z] #55 26.61 Reading package lists...
20:20:33 [2021-06-18T20:20:33.713Z] #55 33.63 Reading package lists...
20:20:33 [2021-06-18T20:20:33.713Z] #55 ...
20:20:33 [2021-06-18T20:20:33.713Z] 
20:20:33 [2021-06-18T20:20:33.713Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:33 [2021-06-18T20:20:33.713Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:20:33 [2021-06-18T20:20:33.713Z] #36 26.75 Fetched 8449 kB in 19s (450 kB/s)
20:20:33 [2021-06-18T20:20:33.713Z] #36 26.75 Reading package lists...
20:20:33 [2021-06-18T20:20:33.713Z] #36 33.50 Reading package lists...
20:20:33 [2021-06-18T20:20:33.713Z] #36 ...
20:20:33 [2021-06-18T20:20:33.713Z] 
20:20:33 [2021-06-18T20:20:33.714Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:33 [2021-06-18T20:20:33.714Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:33 [2021-06-18T20:20:33.714Z] #42 26.63 Fetched 8449 kB in 19s (454 kB/s)
20:20:33 [2021-06-18T20:20:33.714Z] #42 26.63 Reading package lists...
20:20:33 [2021-06-18T20:20:33.979Z] #42 33.11 Reading package lists...
20:20:33 [2021-06-18T20:20:33.979Z] #42 ...
20:20:33 [2021-06-18T20:20:33.979Z] 
20:20:33 [2021-06-18T20:20:33.979Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:33 [2021-06-18T20:20:33.979Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:33 [2021-06-18T20:20:33.979Z] #13 23.19 Fetched 8980 kB in 19s (464 kB/s)
20:20:33 [2021-06-18T20:20:33.979Z] #13 23.19 Reading package lists...
20:20:34 [2021-06-18T20:20:34.032Z] #49 ...
20:20:34 [2021-06-18T20:20:34.032Z] 
20:20:34 [2021-06-18T20:20:34.032Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:34 [2021-06-18T20:20:34.032Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
20:20:34 [2021-06-18T20:20:34.032Z] #42 32.98 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.032Z] #42 33.01 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:20:34 [2021-06-18T20:20:34.032Z] #42 33.02 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 33.04 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 33.08 Setting up python-six (1.12.0-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.50 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.52 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.55 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.56 Setting up libcap-dev:arm64 (1:2.25-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.58 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.60 Setting up protobuf-compiler (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.67 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.69 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.71 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 35.73 Setting up python-protobuf (3.6.1.3-2) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 40.42 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 40.44 Processing triggers for libc-bin (2.28-10) ...
20:20:34 [2021-06-18T20:20:34.033Z] #42 DONE 41.1s
20:20:34 [2021-06-18T20:20:34.033Z] 
20:20:34 [2021-06-18T20:20:34.033Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:34 [2021-06-18T20:20:34.033Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
20:20:34 [2021-06-18T20:20:34.033Z] #36 35.88 Selecting previously unselected package libxml2:arm64.
20:20:34 [2021-06-18T20:20:34.033Z] #36 35.88 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 35.89 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 36.54 Selecting previously unselected package libarchive13:arm64.
20:20:34 [2021-06-18T20:20:34.033Z] #36 36.54 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 36.55 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.14 Selecting previously unselected package libjsoncpp1:arm64.
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.16 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.17 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.42 Selecting previously unselected package librhash0:arm64.
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.43 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.43 Unpacking librhash0:arm64 (1.3.8-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.68 Selecting previously unselected package libuv1:arm64.
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.68 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.69 Unpacking libuv1:arm64 (1.24.1-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.87 Selecting previously unselected package cmake.
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.90 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 37.92 Unpacking cmake (3.13.4-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 39.96 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.01 Setting up xxd (2:8.1.0875-5) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.03 Setting up libuv1:arm64 (1.24.1-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.07 Setting up vim-common (2:8.1.0875-5) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.14 Setting up librhash0:arm64 (1.3.8-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.18 Setting up cmake-data (3.13.4-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.20 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.22 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.26 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.28 Setting up cmake (3.13.4-1) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.30 Processing triggers for libc-bin (2.28-10) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 40.47 Processing triggers for mime-support (3.62) ...
20:20:34 [2021-06-18T20:20:34.033Z] #36 DONE 41.1s
20:20:34 [2021-06-18T20:20:34.033Z] 
20:20:34 [2021-06-18T20:20:34.033Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:20:34 [2021-06-18T20:20:34.033Z] #37 sha256:7aaf1e98c00d45ef924a59d72f2100379e2ead7c3e51bc16f7031df19f03a630
20:20:34 [2021-06-18T20:20:34.239Z] #13 30.63 Reading package lists...
20:20:34 [2021-06-18T20:20:34.239Z] #13 ...
20:20:34 [2021-06-18T20:20:34.239Z] 
20:20:34 [2021-06-18T20:20:34.239Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:34 [2021-06-18T20:20:34.239Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:34 [2021-06-18T20:20:34.239Z] #49 37.40 go: extracting golang.org/x/text v0.3.2
20:20:35 [2021-06-18T20:20:35.435Z] #37 ...
20:20:35 [2021-06-18T20:20:35.435Z] 
20:20:35 [2021-06-18T20:20:35.435Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:35 [2021-06-18T20:20:35.435Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:35 [2021-06-18T20:20:35.435Z] #45 32.72 internal/reflectlite
20:20:35 [2021-06-18T20:20:35.435Z] #45 32.75 github.com/LK4D4/vndr/godl/singleflight
20:20:35 [2021-06-18T20:20:35.435Z] #45 32.75 internal/singleflight
20:20:35 [2021-06-18T20:20:35.435Z] #45 32.75 math/rand
20:20:35 [2021-06-18T20:20:35.435Z] #45 35.11 sort
20:20:35 [2021-06-18T20:20:35.435Z] #45 35.13 strconv
20:20:35 [2021-06-18T20:20:35.435Z] #45 35.16 io
20:20:35 [2021-06-18T20:20:35.435Z] #45 35.18 syscall
20:20:35 [2021-06-18T20:20:35.435Z] #45 37.79 bytes
20:20:35 [2021-06-18T20:20:35.435Z] #45 38.05 strings
20:20:35 [2021-06-18T20:20:35.435Z] #45 41.07 reflect
20:20:35 [2021-06-18T20:20:35.435Z] #45 41.42 bufio
20:20:35 [2021-06-18T20:20:35.435Z] #45 ...
20:20:35 [2021-06-18T20:20:35.435Z] 
20:20:35 [2021-06-18T20:20:35.435Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:35 [2021-06-18T20:20:35.435Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:35 [2021-06-18T20:20:35.435Z] #13 33.57 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:20:35 [2021-06-18T20:20:35.435Z] #13 33.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 33.58 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.41 Selecting previously unselected package binutils-mingw-w64.
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.41 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.45 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.56 Selecting previously unselected package libdevmapper1.02.1:arm64.
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.56 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.57 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.81 Selecting previously unselected package dmsetup.
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.82 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 35.82 Unpacking dmsetup (2:1.02.155-3) ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 36.00 Selecting previously unselected package mingw-w64-common.
20:20:35 [2021-06-18T20:20:35.435Z] #13 36.01 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:20:35 [2021-06-18T20:20:35.435Z] #13 36.03 Unpacking mingw-w64-common (6.0.0-3) ...
20:20:35 [2021-06-18T20:20:35.697Z] #13 ...
20:20:35 [2021-06-18T20:20:35.698Z] 
20:20:35 [2021-06-18T20:20:35.698Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:35 [2021-06-18T20:20:35.698Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.19 sort
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.20 errors
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.51 strconv
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.51 internal/oserror
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.51 io
20:20:35 [2021-06-18T20:20:35.698Z] #34 33.66 syscall
20:20:35 [2021-06-18T20:20:35.698Z] #34 36.47 bytes
20:20:35 [2021-06-18T20:20:35.698Z] #34 36.48 strings
20:20:35 [2021-06-18T20:20:35.698Z] #34 39.57 reflect
20:20:35 [2021-06-18T20:20:35.698Z] #34 39.64 bufio
20:20:35 [2021-06-18T20:20:35.698Z] #34 41.55 path
20:20:35 [2021-06-18T20:20:35.698Z] #34 42.40 text/tabwriter
20:20:35 [2021-06-18T20:20:35.960Z] #34 ...
20:20:35 [2021-06-18T20:20:35.960Z] 
20:20:35 [2021-06-18T20:20:35.960Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:20:35 [2021-06-18T20:20:35.960Z] #37 sha256:7aaf1e98c00d45ef924a59d72f2100379e2ead7c3e51bc16f7031df19f03a630
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.248 + RM_GOPATH=0
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.248 + TMP_GOPATH=
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.249 + : /build
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.249 + '[' -z '' ']'
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.250 ++ mktemp -d
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.257 + export GOPATH=/tmp/tmp.2PuESa3siU
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.257 + GOPATH=/tmp/tmp.2PuESa3siU
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.258 + RM_GOPATH=1
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.258 + case "$(go env GOARCH)" in
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.261 ++ go env GOARCH
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.270 + export GO_BUILDMODE=-buildmode=pie
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.270 + GO_BUILDMODE=-buildmode=pie
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.273 ++ dirname /tmp/install/install.sh
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.277 + dir=/tmp/install
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.278 + bin=tini
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.278 + shift
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.279 + '[' '!' -f /tmp/install/tini.installer ']'
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.279 + . /tmp/install/tini.installer
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.280 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.280 + install_tini
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.281 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.281 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.282 + git clone https://github.com/krallin/tini.git /tmp/tmp.2PuESa3siU/tini
20:20:35 [2021-06-18T20:20:35.960Z] #37 2.291 Cloning into '/tmp/tmp.2PuESa3siU/tini'...
20:20:36 [2021-06-18T20:20:36.911Z] #37 3.169 + cd /tmp/tmp.2PuESa3siU/tini
20:20:36 [2021-06-18T20:20:36.911Z] #37 3.169 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:20:36 [2021-06-18T20:20:36.911Z] #37 3.246 + cmake .
20:20:37 [2021-06-18T20:20:37.504Z] #37 3.912 -- The C compiler identification is GNU 8.3.0
20:20:37 [2021-06-18T20:20:37.504Z] #37 3.957 -- Check for working C compiler: /usr/bin/cc
20:20:37 [2021-06-18T20:20:37.767Z] #37 ...
20:20:37 [2021-06-18T20:20:37.767Z] 
20:20:37 [2021-06-18T20:20:37.767Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:37 [2021-06-18T20:20:37.767Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
20:20:37 [2021-06-18T20:20:37.767Z] #32 34.93 Checking out files:  90% (1374/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:20:37 [2021-06-18T20:20:37.767Z] #32 35.44 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:20:37 [2021-06-18T20:20:37.767Z] #32 35.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:38 [2021-06-18T20:20:38.029Z] #32 ...
20:20:38 [2021-06-18T20:20:38.029Z] 
20:20:38 [2021-06-18T20:20:38.029Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:38 [2021-06-18T20:20:38.029Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:38 [2021-06-18T20:20:38.029Z] #34 44.69 internal/syscall/execenv
20:20:38 [2021-06-18T20:20:38.029Z] #34 44.70 internal/syscall/unix
20:20:38 [2021-06-18T20:20:38.029Z] #34 44.72 time
20:20:38 [2021-06-18T20:20:38.690Z] Fetching without tags
20:20:38 [2021-06-18T20:20:38.979Z] #34 ...
20:20:38 [2021-06-18T20:20:38.979Z] 
20:20:38 [2021-06-18T20:20:38.979Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:38 [2021-06-18T20:20:38.979Z] #47 sha256:361d88236d28a7e4e90bd2f4e5b866e8196ba6b8179d343d670c68f8b3b1ce95
20:20:38 [2021-06-18T20:20:38.979Z] #47 DONE 46.5s
20:20:39 [2021-06-18T20:20:39.098Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:39 [2021-06-18T20:20:39.241Z] 
20:20:39 [2021-06-18T20:20:39.241Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:39 [2021-06-18T20:20:39.241Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:39 [2021-06-18T20:20:39.241Z] #13 41.94 Selecting previously unselected package mingw-w64-x86-64-dev.
20:20:39 [2021-06-18T20:20:39.241Z] #13 41.95 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:20:39 [2021-06-18T20:20:39.241Z] #13 41.97 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:20:38 [2021-06-18T20:20:38.585Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:38 [2021-06-18T20:20:38.601Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:20:38 [2021-06-18T20:20:38.631Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:38 [2021-06-18T20:20:38.669Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:38 [2021-06-18T20:20:38.697Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:38 [2021-06-18T20:20:38.698Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:38 [2021-06-18T20:20:38.699Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:39 [2021-06-18T20:20:39.109Z]  > git config core.sparsecheckout # timeout=10
20:20:39 [2021-06-18T20:20:39.138Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:39 [2021-06-18T20:20:39.518Z] #49 ...
20:20:39 [2021-06-18T20:20:39.518Z] 
20:20:39 [2021-06-18T20:20:39.518Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:39 [2021-06-18T20:20:39.518Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:39 [2021-06-18T20:20:39.518Z] #45 42.24 github.com/LK4D4/vndr/godl/singleflight
20:20:39 [2021-06-18T20:20:39.518Z] #45 42.24 io
20:20:39 [2021-06-18T20:20:39.518Z] #45 42.62 strconv
20:20:39 [2021-06-18T20:20:39.926Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:39 [2021-06-18T20:20:39.927Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:20:40 [2021-06-18T20:20:40.458Z] #45 43.63 bytes
20:20:41 [2021-06-18T20:20:41.825Z] #13 ...
20:20:41 [2021-06-18T20:20:41.825Z] 
20:20:41 [2021-06-18T20:20:41.825Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:41 [2021-06-18T20:20:41.825Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:20:41 [2021-06-18T20:20:41.825Z] #51 39.30 bytes
20:20:41 [2021-06-18T20:20:41.825Z] #51 39.31 syscall
20:20:41 [2021-06-18T20:20:41.825Z] #51 39.36 strings
20:20:41 [2021-06-18T20:20:41.825Z] #51 39.39 strconv
20:20:41 [2021-06-18T20:20:41.825Z] #51 43.41 text/tabwriter
20:20:41 [2021-06-18T20:20:41.825Z] #51 45.29 reflect
20:20:41 [2021-06-18T20:20:41.825Z] #51 45.31 regexp/syntax
20:20:39 [2021-06-18T20:20:39.824Z]  > git remote # timeout=10
20:20:39 [2021-06-18T20:20:39.848Z]  > git config --get remote.origin.url # timeout=10
20:20:39 [2021-06-18T20:20:39.870Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:39 [2021-06-18T20:20:39.871Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:20:39 [2021-06-18T20:20:39.897Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:39 [2021-06-18T20:20:39.929Z]  > git config core.sparsecheckout # timeout=10
20:20:39 [2021-06-18T20:20:39.954Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:42 [2021-06-18T20:20:42.087Z] #51 ...
20:20:42 [2021-06-18T20:20:42.088Z] 
20:20:42 [2021-06-18T20:20:42.088Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:20:42 [2021-06-18T20:20:42.088Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:20:42 [2021-06-18T20:20:42.088Z] #43 3.700 Note: Building without setproctitle() and strlcpy() support.
20:20:42 [2021-06-18T20:20:42.088Z] #43 3.703       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:20:42 [2021-06-18T20:20:42.088Z] #43 3.720 Note: Building without GnuTLS support
20:20:42 [2021-06-18T20:20:42.088Z] #43 3.741 Makefile.config:39: Warn: you have no libnftables installed
20:20:42 [2021-06-18T20:20:42.088Z] #43 3.742 Makefile.config:40: Warn: Building without nftables support
20:20:42 [2021-06-18T20:20:42.088Z] #43 6.502 fatal: not a git repository (or any of the parent directories): .git
20:20:42 [2021-06-18T20:20:42.088Z] #43 6.621   GEN      .gitid
20:20:42 [2021-06-18T20:20:42.088Z] #43 6.711   GEN      criu/include/version.h
20:20:42 [2021-06-18T20:20:42.088Z] #43 7.006   GEN      include/common/asm
20:20:42 [2021-06-18T20:20:42.088Z] #43 ...
20:20:42 [2021-06-18T20:20:42.088Z] 
20:20:42 [2021-06-18T20:20:42.088Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:20:42 [2021-06-18T20:20:42.088Z] #37 sha256:7aaf1e98c00d45ef924a59d72f2100379e2ead7c3e51bc16f7031df19f03a630
20:20:42 [2021-06-18T20:20:42.088Z] #37 5.059 -- Check for working C compiler: /usr/bin/cc -- works
20:20:42 [2021-06-18T20:20:42.088Z] #37 5.126 -- Detecting C compiler ABI info
20:20:42 [2021-06-18T20:20:42.088Z] #37 5.725 -- Detecting C compiler ABI info - done
20:20:42 [2021-06-18T20:20:42.088Z] #37 5.744 -- Detecting C compile features
20:20:42 [2021-06-18T20:20:42.088Z] #37 8.582 -- Detecting C compile features - done
20:20:42 [2021-06-18T20:20:42.088Z] #37 8.638 -- Performing Test HAS_BUILTIN_FORTIFY
20:20:42 [2021-06-18T20:20:42.661Z] #37 8.960 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:20:42 [2021-06-18T20:20:42.661Z] #37 9.080 -- Configuring done
20:20:42 [2021-06-18T20:20:42.661Z] #37 9.102 -- Generating done
20:20:42 [2021-06-18T20:20:42.661Z] #37 9.107 -- Build files have been written to: /tmp/tmp.2PuESa3siU/tini
20:20:42 [2021-06-18T20:20:42.661Z] #37 9.122 + make tini-static
20:20:42 [2021-06-18T20:20:42.997Z] #45 ...
20:20:42 [2021-06-18T20:20:42.997Z] 
20:20:42 [2021-06-18T20:20:42.997Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:20:42 [2021-06-18T20:20:42.997Z] #67 sha256:631e9c318ea4a0cab2f51d7e884a031d2bd86862f6f85ac025a2b834ba1a523e
20:20:42 [2021-06-18T20:20:42.997Z] #67 DONE 45.8s
20:20:42 [2021-06-18T20:20:42.997Z] 
20:20:42 [2021-06-18T20:20:42.997Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:20:42 [2021-06-18T20:20:42.997Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.72 go: finding github.com/fatih/color v1.7.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.77 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.83 go: finding github.com/mattn/go-colorable v0.1.4
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.87 go: finding github.com/mattn/go-isatty v0.0.8
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.95 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:42 [2021-06-18T20:20:42.997Z] #49 42.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.03 go: finding github.com/go-critic/go-critic v0.4.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.07 go: finding github.com/go-lintpack/lintpack v0.5.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.07 go: finding github.com/pkg/errors v0.8.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.09 go: finding github.com/mitchellh/go-homedir v1.1.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.11 go: finding github.com/go-toolsmith/astequal v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.12 go: finding github.com/sirupsen/logrus v1.4.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.21 go: finding github.com/go-toolsmith/astp v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.21 go: finding github.com/spf13/viper v1.6.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.22 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.23 go: finding github.com/go-toolsmith/astcast v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.24 go: finding github.com/stretchr/testify v1.4.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.25 go: finding github.com/go-toolsmith/typep v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.28 go: finding github.com/davecgh/go-spew v1.1.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.30 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.32 go: finding github.com/pmezard/go-difflib v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.38 go: finding github.com/stretchr/objx v0.2.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.39 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.44 go: finding github.com/go-toolsmith/strparse v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.44 go: finding gopkg.in/yaml.v2 v2.2.7
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.56 go: finding github.com/fsnotify/fsnotify v1.4.7
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.60 go: finding github.com/spf13/cobra v0.0.5
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.68 go: finding github.com/gobwas/glob v0.2.3
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.69 go: finding github.com/hashicorp/hcl v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.81 go: finding github.com/spf13/pflag v1.0.5
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.85 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.88 go: finding github.com/magiconair/properties v1.8.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.90 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.91 go: finding github.com/mitchellh/mapstructure v1.1.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.95 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.97 go: finding github.com/pelletier/go-toml v1.2.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 43.98 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.03 go: finding github.com/spf13/afero v1.1.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.06 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.08 go: finding github.com/spf13/cast v1.3.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.11 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.14 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.20 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.26 go: finding github.com/subosito/gotenv v1.2.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.26 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.29 go: finding gopkg.in/ini.v1 v1.51.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.29 go: finding golang.org/x/text v0.3.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.35 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.36 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.41 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.46 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.47 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.49 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.49 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.51 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.52 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.54 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.56 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.58 go: finding github.com/kisielk/gotool v1.0.0
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.83 go: finding github.com/sourcegraph/go-diff v0.5.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.83 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.84 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.96 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 44.97 go: finding github.com/ultraware/funlen v0.0.2
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.00 go: finding github.com/gogo/protobuf v1.2.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.14 go: finding github.com/ultraware/whitespace v0.0.4
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.20 go: finding github.com/uudashr/gocognit v1.0.1
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.20 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.41 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.47 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.51 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:42 [2021-06-18T20:20:42.997Z] #49 45.59 go: finding github.com/BurntSushi/toml v0.3.1
20:20:43 [2021-06-18T20:20:43.234Z] #37 9.634 Scanning dependencies of target tini-static
20:20:43 [2021-06-18T20:20:43.496Z] #37 9.826 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:20:44 [2021-06-18T20:20:44.377Z] #49 ...
20:20:44 [2021-06-18T20:20:44.378Z] 
20:20:44 [2021-06-18T20:20:44.378Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:20:44 [2021-06-18T20:20:44.378Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:20:44 [2021-06-18T20:20:44.378Z] #55 33.63 Reading package lists...
20:20:44 [2021-06-18T20:20:44.378Z] #55 40.30 Building dependency tree...
20:20:44 [2021-06-18T20:20:44.378Z] #55 43.65 The following additional packages will be installed:
20:20:44 [2021-06-18T20:20:44.378Z] #55 43.66   libbtrfs0
20:20:44 [2021-06-18T20:20:44.378Z] #55 43.86 The following NEW packages will be installed:
20:20:44 [2021-06-18T20:20:44.378Z] #55 43.87   libbtrfs-dev libbtrfs0
20:20:44 [2021-06-18T20:20:44.378Z] #55 44.28 0 upgraded, 2 newly installed, 0 to remove and 32 not upgraded.
20:20:44 [2021-06-18T20:20:44.378Z] #55 44.28 Need to get 119 kB of archives.
20:20:44 [2021-06-18T20:20:44.378Z] #55 44.28 After this operation, 387 kB of additional disk space will be used.
20:20:44 [2021-06-18T20:20:44.378Z] #55 44.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #55 44.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #55 45.52 debconf: delaying package configuration, since apt-utils is not installed
20:20:44 [2021-06-18T20:20:44.378Z] #55 45.71 Fetched 119 kB in 0s (429 kB/s)
20:20:44 [2021-06-18T20:20:44.378Z] #55 45.84 Selecting previously unselected package libbtrfs0.
20:20:44 [2021-06-18T20:20:44.378Z] #55 45.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:20:44 [2021-06-18T20:20:44.378Z] #55 45.99 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 46.01 Unpacking libbtrfs0 (4.20.1-2) ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 46.26 Selecting previously unselected package libbtrfs-dev.
20:20:44 [2021-06-18T20:20:44.378Z] #55 46.27 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 46.28 Unpacking libbtrfs-dev (4.20.1-2) ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 46.96 Setting up libbtrfs0 (4.20.1-2) ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 47.12 Setting up libbtrfs-dev (4.20.1-2) ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 47.13 Processing triggers for libc-bin (2.28-10) ...
20:20:44 [2021-06-18T20:20:44.378Z] #55 DONE 47.4s
20:20:44 [2021-06-18T20:20:44.378Z] 
20:20:44 [2021-06-18T20:20:44.378Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:44 [2021-06-18T20:20:44.378Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:44 [2021-06-18T20:20:44.378Z] #42 33.11 Reading package lists...
20:20:44 [2021-06-18T20:20:44.378Z] #42 39.83 Building dependency tree...
20:20:44 [2021-06-18T20:20:44.378Z] #42 42.79 The following additional packages will be installed:
20:20:44 [2021-06-18T20:20:44.378Z] #42 42.80   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:20:44 [2021-06-18T20:20:44.378Z] #42 42.80   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:20:44 [2021-06-18T20:20:44.378Z] #42 42.82 Suggested packages:
20:20:44 [2021-06-18T20:20:44.378Z] #42 42.83   manpages-dev python-setuptools
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.09 The following NEW packages will be installed:
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.11   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.12   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.12   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.12   python-six zlib1g-dev
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 0 upgraded, 17 newly installed, 0 to remove and 32 not upgraded.
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 Need to get 4095 kB of archives.
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 After this operation, 22.5 MB of additional disk space will be used.
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 44.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 45.02 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 45.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 45.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 45.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 45.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:20:44 [2021-06-18T20:20:44.378Z] #42 46.74 debconf: delaying package configuration, since apt-utils is not installed
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.06 Fetched 4095 kB in 1s (4398 kB/s)
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.17 Selecting previously unselected package libcap-dev:amd64.
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.25 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.26 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.47 Selecting previously unselected package libnet1:amd64.
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.48 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.71 Selecting previously unselected package libnet1-dev.
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.378Z] #42 47.74 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:44 [2021-06-18T20:20:44.445Z] #37 ...
20:20:44 [2021-06-18T20:20:44.445Z] 
20:20:44 [2021-06-18T20:20:44.445Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:20:44 [2021-06-18T20:20:44.445Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.100   PBCC     images/timens.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.217   DEP      images/timens.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.309   PBCC     images/fown.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.349   PBCC     images/google/protobuf/descriptor.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.446   PBCC     images/opts.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.503   PBCC     images/memfd.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.546   DEP      images/fown.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.597   DEP      images/google/protobuf/descriptor.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.713   DEP      images/opts.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.776   DEP      images/memfd.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.825   PBCC     images/sit.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 9.925   DEP      images/sit.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.01   PBCC     images/macvlan.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.04   DEP      images/macvlan.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.14   PBCC     images/autofs.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.19   DEP      images/autofs.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.29   PBCC     images/sysctl.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.33   DEP      images/sysctl.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.44   PBCC     images/time.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.48   DEP      images/time.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.56   PBCC     images/binfmt-misc.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.59   DEP      images/binfmt-misc.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.67   PBCC     images/seccomp.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.70   DEP      images/seccomp.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.75   PBCC     images/userns.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.83   DEP      images/userns.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.91   PBCC     images/cgroup.pb-c.c
20:20:44 [2021-06-18T20:20:44.445Z] #43 10.92   DEP      images/cgroup.pb-c.d
20:20:44 [2021-06-18T20:20:44.445Z] #43 11.02   PBCC     images/ext-file.pb-c.c
20:20:44 [2021-06-18T20:20:44.638Z] #42 48.00 Selecting previously unselected package libnl-3-200:amd64.
20:20:44 [2021-06-18T20:20:44.638Z] #42 48.00 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.638Z] #42 48.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:20:44 [2021-06-18T20:20:44.647Z] Commit message: "Fix possible overlapping IPs"
20:20:44 [2021-06-18T20:20:44.707Z] #43 11.06   DEP      images/ext-file.pb-c.d
20:20:44 [2021-06-18T20:20:44.707Z] #43 11.19   PBCC     images/rpc.pb-c.c
20:20:44 [2021-06-18T20:20:44.898Z] #42 48.17 Selecting previously unselected package libnl-3-dev:amd64.
20:20:44 [2021-06-18T20:20:44.898Z] #42 48.17 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:20:44 [2021-06-18T20:20:44.898Z] #42 48.20 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:20:44 [2021-06-18T20:20:44.971Z] #43 11.27   DEP      images/rpc.pb-c.d
20:20:44 [2021-06-18T20:20:44.971Z] #43 11.37   PBCC     images/siginfo.pb-c.c
20:20:44 [2021-06-18T20:20:44.971Z] #43 11.43   DEP      images/siginfo.pb-c.d
20:20:44 [2021-06-18T20:20:44.971Z] #43 11.48   PBCC     images/pagemap.pb-c.c
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.53   DEP      images/pagemap.pb-c.d
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.57   PBCC     images/rlimit.pb-c.c
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.59   DEP      images/rlimit.pb-c.d
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.64   PBCC     images/file-lock.pb-c.c
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.68   DEP      images/file-lock.pb-c.d
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.77   PBCC     images/tty.pb-c.c
20:20:45 [2021-06-18T20:20:45.234Z] #43 11.84   DEP      images/tty.pb-c.d
20:20:45 [2021-06-18T20:20:45.466Z] #42 48.60 Selecting previously unselected package libprotobuf-c1:amd64.
20:20:45 [2021-06-18T20:20:45.466Z] #42 48.61 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:20:45 [2021-06-18T20:20:45.466Z] #42 48.62 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:20:45 [2021-06-18T20:20:45.466Z] #42 ...
20:20:45 [2021-06-18T20:20:45.466Z] 
20:20:45 [2021-06-18T20:20:45.466Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:20:45 [2021-06-18T20:20:45.466Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.165 + RM_GOPATH=0
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.166 + TMP_GOPATH=
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.166 + : /build
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.166 + '[' -z '' ']'
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.167 ++ mktemp -d
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.171 + export GOPATH=/tmp/tmp.UjK33ZWI6Y
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.173 + GOPATH=/tmp/tmp.UjK33ZWI6Y
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.174 + RM_GOPATH=1
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.174 + case "$(go env GOARCH)" in
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.175 ++ go env GOARCH
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.202 + export GO_BUILDMODE=-buildmode=pie
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.202 + GO_BUILDMODE=-buildmode=pie
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.203 ++ dirname /tmp/install/install.sh
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.206 + dir=/tmp/install
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.207 + bin=containerd
20:20:45 [2021-06-18T20:20:45.466Z] #56 1.208 + shift
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.208 + '[' '!' -f /tmp/install/containerd.installer ']'
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.208 + . /tmp/install/containerd.installer
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.210 ++ set -e
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.210 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.211 + install_containerd
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.220 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.222 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.222 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UjK33ZWI6Y/src/github.com/containerd/containerd
20:20:45 [2021-06-18T20:20:45.467Z] #56 1.224 Cloning into '/tmp/tmp.UjK33ZWI6Y/src/github.com/containerd/containerd'...
20:20:45 [2021-06-18T20:20:45.499Z] #43 11.98   PBCC     images/tun.pb-c.c
20:20:45 [2021-06-18T20:20:45.607Z] Fetching without tags
20:20:45 [2021-06-18T20:20:45.565Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:45 [2021-06-18T20:20:45.569Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:20:45 [2021-06-18T20:20:45.575Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:45 [2021-06-18T20:20:45.588Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:45 [2021-06-18T20:20:45.608Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:45 [2021-06-18T20:20:45.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:45 [2021-06-18T20:20:45.610Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:45 [2021-06-18T20:20:45.765Z] #43 12.05   PBCC     images/netdev.pb-c.c
20:20:45 [2021-06-18T20:20:45.765Z] #43 12.12   DEP      images/tun.pb-c.d
20:20:45 [2021-06-18T20:20:45.765Z] #43 ...
20:20:45 [2021-06-18T20:20:45.765Z] 
20:20:45 [2021-06-18T20:20:45.765Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:45 [2021-06-18T20:20:45.765Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:45 [2021-06-18T20:20:45.765Z] #45 43.18 regexp/syntax
20:20:45 [2021-06-18T20:20:45.765Z] #45 44.24 hash/crc32
20:20:45 [2021-06-18T20:20:45.765Z] #45 45.34 crypto/rc4
20:20:45 [2021-06-18T20:20:45.765Z] #45 45.81 vendor/golang.org/x/net/dns/dnsmessage
20:20:45 [2021-06-18T20:20:45.765Z] #45 49.00 time
20:20:45 [2021-06-18T20:20:45.765Z] #45 51.43 regexp
20:20:45 [2021-06-18T20:20:45.765Z] #45 ...
20:20:45 [2021-06-18T20:20:45.765Z] 
20:20:45 [2021-06-18T20:20:45.765Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:20:45 [2021-06-18T20:20:45.765Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:20:45 [2021-06-18T20:20:45.765Z] #43 12.19   DEP      images/netdev.pb-c.d
20:20:45 [2021-06-18T20:20:45.780Z] + docker version
20:20:45 [2021-06-18T20:20:45.859Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:46 [2021-06-18T20:20:46.027Z] #43 12.30   PBCC     images/vma.pb-c.c
20:20:46 [2021-06-18T20:20:46.027Z] #43 12.36   DEP      images/vma.pb-c.d
20:20:46 [2021-06-18T20:20:46.027Z] #43 12.47   PBCC     images/creds.pb-c.c
20:20:46 [2021-06-18T20:20:46.027Z] #43 12.50   DEP      images/creds.pb-c.d
20:20:46 [2021-06-18T20:20:46.035Z] #56 ...
20:20:46 [2021-06-18T20:20:46.035Z] 
20:20:46 [2021-06-18T20:20:46.035Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:46 [2021-06-18T20:20:46.035Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:20:46 [2021-06-18T20:20:46.035Z] #34 39.18 sync
20:20:46 [2021-06-18T20:20:46.035Z] #34 39.18 internal/reflectlite
20:20:46 [2021-06-18T20:20:46.035Z] #34 41.57 errors
20:20:46 [2021-06-18T20:20:46.035Z] #34 41.59 sort
20:20:46 [2021-06-18T20:20:46.035Z] #34 41.92 strconv
20:20:46 [2021-06-18T20:20:46.035Z] #34 42.78 io
20:20:46 [2021-06-18T20:20:46.035Z] #34 44.04 internal/oserror
20:20:46 [2021-06-18T20:20:46.035Z] #34 44.13 syscall
20:20:46 [2021-06-18T20:20:46.035Z] #34 46.03 reflect
20:20:46 [2021-06-18T20:20:46.035Z] #34 ...
20:20:46 [2021-06-18T20:20:46.035Z] 
20:20:46 [2021-06-18T20:20:46.035Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:46 [2021-06-18T20:20:46.035Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.73 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.74 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.75 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.85 Selecting previously unselected package zlib1g-dev:amd64.
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.85 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:20:46 [2021-06-18T20:20:46.035Z] #42 48.87 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:20:46 [2021-06-18T20:20:46.035Z] #42 49.17 Selecting previously unselected package libprotobuf17:amd64.
20:20:46 [2021-06-18T20:20:46.035Z] #42 49.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:20:46 [2021-06-18T20:20:46.035Z] #42 49.17 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:20:46 [2021-06-18T20:20:46.289Z] #43 12.59   PBCC     images/utsns.pb-c.c
20:20:46 [2021-06-18T20:20:46.289Z] #43 12.61   DEP      images/utsns.pb-c.d
20:20:46 [2021-06-18T20:20:46.289Z] #43 ...
20:20:46 [2021-06-18T20:20:46.289Z] 
20:20:46 [2021-06-18T20:20:46.289Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:20:46 [2021-06-18T20:20:46.289Z] #37 sha256:7aaf1e98c00d45ef924a59d72f2100379e2ead7c3e51bc16f7031df19f03a630
20:20:46 [2021-06-18T20:20:46.289Z] #37 11.71 [100%] Linking C executable tini-static
20:20:46 [2021-06-18T20:20:46.289Z] #37 12.49 [100%] Built target tini-static
20:20:46 [2021-06-18T20:20:46.289Z] #37 12.57 + mkdir -p /build
20:20:46 [2021-06-18T20:20:46.289Z] #37 12.57 + cp tini-static /build/docker-init
20:20:46 [2021-06-18T20:20:46.289Z] #37 DONE 12.8s
20:20:46 [2021-06-18T20:20:46.289Z] 
20:20:46 [2021-06-18T20:20:46.289Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:20:46 [2021-06-18T20:20:46.289Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:20:46 [2021-06-18T20:20:46.289Z] #43 12.74   PBCC     images/ipc-desc.pb-c.c
20:20:46 [2021-06-18T20:20:46.289Z] #43 12.80   PBCC     images/ipc-sem.pb-c.c
20:20:46 [2021-06-18T20:20:46.551Z] #43 12.82   DEP      images/ipc-desc.pb-c.d
20:20:46 [2021-06-18T20:20:46.551Z] #43 12.92   DEP      images/ipc-sem.pb-c.d
20:20:46 [2021-06-18T20:20:46.551Z] #43 12.96   PBCC     images/ipc-msg.pb-c.c
20:20:46 [2021-06-18T20:20:46.551Z] #43 13.03   DEP      images/ipc-msg.pb-c.d
20:20:46 [2021-06-18T20:20:46.576Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:46 [2021-06-18T20:20:46.576Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:20:46 [2021-06-18T20:20:46.813Z] #43 13.25   PBCC     images/ipc-shm.pb-c.c
20:20:46 [2021-06-18T20:20:46.813Z] #43 13.27   DEP      images/ipc-shm.pb-c.d
20:20:46 [2021-06-18T20:20:46.813Z] #43 13.31   PBCC     images/ipc-var.pb-c.c
20:20:46 [2021-06-18T20:20:46.988Z] #42 ...
20:20:46 [2021-06-18T20:20:46.988Z] 
20:20:46 [2021-06-18T20:20:46.988Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:46 [2021-06-18T20:20:46.988Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:20:46 [2021-06-18T20:20:46.988Z] #36 33.50 Reading package lists...
20:20:46 [2021-06-18T20:20:46.988Z] #36 40.27 Building dependency tree...
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.42 The following additional packages will be installed:
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.42   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.44 Suggested packages:
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.44   cmake-doc ninja-build lrzip
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.44 Recommended packages:
20:20:46 [2021-06-18T20:20:46.988Z] #36 43.44   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:20:46 [2021-06-18T20:20:46.988Z] #36 44.52 The following NEW packages will be installed:
20:20:46 [2021-06-18T20:20:46.988Z] #36 44.54   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:20:46 [2021-06-18T20:20:46.988Z] #36 44.54   vim-common xxd
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.02 0 upgraded, 10 newly installed, 0 to remove and 32 not upgraded.
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.02 Need to get 14.9 MB of archives.
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.02 After this operation, 61.8 MB of additional disk space will be used.
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 45.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 46.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.45 debconf: delaying package configuration, since apt-utils is not installed
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.66 Fetched 14.9 MB in 2s (6309 kB/s)
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.74 Selecting previously unselected package xxd.
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.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.)
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.83 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 48.85 Unpacking xxd (2:8.1.0875-5) ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.04 Selecting previously unselected package vim-common.
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.08 Unpacking vim-common (2:8.1.0875-5) ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.49 Selecting previously unselected package cmake-data.
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.49 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 49.50 Unpacking cmake-data (3.13.4-1) ...
20:20:46 [2021-06-18T20:20:46.988Z] #36 ...
20:20:46 [2021-06-18T20:20:46.988Z] 
20:20:46 [2021-06-18T20:20:46.988Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:46 [2021-06-18T20:20:46.988Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:46 [2021-06-18T20:20:46.988Z] #42 50.14 Selecting previously unselected package libprotobuf-lite17:amd64.
20:20:46 [2021-06-18T20:20:46.988Z] #42 50.14 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:20:46 [2021-06-18T20:20:46.988Z] #42 50.17 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:20:47 [2021-06-18T20:20:47.075Z] #43 13.35   DEP      images/ipc-var.pb-c.d
20:20:47 [2021-06-18T20:20:47.075Z] #43 13.41   PBCC     images/sk-opts.pb-c.c
20:20:47 [2021-06-18T20:20:47.075Z] #43 13.44   PBCC     images/packet-sock.pb-c.c
20:20:47 [2021-06-18T20:20:47.075Z] #43 13.56   DEP      images/sk-opts.pb-c.d
20:20:47 [2021-06-18T20:20:47.075Z] #43 13.66   DEP      images/packet-sock.pb-c.d
20:20:47 [2021-06-18T20:20:47.248Z] #42 50.42 Selecting previously unselected package libprotobuf-dev:amd64.
20:20:47 [2021-06-18T20:20:47.248Z] #42 50.42 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:20:47 [2021-06-18T20:20:47.248Z] #42 50.43 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:20:47 [2021-06-18T20:20:47.337Z] #43 13.77   PBCC     images/sk-netlink.pb-c.c
20:20:47 [2021-06-18T20:20:47.337Z] #43 13.81   DEP      images/sk-netlink.pb-c.d
20:20:47 [2021-06-18T20:20:47.599Z] #43 13.96   PBCC     images/sk-inet.pb-c.c
20:20:47 [2021-06-18T20:20:47.599Z] #43 14.01   DEP      images/sk-inet.pb-c.d
20:20:47 [2021-06-18T20:20:47.599Z] #43 14.11   PBCC     images/sk-unix.pb-c.c
20:20:47 [2021-06-18T20:20:47.599Z] #43 14.19   DEP      images/sk-unix.pb-c.d
20:20:45 [2021-06-18T20:20:45.863Z]  > git config core.sparsecheckout # timeout=10
20:20:45 [2021-06-18T20:20:45.882Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:46 [2021-06-18T20:20:46.511Z]  > git remote # timeout=10
20:20:46 [2021-06-18T20:20:46.530Z]  > git config --get remote.origin.url # timeout=10
20:20:46 [2021-06-18T20:20:46.546Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:46 [2021-06-18T20:20:46.547Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:20:46 [2021-06-18T20:20:46.557Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:46 [2021-06-18T20:20:46.577Z]  > git config core.sparsecheckout # timeout=10
20:20:46 [2021-06-18T20:20:46.598Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:47 [2021-06-18T20:20:47.860Z] #43 14.26   PBCC     images/mm.pb-c.c
20:20:47 [2021-06-18T20:20:47.860Z] #43 14.32   DEP      images/mm.pb-c.d
20:20:47 [2021-06-18T20:20:47.860Z] #43 14.38   PBCC     images/timerfd.pb-c.c
20:20:47 [2021-06-18T20:20:47.860Z] #43 14.47   DEP      images/timerfd.pb-c.d
20:20:48 [2021-06-18T20:20:48.126Z] #43 14.52   PBCC     images/timer.pb-c.c
20:20:48 [2021-06-18T20:20:48.126Z] #43 14.56   DEP      images/timer.pb-c.d
20:20:48 [2021-06-18T20:20:48.126Z] #43 14.61   PBCC     images/sa.pb-c.c
20:20:48 [2021-06-18T20:20:48.126Z] #43 14.67   DEP      images/sa.pb-c.d
20:20:48 [2021-06-18T20:20:48.126Z] #43 14.71   PBCC     images/pipe-data.pb-c.c
20:20:48 [2021-06-18T20:20:48.387Z] #43 14.73   DEP      images/pipe-data.pb-c.d
20:20:48 [2021-06-18T20:20:48.387Z] #43 14.81   PBCC     images/mnt.pb-c.c
20:20:48 [2021-06-18T20:20:48.467Z] Fetching without tags
20:20:48 [2021-06-18T20:20:48.629Z] #42 51.86 Selecting previously unselected package libprotoc17:amd64.
20:20:48 [2021-06-18T20:20:48.629Z] #42 51.86 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:20:48 [2021-06-18T20:20:48.629Z] #42 51.87 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:20:48 [2021-06-18T20:20:48.650Z] #43 14.88   DEP      images/mnt.pb-c.d
20:20:48 [2021-06-18T20:20:48.650Z] #43 14.94   PBCC     images/sk-packet.pb-c.c
20:20:48 [2021-06-18T20:20:48.650Z] #43 14.95   DEP      images/sk-packet.pb-c.d
20:20:48 [2021-06-18T20:20:48.650Z] #43 15.05   PBCC     images/tcp-stream.pb-c.c
20:20:48 [2021-06-18T20:20:48.650Z] #43 15.07   DEP      images/tcp-stream.pb-c.d
20:20:48 [2021-06-18T20:20:48.650Z] #43 15.16   PBCC     images/pipe.pb-c.c
20:20:48 [2021-06-18T20:20:48.837Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:48 [2021-06-18T20:20:48.912Z] #43 15.20   DEP      images/pipe.pb-c.d
20:20:48 [2021-06-18T20:20:48.912Z] #43 15.29   PBCC     images/pstree.pb-c.c
20:20:48 [2021-06-18T20:20:48.912Z] #43 15.33   DEP      images/pstree.pb-c.d
20:20:48 [2021-06-18T20:20:48.912Z] #43 15.41   PBCC     images/fs.pb-c.c
20:20:49 [2021-06-18T20:20:49.174Z] #43 15.42   DEP      images/fs.pb-c.d
20:20:49 [2021-06-18T20:20:49.174Z] #43 15.47   PBCC     images/signalfd.pb-c.c
20:20:49 [2021-06-18T20:20:49.174Z] #43 15.53   DEP      images/signalfd.pb-c.d
20:20:49 [2021-06-18T20:20:49.197Z] #42 52.60 Selecting previously unselected package protobuf-c-compiler.
20:20:48 [2021-06-18T20:20:48.372Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:48 [2021-06-18T20:20:48.387Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:20:48 [2021-06-18T20:20:48.420Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:48 [2021-06-18T20:20:48.449Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:48 [2021-06-18T20:20:48.470Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:48 [2021-06-18T20:20:48.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:48 [2021-06-18T20:20:48.480Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:20:48 [2021-06-18T20:20:48.848Z]  > git config core.sparsecheckout # timeout=10
20:20:48 [2021-06-18T20:20:48.872Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:49 [2021-06-18T20:20:49.436Z] #43 15.68   PBCC     images/fh.pb-c.c
20:20:49 [2021-06-18T20:20:49.436Z] #43 15.76   PBCC     images/fsnotify.pb-c.c
20:20:49 [2021-06-18T20:20:49.436Z] #43 15.82   DEP      images/fh.pb-c.d
20:20:49 [2021-06-18T20:20:49.436Z] #43 15.91   DEP      images/fsnotify.pb-c.d
20:20:49 [2021-06-18T20:20:49.436Z] #43 15.97   PBCC     images/eventpoll.pb-c.c
20:20:49 [2021-06-18T20:20:49.436Z] #43 16.03   DEP      images/eventpoll.pb-c.d
20:20:49 [2021-06-18T20:20:49.456Z] #42 52.61 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:20:49 [2021-06-18T20:20:49.456Z] #42 52.62 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:20:49 [2021-06-18T20:20:49.457Z] #42 ...
20:20:49 [2021-06-18T20:20:49.457Z] 
20:20:49 [2021-06-18T20:20:49.457Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:49 [2021-06-18T20:20:49.457Z] #13 30.63 Reading package lists...
20:20:49 [2021-06-18T20:20:49.457Z] #13 37.51 Building dependency tree...
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.04 The following additional packages will be installed:
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.04   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.04   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.04   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.04   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.05   mingw-w64-common mingw-w64-x86-64-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.08 Suggested packages:
20:20:49 [2021-06-18T20:20:49.457Z] #13 41.08   gcc-8-locales seccomp wine64
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.05 The following NEW packages will be installed:
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.06   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.06   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.06   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.06   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.06   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.07   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.08 The following packages will be upgraded:
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.10   libseccomp2 libsystemd0 libudev1
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 3 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 Need to get 78.2 MB of archives.
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 After this operation, 487 MB of additional disk space will be used.
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 43.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 44.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 44.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:20:49 [2021-06-18T20:20:49.457Z] #13 44.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:20:49 [2021-06-18T20:20:49.702Z] #43 16.11   PBCC     images/eventfd.pb-c.c
20:20:49 [2021-06-18T20:20:49.702Z] #43 16.12   DEP      images/eventfd.pb-c.d
20:20:49 [2021-06-18T20:20:49.702Z] #43 16.17   PBCC     images/remap-file-path.pb-c.c
20:20:49 [2021-06-18T20:20:49.716Z] #13 ...
20:20:49 [2021-06-18T20:20:49.716Z] 
20:20:49 [2021-06-18T20:20:49.716Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:49 [2021-06-18T20:20:49.716Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:49 [2021-06-18T20:20:49.716Z] #42 52.79 Selecting previously unselected package protobuf-compiler.
20:20:49 [2021-06-18T20:20:49.716Z] #42 52.81 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:20:49 [2021-06-18T20:20:49.716Z] #42 52.83 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:20:49 [2021-06-18T20:20:49.716Z] #42 53.01 Selecting previously unselected package python-pkg-resources.
20:20:49 [2021-06-18T20:20:49.716Z] #42 53.01 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:20:49 [2021-06-18T20:20:49.716Z] #42 53.02 Unpacking python-pkg-resources (40.8.0-1) ...
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.20   DEP      images/remap-file-path.pb-c.d
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.34   PBCC     images/fifo.pb-c.c
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.38   DEP      images/fifo.pb-c.d
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.43   PBCC     images/ghost-file.pb-c.c
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.50   DEP      images/ghost-file.pb-c.d
20:20:49 [2021-06-18T20:20:49.964Z] #43 16.56   PBCC     images/regfile.pb-c.c
20:20:50 [2021-06-18T20:20:50.183Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:20:50 [2021-06-18T20:20:50.183Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:20:50 [2021-06-18T20:20:50.226Z] #43 16.61   DEP      images/regfile.pb-c.d
20:20:50 [2021-06-18T20:20:50.226Z] #43 16.67   PBCC     images/ns.pb-c.c
20:20:50 [2021-06-18T20:20:50.226Z] #43 16.68   DEP      images/ns.pb-c.d
20:20:50 [2021-06-18T20:20:50.226Z] #43 16.76   PBCC     images/fdinfo.pb-c.c
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.27 Selecting previously unselected package python-six.
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.28 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.30 Unpacking python-six (1.12.0-1) ...
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.41 Selecting previously unselected package python-protobuf.
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.42 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:20:50 [2021-06-18T20:20:50.285Z] #42 53.42 Unpacking python-protobuf (3.6.1.3-2) ...
20:20:50 [2021-06-18T20:20:50.488Z] #43 16.90   DEP      images/fdinfo.pb-c.d
20:20:50 [2021-06-18T20:20:50.639Z] Commit message: "Fix possible overlapping IPs"
20:20:50 [2021-06-18T20:20:50.750Z] #43 17.00   PBCC     images/core-aarch64.pb-c.c
20:20:50 [2021-06-18T20:20:50.750Z] #43 17.10   PBCC     images/core-arm.pb-c.c
20:20:50 [2021-06-18T20:20:50.750Z] #43 17.16   PBCC     images/core-ppc64.pb-c.c
20:20:50 [2021-06-18T20:20:50.750Z] #43 17.19   PBCC     images/core-s390.pb-c.c
20:20:50 [2021-06-18T20:20:50.750Z] #43 17.31   PBCC     images/core-x86.pb-c.c
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:51 [2021-06-18T20:20:51.013Z] #43 17.38   PBCC     images/core.pb-c.c
20:20:51 [2021-06-18T20:20:51.013Z] #43 17.45   PBCC     images/inventory.pb-c.c
20:20:51 [2021-06-18T20:20:51.236Z] #42 54.24 Setting up python-pkg-resources (40.8.0-1) ...
20:20:51 [2021-06-18T20:20:51.274Z] #43 17.55   DEP      images/core-aarch64.pb-c.d
20:20:51 [2021-06-18T20:20:51.274Z] #43 17.59   DEP      images/core-arm.pb-c.d
20:20:51 [2021-06-18T20:20:51.274Z] #43 17.71   DEP      images/core-ppc64.pb-c.d
20:20:51 [2021-06-18T20:20:51.274Z] #43 17.76   DEP      images/core-s390.pb-c.d
20:20:51 [2021-06-18T20:20:51.536Z] #43 17.85   DEP      images/core-x86.pb-c.d
20:20:51 [2021-06-18T20:20:51.537Z] #43 18.00   DEP      images/core.pb-c.d
20:20:51 [2021-06-18T20:20:51.541Z] + docker version
20:20:50 [2021-06-18T20:20:50.029Z]  > git remote # timeout=10
20:20:50 [2021-06-18T20:20:50.052Z]  > git config --get remote.origin.url # timeout=10
20:20:50 [2021-06-18T20:20:50.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:50 [2021-06-18T20:20:50.061Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:20:50 [2021-06-18T20:20:50.082Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:50 [2021-06-18T20:20:50.185Z]  > git config core.sparsecheckout # timeout=10
20:20:50 [2021-06-18T20:20:50.225Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:20:51 [2021-06-18T20:20:51.798Z] #43 18.11   DEP      images/inventory.pb-c.d
20:20:51 [2021-06-18T20:20:51.798Z] #43 18.21   PBCC     images/cpuinfo.pb-c.c
20:20:51 [2021-06-18T20:20:51.798Z] #43 18.27   DEP      images/cpuinfo.pb-c.d
20:20:51 [2021-06-18T20:20:51.798Z] #43 18.31   PBCC     images/stats.pb-c.c
20:20:51 [2021-06-18T20:20:51.798Z] #43 18.36   DEP      images/stats.pb-c.d
20:20:52 [2021-06-18T20:20:52.358Z] Client: Docker Engine - Community
20:20:52 [2021-06-18T20:20:52.358Z]  Version:           20.10.6
20:20:52 [2021-06-18T20:20:52.358Z]  API version:       1.41
20:20:52 [2021-06-18T20:20:52.358Z]  Go version:        go1.13.15
20:20:52 [2021-06-18T20:20:52.358Z]  Git commit:        370c289
20:20:52 [2021-06-18T20:20:52.358Z]  Built:             Fri Apr  9 22:46:01 2021
20:20:52 [2021-06-18T20:20:52.358Z]  OS/Arch:           linux/amd64
20:20:52 [2021-06-18T20:20:52.358Z]  Context:           default
20:20:52 [2021-06-18T20:20:52.358Z]  Experimental:      true
20:20:52 [2021-06-18T20:20:52.358Z] 
20:20:52 [2021-06-18T20:20:52.358Z] Server: Docker Engine - Community
20:20:52 [2021-06-18T20:20:52.358Z]  Engine:
20:20:52 [2021-06-18T20:20:52.358Z]   Version:          20.10.6
20:20:52 [2021-06-18T20:20:52.358Z]   API version:      1.41 (minimum version 1.12)
20:20:52 [2021-06-18T20:20:52.358Z]   Go version:       go1.13.15
20:20:52 [2021-06-18T20:20:52.358Z]   Git commit:       8728dd2
20:20:52 [2021-06-18T20:20:52.358Z]   Built:            Fri Apr  9 22:44:13 2021
20:20:52 [2021-06-18T20:20:52.358Z]   OS/Arch:          linux/amd64
20:20:52 [2021-06-18T20:20:52.358Z]   Experimental:     true
20:20:52 [2021-06-18T20:20:52.358Z]  containerd:
20:20:52 [2021-06-18T20:20:52.358Z]   Version:          1.4.6
20:20:52 [2021-06-18T20:20:52.358Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:52 [2021-06-18T20:20:52.358Z]  runc:
20:20:52 [2021-06-18T20:20:52.358Z]   Version:          1.0.0-rc95
20:20:52 [2021-06-18T20:20:52.358Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:20:52 [2021-06-18T20:20:52.358Z]  docker-init:
20:20:52 [2021-06-18T20:20:52.358Z]   Version:          0.19.0
20:20:52 [2021-06-18T20:20:52.358Z]   GitCommit:        de40ad0
20:20:52 [2021-06-18T20:20:52.372Z] #43 ...
20:20:52 [2021-06-18T20:20:52.372Z] 
20:20:52 [2021-06-18T20:20:52.372Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:52 [2021-06-18T20:20:52.372Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:52 [2021-06-18T20:20:52.372Z] #34 49.77 internal/poll
20:20:52 [2021-06-18T20:20:52.372Z] #34 51.49 os
20:20:52 [2021-06-18T20:20:52.372Z] #34 52.71 internal/fmtsort
20:20:52 [2021-06-18T20:20:52.372Z] #34 53.92 path/filepath
20:20:52 [2021-06-18T20:20:52.372Z] #34 53.92 fmt
20:20:52 [2021-06-18T20:20:52.372Z] #34 55.62 io/ioutil
20:20:52 [2021-06-18T20:20:52.372Z] #34 56.94 log
20:20:52 [2021-06-18T20:20:52.372Z] #34 56.94 github.com/BurntSushi/toml
20:20:52 [2021-06-18T20:20:52.372Z] #34 56.95 flag
20:20:52 [2021-06-18T20:20:52.372Z] #34 ...
20:20:52 [2021-06-18T20:20:52.372Z] 
20:20:52 [2021-06-18T20:20:52.372Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:52 [2021-06-18T20:20:52.372Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:52 [2021-06-18T20:20:52.372Z] #45 55.55 github.com/LK4D4/vndr/versioned
20:20:52 [2021-06-18T20:20:52.372Z] #45 56.79 internal/lazyregexp
20:20:52 [2021-06-18T20:20:52.372Z] #45 56.82 net
20:20:52 [2021-06-18T20:20:52.372Z] #45 56.89 os/exec
20:20:52 [2021-06-18T20:20:52.372Z] #45 59.58 go/token
20:20:52 [2021-06-18T20:20:52.372Z] #45 59.58 net/url
20:20:52 [2021-06-18T20:20:52.372Z] #45 59.61 text/template/parse
[Pipeline] sh
20:20:52 [2021-06-18T20:20:52.634Z] #45 ...
20:20:52 [2021-06-18T20:20:52.634Z] 
20:20:52 [2021-06-18T20:20:52.634Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:52 [2021-06-18T20:20:52.634Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:20:52 [2021-06-18T20:20:52.634Z] #51 50.17 context
20:20:52 [2021-06-18T20:20:52.634Z] #51 50.18 internal/poll
20:20:52 [2021-06-18T20:20:52.634Z] #51 52.12 regexp
20:20:52 [2021-06-18T20:20:52.634Z] #51 52.79 os
20:20:52 [2021-06-18T20:20:52.634Z] #51 57.00 mvdan.cc/sh/v3/fileutil
20:20:52 [2021-06-18T20:20:52.634Z] #51 58.41 encoding/binary
20:20:52 [2021-06-18T20:20:52.634Z] #51 58.43 go/token
20:20:52 [2021-06-18T20:20:52.634Z] #51 58.43 mvdan.cc/editorconfig
20:20:52 [2021-06-18T20:20:52.634Z] #51 58.44 github.com/pkg/diff
20:20:52 [2021-06-18T20:20:52.634Z] #51 59.98 mvdan.cc/sh/v3/syntax
20:20:52 [2021-06-18T20:20:52.634Z] #51 60.07 go/scanner
20:20:52 [2021-06-18T20:20:52.677Z] + docker info
20:20:52 [2021-06-18T20:20:52.895Z] #51 ...
20:20:52 [2021-06-18T20:20:52.895Z] 
20:20:52 [2021-06-18T20:20:52.895Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:52 [2021-06-18T20:20:52.895Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:52 [2021-06-18T20:20:52.895Z] #34 60.10 github.com/BurntSushi/toml/cmd/tomlv
20:20:53 [2021-06-18T20:20:53.149Z] #42 ...
20:20:53 [2021-06-18T20:20:53.149Z] 
20:20:53 [2021-06-18T20:20:53.149Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:53 [2021-06-18T20:20:53.149Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:53 [2021-06-18T20:20:53.149Z] #45 46.23 bufio
20:20:53 [2021-06-18T20:20:53.149Z] #45 46.37 reflect
20:20:53 [2021-06-18T20:20:53.149Z] #45 48.94 syscall
20:20:53 [2021-06-18T20:20:53.149Z] #45 ...
20:20:53 [2021-06-18T20:20:53.149Z] 
20:20:53 [2021-06-18T20:20:53.149Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:53 [2021-06-18T20:20:53.149Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:20:53 [2021-06-18T20:20:53.149Z] #32 48.22 Checking out files:  87% (1331/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:20:53 [2021-06-18T20:20:53.149Z] #32 48.92 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:20:53 [2021-06-18T20:20:53.149Z] #32 49.02 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:53 [2021-06-18T20:20:53.408Z] #32 ...
20:20:53 [2021-06-18T20:20:53.408Z] 
20:20:53 [2021-06-18T20:20:53.408Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:53 [2021-06-18T20:20:53.408Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:53 [2021-06-18T20:20:53.408Z] #45 56.69 time
20:20:54 [2021-06-18T20:20:54.553Z] Commit message: "Fix possible overlapping IPs"
20:20:54 [2021-06-18T20:20:54.786Z] #45 ...
20:20:54 [2021-06-18T20:20:54.786Z] 
20:20:54 [2021-06-18T20:20:54.786Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:20:54 [2021-06-18T20:20:54.786Z] #47 sha256:7a9d58cdecb411f97711bf00eb5c274f9a6e60dce83ad7663d2a3a868e79c4b7
20:20:54 [2021-06-18T20:20:54.786Z] #47 DONE 58.0s
20:20:54 [2021-06-18T20:20:54.786Z] 
20:20:54 [2021-06-18T20:20:54.786Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:54 [2021-06-18T20:20:54.786Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:54 [2021-06-18T20:20:54.786Z] #13 48.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.52 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.53 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.54 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.55 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.60 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.61 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.68 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.79 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:20:54 [2021-06-18T20:20:54.786Z] #13 51.80 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:55 [2021-06-18T20:20:55.048Z] #13 52.86 debconf: delaying package configuration, since apt-utils is not installed
20:20:55 [2021-06-18T20:20:55.446Z] #34 ...
20:20:55 [2021-06-18T20:20:55.446Z] 
20:20:55 [2021-06-18T20:20:55.446Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:55 [2021-06-18T20:20:55.446Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.47 Selecting previously unselected package gcc-mingw-w64-base.
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.48 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.64 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.65 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:20:55 [2021-06-18T20:20:55.446Z] #13 48.67 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:20:55 [2021-06-18T20:20:55.446Z] #13 ...
20:20:55 [2021-06-18T20:20:55.446Z] 
20:20:55 [2021-06-18T20:20:55.446Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:55 [2021-06-18T20:20:55.446Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:20:55 [2021-06-18T20:20:55.446Z] #51 61.38 encoding/base64
20:20:55 [2021-06-18T20:20:55.446Z] #51 61.40 golang.org/x/sys/unix
20:20:55 [2021-06-18T20:20:55.446Z] #51 62.19 go/ast
20:20:55 [2021-06-18T20:20:55.446Z] #51 62.64 encoding/json
20:20:55 [2021-06-18T20:20:55.617Z] #13 53.10 Fetched 78.2 MB in 9s (9090 kB/s)
20:20:55 [2021-06-18T20:20:55.617Z] #13 53.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:20:55 [2021-06-18T20:20:55.617Z] #13 53.37 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
20:20:55 [2021-06-18T20:20:55.617Z] #13 53.39 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:20:55 [2021-06-18T20:20:55.622Z] + docker version
20:20:56 [2021-06-18T20:20:56.195Z] #13 53.98 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
20:20:56 [2021-06-18T20:20:56.391Z] #51 ...
20:20:56 [2021-06-18T20:20:56.391Z] 
20:20:56 [2021-06-18T20:20:56.391Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:56 [2021-06-18T20:20:56.391Z] #34 sha256:9d1b4716b99ec606c29cb668a522d981e2de5bc38f9b40fccedde44f51c45729
20:20:56 [2021-06-18T20:20:56.391Z] #34 DONE 63.9s
20:20:56 [2021-06-18T20:20:56.454Z] #13 54.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:20:56 [2021-06-18T20:20:56.454Z] #13 54.25 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
20:20:56 [2021-06-18T20:20:56.454Z] #13 54.28 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
20:20:56 [2021-06-18T20:20:56.653Z] 
20:20:56 [2021-06-18T20:20:56.653Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:56 [2021-06-18T20:20:56.653Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:20:56 [2021-06-18T20:20:56.653Z] #45 61.34 go/scanner
20:20:56 [2021-06-18T20:20:56.653Z] #45 61.63 encoding/base64
20:20:56 [2021-06-18T20:20:56.653Z] #45 62.81 go/ast
20:20:56 [2021-06-18T20:20:56.653Z] #45 62.94 encoding/json
20:20:56 [2021-06-18T20:20:56.713Z] #13 54.46 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
20:20:56 [2021-06-18T20:20:56.977Z] #13 54.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 ... 15410 files and directories currently installed.)
20:20:56 [2021-06-18T20:20:56.977Z] #13 54.72 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
20:20:56 [2021-06-18T20:20:56.977Z] #13 54.74 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:20:57 [2021-06-18T20:20:57.237Z] #13 54.97 Setting up libudev1:amd64 (241-7~deb10u7) ...
20:20:57 [2021-06-18T20:20:57.237Z] #13 55.16 Selecting previously unselected package binutils-mingw-w64-i686.
20:20:57 [2021-06-18T20:20:57.496Z] #13 55.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:20:57 [2021-06-18T20:20:57.496Z] #13 55.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:20:57 [2021-06-18T20:20:57.496Z] #13 55.25 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:20:57 [2021-06-18T20:20:57.496Z] #13 ...
20:20:57 [2021-06-18T20:20:57.496Z] 
20:20:57 [2021-06-18T20:20:57.496Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:20:57 [2021-06-18T20:20:57.496Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:20:57 [2021-06-18T20:20:57.496Z] #45 60.73 internal/fmtsort
20:20:58 [2021-06-18T20:20:58.433Z] #45 61.39 internal/syscall/unix
20:20:58 [2021-06-18T20:20:58.433Z] #45 61.65 strings
20:20:59 [2021-06-18T20:20:59.001Z] #45 62.25 os
20:20:59 [2021-06-18T20:20:59.001Z] #45 ...
20:20:59 [2021-06-18T20:20:59.001Z] 
20:20:59 [2021-06-18T20:20:59.001Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:20:59 [2021-06-18T20:20:59.001Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:20:59 [2021-06-18T20:20:59.001Z] #36 52.34 Selecting previously unselected package libicu63:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 52.35 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 52.37 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.12 Selecting previously unselected package libxml2:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.13 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.14 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.66 Selecting previously unselected package libarchive13:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.66 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 60.68 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.01 Selecting previously unselected package libjsoncpp1:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.03 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.05 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.23 Selecting previously unselected package librhash0:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.26 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.27 Unpacking librhash0:amd64 (1.3.8-1) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.46 Selecting previously unselected package libuv1:amd64.
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.48 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.49 Unpacking libuv1:amd64 (1.24.1-1) ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.64 Selecting previously unselected package cmake.
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.65 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.001Z] #36 61.67 Unpacking cmake (3.13.4-1) ...
20:20:59 [2021-06-18T20:20:59.205Z] #45 ...
20:20:59 [2021-06-18T20:20:59.205Z] 
20:20:59 [2021-06-18T20:20:59.205Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:20:59 [2021-06-18T20:20:59.205Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:20:59 [2021-06-18T20:20:59.205Z] #56 40.57 Checking out files:  43% (1750/4061)   
Checking out files:  44% (1787/4061)   
Checking out files:  45% (1828/4061)   
Checking out files:  46% (1869/4061)   
Checking out files:  47% (1909/4061)   
Checking out files:  48% (1950/4061)   
Checking out files:  49% (1990/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  78% (3180/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
Checking out files:  93% (3777/4061)   
Checking out files:  94% (3818/4061)   
Checking out files:  95% (3858/4061)   
Checking out files:  96% (3899/4061)   
Checking out files:  97% (3940/4061)   
Checking out files:  98% (3980/4061)   
Checking out files:  99% (4021/4061)   
Checking out files: 100% (4061/4061)   
Checking out files: 100% (4061/4061), done.
20:20:59 [2021-06-18T20:20:59.205Z] #56 42.35 + cd /tmp/tmp.j3E5cYztCJ/src/github.com/containerd/containerd
20:20:59 [2021-06-18T20:20:59.205Z] #56 42.35 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:59 [2021-06-18T20:20:59.570Z] #36 ...
20:20:59 [2021-06-18T20:20:59.571Z] 
20:20:59 [2021-06-18T20:20:59.571Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:20:59 [2021-06-18T20:20:59.571Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:20:59 [2021-06-18T20:20:59.571Z] #42 58.81 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 58.83 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 58.84 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 58.85 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 58.86 Setting up python-six (1.12.0-1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.58 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.61 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.64 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.65 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.68 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.70 Setting up protobuf-compiler (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.72 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.73 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 62.76 Setting up python-protobuf (3.6.1.3-2) ...
20:20:59 [2021-06-18T20:20:59.571Z] #42 ...
20:20:59 [2021-06-18T20:20:59.571Z] 
20:20:59 [2021-06-18T20:20:59.571Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:20:59 [2021-06-18T20:20:59.571Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:20:59 [2021-06-18T20:20:59.571Z] #34 52.83 time
20:20:59 [2021-06-18T20:20:59.571Z] #34 58.27 internal/poll
20:20:59 [2021-06-18T20:20:59.571Z] #34 60.60 internal/fmtsort
20:20:59 [2021-06-18T20:20:59.571Z] #34 60.98 internal/syscall/execenv
20:20:59 [2021-06-18T20:20:59.571Z] #34 61.13 internal/syscall/unix
20:20:59 [2021-06-18T20:20:59.571Z] #34 61.22 strings
20:20:59 [2021-06-18T20:20:59.571Z] #34 61.44 os
20:20:59 [2021-06-18T20:20:59.658Z] Client: Docker Engine - Community
20:20:59 [2021-06-18T20:20:59.658Z]  Version:           20.10.6
20:20:59 [2021-06-18T20:20:59.658Z]  API version:       1.41
20:20:59 [2021-06-18T20:20:59.658Z]  Go version:        go1.13.15
20:20:59 [2021-06-18T20:20:59.658Z]  Git commit:        370c289
20:20:59 [2021-06-18T20:20:59.658Z]  Built:             Fri Apr  9 22:47:17 2021
20:20:59 [2021-06-18T20:20:59.658Z]  OS/Arch:           linux/amd64
20:20:59 [2021-06-18T20:20:59.658Z]  Context:           default
20:20:59 [2021-06-18T20:20:59.658Z]  Experimental:      true
20:20:59 [2021-06-18T20:20:59.658Z] 
20:20:59 [2021-06-18T20:20:59.658Z] Server: Docker Engine - Community
20:20:59 [2021-06-18T20:20:59.658Z]  Engine:
20:20:59 [2021-06-18T20:20:59.658Z]   Version:          20.10.6
20:20:59 [2021-06-18T20:20:59.658Z]   API version:      1.41 (minimum version 1.12)
20:20:59 [2021-06-18T20:20:59.658Z]   Go version:       go1.13.15
20:20:59 [2021-06-18T20:20:59.658Z]   Git commit:       8728dd2
20:20:59 [2021-06-18T20:20:59.658Z]   Built:            Fri Apr  9 22:45:28 2021
20:20:59 [2021-06-18T20:20:59.658Z]   OS/Arch:          linux/amd64
20:20:59 [2021-06-18T20:20:59.658Z]   Experimental:     true
20:20:59 [2021-06-18T20:20:59.658Z]  containerd:
20:20:59 [2021-06-18T20:20:59.658Z]   Version:          1.4.6
20:20:59 [2021-06-18T20:20:59.658Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:59 [2021-06-18T20:20:59.658Z]  runc:
20:20:59 [2021-06-18T20:20:59.658Z]   Version:          1.0.0-rc95
20:20:59 [2021-06-18T20:20:59.658Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:20:59 [2021-06-18T20:20:59.658Z]  docker-init:
20:20:59 [2021-06-18T20:20:59.658Z]   Version:          0.19.0
20:20:59 [2021-06-18T20:20:59.658Z]   GitCommit:        de40ad0
[Pipeline] sh
20:20:59 [2021-06-18T20:20:59.817Z] Client: Docker Engine - Community
20:20:59 [2021-06-18T20:20:59.817Z]  Version:           20.10.6
20:20:59 [2021-06-18T20:20:59.817Z]  API version:       1.41
20:20:59 [2021-06-18T20:20:59.817Z]  Go version:        go1.13.15
20:20:59 [2021-06-18T20:20:59.817Z]  Git commit:        370c289
20:20:59 [2021-06-18T20:20:59.817Z]  Built:             Fri Apr  9 22:46:01 2021
20:20:59 [2021-06-18T20:20:59.817Z]  OS/Arch:           linux/amd64
20:20:59 [2021-06-18T20:20:59.817Z]  Context:           default
20:20:59 [2021-06-18T20:20:59.817Z]  Experimental:      true
20:20:59 [2021-06-18T20:20:59.817Z] 
20:20:59 [2021-06-18T20:20:59.817Z] Server: Docker Engine - Community
20:20:59 [2021-06-18T20:20:59.817Z]  Engine:
20:20:59 [2021-06-18T20:20:59.817Z]   Version:          20.10.6
20:20:59 [2021-06-18T20:20:59.817Z]   API version:      1.41 (minimum version 1.12)
20:20:59 [2021-06-18T20:20:59.817Z]   Go version:       go1.13.15
20:20:59 [2021-06-18T20:20:59.817Z]   Git commit:       8728dd2
20:20:59 [2021-06-18T20:20:59.817Z]   Built:            Fri Apr  9 22:44:13 2021
20:20:59 [2021-06-18T20:20:59.817Z]   OS/Arch:          linux/amd64
20:20:59 [2021-06-18T20:20:59.817Z]   Experimental:     true
20:20:59 [2021-06-18T20:20:59.817Z]  containerd:
20:20:59 [2021-06-18T20:20:59.817Z]   Version:          1.4.6
20:20:59 [2021-06-18T20:20:59.817Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
20:20:59 [2021-06-18T20:20:59.817Z]  runc:
20:20:59 [2021-06-18T20:20:59.817Z]   Version:          1.0.0-rc95
20:20:59 [2021-06-18T20:20:59.817Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:20:59 [2021-06-18T20:20:59.817Z]  docker-init:
20:20:59 [2021-06-18T20:20:59.817Z]   Version:          0.19.0
20:20:59 [2021-06-18T20:20:59.817Z]   GitCommit:        de40ad0
20:20:59 [2021-06-18T20:20:59.830Z] #34 ...
20:20:59 [2021-06-18T20:20:59.830Z] 
20:20:59 [2021-06-18T20:20:59.830Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:20:59 [2021-06-18T20:20:59.830Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:20:59 [2021-06-18T20:20:59.830Z] #13 57.29 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:20:59 [2021-06-18T20:20:59.830Z] #13 57.29 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:20:59 [2021-06-18T20:20:59.830Z] #13 57.30 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:20:59 [2021-06-18T20:20:59.830Z] #13 ...
20:20:59 [2021-06-18T20:20:59.830Z] 
20:20:59 [2021-06-18T20:20:59.830Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:20:59 [2021-06-18T20:20:59.830Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:20:59 [2021-06-18T20:20:59.830Z] #51 53.10 time
20:20:59 [2021-06-18T20:20:59.830Z] #51 53.11 reflect
20:20:59 [2021-06-18T20:20:59.830Z] #51 59.53 context
20:20:59 [2021-06-18T20:20:59.830Z] #51 60.37 internal/poll
20:20:59 [2021-06-18T20:20:59.830Z] #51 62.74 os
[Pipeline] sh
20:20:59 [2021-06-18T20:20:59.967Z] + docker info
20:21:00 [2021-06-18T20:21:00.140Z] + docker info
20:21:01 [2021-06-18T20:21:01.209Z] #51 ...
20:21:01 [2021-06-18T20:21:01.210Z] 
20:21:01 [2021-06-18T20:21:01.210Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:21:01 [2021-06-18T20:21:01.210Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:21:01 [2021-06-18T20:21:01.210Z] #34 64.14 path
20:21:01 [2021-06-18T20:21:01.469Z] #34 64.82 text/tabwriter
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + export 'BUILDTAGS=netgo osusergo static_build'
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + BUILDTAGS='netgo osusergo static_build'
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + export EXTRA_FLAGS=-buildmode=pie
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + EXTRA_FLAGS=-buildmode=pie
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + '[' '' = dynamic ']'
20:21:01 [2021-06-18T20:21:01.756Z] #56 44.49 + make
20:21:02 [2021-06-18T20:21:02.409Z] #34 65.37 fmt
20:21:02 [2021-06-18T20:21:02.409Z] #34 65.75 path/filepath
20:21:02 [2021-06-18T20:21:02.703Z] #56 45.73 + bin/ctr
20:21:02 [2021-06-18T20:21:02.844Z] Client:
20:21:02 [2021-06-18T20:21:02.844Z]  Context:    default
20:21:02 [2021-06-18T20:21:02.844Z]  Debug Mode: false
20:21:02 [2021-06-18T20:21:02.844Z]  Plugins:
20:21:02 [2021-06-18T20:21:02.844Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
20:21:02 [2021-06-18T20:21:02.844Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
20:21:02 [2021-06-18T20:21:02.844Z]   scan: Docker Scan (Docker Inc., v0.7.0)
20:21:02 [2021-06-18T20:21:02.844Z] 
20:21:02 [2021-06-18T20:21:02.844Z] Server:
20:21:02 [2021-06-18T20:21:02.844Z]  Containers: 0
20:21:02 [2021-06-18T20:21:02.844Z]   Running: 0
20:21:02 [2021-06-18T20:21:02.844Z]   Paused: 0
20:21:02 [2021-06-18T20:21:02.844Z]   Stopped: 0
20:21:02 [2021-06-18T20:21:02.844Z]  Images: 0
20:21:02 [2021-06-18T20:21:02.844Z]  Server Version: 20.10.6
20:21:02 [2021-06-18T20:21:02.844Z]  Storage Driver: overlay2
20:21:02 [2021-06-18T20:21:02.844Z]   Backing Filesystem: extfs
20:21:02 [2021-06-18T20:21:02.844Z]   Supports d_type: true
20:21:02 [2021-06-18T20:21:02.844Z]   Native Overlay Diff: true
20:21:02 [2021-06-18T20:21:02.844Z]   userxattr: false
20:21:02 [2021-06-18T20:21:02.844Z]  Logging Driver: json-file
20:21:02 [2021-06-18T20:21:02.844Z]  Cgroup Driver: cgroupfs
20:21:02 [2021-06-18T20:21:02.844Z]  Cgroup Version: 1
20:21:02 [2021-06-18T20:21:02.844Z]  Plugins:
20:21:02 [2021-06-18T20:21:02.844Z]   Volume: local
20:21:02 [2021-06-18T20:21:02.844Z]   Network: bridge host ipvlan macvlan null overlay
20:21:02 [2021-06-18T20:21:02.844Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:02 [2021-06-18T20:21:02.844Z]  Swarm: inactive
20:21:02 [2021-06-18T20:21:02.844Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
20:21:02 [2021-06-18T20:21:02.844Z]  Default Runtime: runc
20:21:02 [2021-06-18T20:21:02.844Z]  Init Binary: docker-init
20:21:02 [2021-06-18T20:21:02.844Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
20:21:02 [2021-06-18T20:21:02.844Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:21:02 [2021-06-18T20:21:02.844Z]  init version: de40ad0
20:21:02 [2021-06-18T20:21:02.844Z]  Security Options:
20:21:02 [2021-06-18T20:21:02.844Z]   apparmor
20:21:02 [2021-06-18T20:21:02.844Z]   seccomp
20:21:02 [2021-06-18T20:21:02.844Z]    Profile: default
20:21:02 [2021-06-18T20:21:02.844Z]  Kernel Version: 5.4.0-1048-aws
20:21:02 [2021-06-18T20:21:02.844Z]  Operating System: Ubuntu 18.04.5 LTS
20:21:02 [2021-06-18T20:21:02.844Z]  OSType: linux
20:21:02 [2021-06-18T20:21:02.844Z]  Architecture: x86_64
20:21:02 [2021-06-18T20:21:02.844Z]  CPUs: 2
20:21:02 [2021-06-18T20:21:02.844Z]  Total Memory: 7.487GiB
20:21:02 [2021-06-18T20:21:02.844Z]  Name: ip-10-100-51-34
20:21:02 [2021-06-18T20:21:02.844Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
20:21:02 [2021-06-18T20:21:02.844Z]  Docker Root Dir: /var/lib/docker
20:21:02 [2021-06-18T20:21:02.844Z]  Debug Mode: false
20:21:02 [2021-06-18T20:21:02.844Z]  Registry: https://index.docker.io/v1/
20:21:02 [2021-06-18T20:21:02.844Z]  Labels:
20:21:02 [2021-06-18T20:21:02.844Z]  Experimental: true
20:21:02 [2021-06-18T20:21:02.844Z]  Insecure Registries:
20:21:02 [2021-06-18T20:21:02.844Z]   127.0.0.0/8
20:21:02 [2021-06-18T20:21:02.844Z]  Live Restore Enabled: true
20:21:02 [2021-06-18T20:21:02.844Z] 
20:21:02 [2021-06-18T20:21:02.844Z] WARNING: No swap limit support
[Pipeline] sh
20:21:02 [2021-06-18T20:21:02.978Z] #34 ...
20:21:02 [2021-06-18T20:21:02.978Z] 
20:21:02 [2021-06-18T20:21:02.978Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:21:02 [2021-06-18T20:21:02.978Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:21:02 [2021-06-18T20:21:02.978Z] #36 64.93 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 64.95 Setting up xxd (2:8.1.0875-5) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 64.96 Setting up libuv1:amd64 (1.24.1-1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 64.98 Setting up vim-common (2:8.1.0875-5) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.01 Setting up librhash0:amd64 (1.3.8-1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.04 Setting up cmake-data (3.13.4-1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.06 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.07 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.09 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.10 Setting up cmake (3.13.4-1) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.12 Processing triggers for libc-bin (2.28-10) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 65.23 Processing triggers for mime-support (3.62) ...
20:21:02 [2021-06-18T20:21:02.978Z] #36 DONE 66.1s
20:21:02 [2021-06-18T20:21:02.978Z] 
20:21:02 [2021-06-18T20:21:02.978Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:02 [2021-06-18T20:21:02.978Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:02 [2021-06-18T20:21:02.978Z] #13 59.90 Selecting previously unselected package binutils-mingw-w64.
20:21:02 [2021-06-18T20:21:02.978Z] #13 59.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:21:02 [2021-06-18T20:21:02.978Z] #13 59.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.06 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.64 Selecting previously unselected package dmsetup.
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.64 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:21:02 [2021-06-18T20:21:02.978Z] #13 60.64 Unpacking dmsetup (2:1.02.155-3) ...
20:21:03 [2021-06-18T20:21:03.145Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:03 [2021-06-18T20:21:03.145Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:03 [2021-06-18T20:21:03.145Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42538/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:03 [2021-06-18T20:21:03.145Z] + bash /home/ubuntu/workspace/moby_PR-42538/check-config.sh
20:21:03 [2021-06-18T20:21:03.145Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:03 [2021-06-18T20:21:03.145Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
20:21:03 [2021-06-18T20:21:03.145Z] 
20:21:03 [2021-06-18T20:21:03.145Z] Generally Necessary:
20:21:03 [2021-06-18T20:21:03.145Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:03 [2021-06-18T20:21:03.145Z] - apparmor: enabled and tools installed
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NAMESPACES: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NET_NS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_PID_NS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_IPC_NS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_UTS_NS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUPS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUP_SCHED: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CPUSETS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_MEMCG: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_KEYS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_VETH: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_BRIDGE: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NF_NAT_IPV4: missing
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NF_NAT: enabled (as module)
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_NF_NAT_NEEDED: missing
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:03 [2021-06-18T20:21:03.145Z] 
20:21:03 [2021-06-18T20:21:03.145Z] Optional Features:
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_USER_NS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_SECCOMP: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_CGROUP_PIDS: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_MEMCG_SWAP: enabled
20:21:03 [2021-06-18T20:21:03.145Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:03 [2021-06-18T20:21:03.145Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:03 [2021-06-18T20:21:03.237Z] #13 60.91 Selecting previously unselected package mingw-w64-common.
20:21:03 [2021-06-18T20:21:03.237Z] #13 60.91 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:21:03 [2021-06-18T20:21:03.237Z] #13 60.91 Unpacking mingw-w64-common (6.0.0-3) ...
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_BLK_CGROUP: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IOSCHED_CFQ: missing
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_CGROUP_PERF: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_VS: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_VS_NFCT: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_EXT4_FS: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:03 [2021-06-18T20:21:03.405Z] - Network Drivers:
20:21:03 [2021-06-18T20:21:03.405Z]   - "overlay":
20:21:03 [2021-06-18T20:21:03.405Z]     - CONFIG_VXLAN: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       Optional (for encrypted networks):
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_CRYPTO: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_XFRM: enabled
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:21:03 [2021-06-18T20:21:03.405Z]   - "ipvlan":
20:21:03 [2021-06-18T20:21:03.405Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:03 [2021-06-18T20:21:03.405Z]   - "macvlan":
20:21:03 [2021-06-18T20:21:03.648Z] #56 ...
20:21:03 [2021-06-18T20:21:03.648Z] 
20:21:03 [2021-06-18T20:21:03.648Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:03 [2021-06-18T20:21:03.648Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:03 [2021-06-18T20:21:03.648Z] #43 20.11 make[1]: Nothing to be done for 'all'.
20:21:03 [2021-06-18T20:21:03.648Z] #43 21.83   CC       images/stats.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 22.51   CC       images/core.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 23.97   CC       images/core-x86.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 24.81   CC       images/core-arm.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 25.41   CC       images/core-aarch64.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 25.92   CC       images/core-ppc64.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 26.73   CC       images/core-s390.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 27.55   CC       images/cpuinfo.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 28.15   CC       images/inventory.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 28.47   CC       images/fdinfo.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 28.93   CC       images/fown.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 29.25   CC       images/ns.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 29.63   CC       images/regfile.o
20:21:03 [2021-06-18T20:21:03.648Z] #43 29.94   CC       images/ghost-file.o
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_DUMMY: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]   - "ftp,tftp client in container":
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z] - Storage Drivers:
20:21:03 [2021-06-18T20:21:03.663Z]   - "aufs":
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]   - "btrfs":
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:03 [2021-06-18T20:21:03.663Z]   - "devicemapper":
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:03 [2021-06-18T20:21:03.663Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:03 [2021-06-18T20:21:03.663Z]   - "overlay":
20:21:03 [2021-06-18T20:21:03.664Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:03 [2021-06-18T20:21:03.664Z]   - "zfs":
20:21:03 [2021-06-18T20:21:03.664Z]     - /dev/zfs: present
20:21:03 [2021-06-18T20:21:03.664Z]     - zfs command: missing
20:21:03 [2021-06-18T20:21:03.664Z]     - zpool command: missing
20:21:03 [2021-06-18T20:21:03.664Z] 
20:21:03 [2021-06-18T20:21:03.664Z] Limits:
20:21:03 [2021-06-18T20:21:03.664Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:03 [2021-06-18T20:21:03.664Z] 
20:21:03 [2021-06-18T20:21:03.664Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:03 [2021-06-18T20:21:03.926Z] #43 ...
20:21:03 [2021-06-18T20:21:03.926Z] 
20:21:03 [2021-06-18T20:21:03.926Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:03 [2021-06-18T20:21:03.926Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:21:03 [2021-06-18T20:21:03.926Z] #51 71.11 golang.org/x/crypto/ssh/terminal
20:21:04 [2021-06-18T20:21:04.128Z] + sudo modprobe ip_vs
20:21:04 [2021-06-18T20:21:04.128Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 .
20:21:04 [2021-06-18T20:21:04.387Z] #1 [internal] load build definition from Dockerfile
20:21:04 [2021-06-18T20:21:04.387Z] #1 sha256:c777b9b1b566e7c3b7b80f1c442244c442616796fa37c76d75028c3a9d452d9a
20:21:04 [2021-06-18T20:21:04.387Z] #1 transferring dockerfile: 17.02kB done
20:21:04 [2021-06-18T20:21:04.387Z] #1 DONE 0.2s
20:21:04 [2021-06-18T20:21:04.387Z] 
20:21:04 [2021-06-18T20:21:04.387Z] #2 [internal] load .dockerignore
20:21:04 [2021-06-18T20:21:04.387Z] #2 sha256:ede16d512cc9832e28314a56432a66984e4bd0add81676732082585c03d6d371
20:21:04 [2021-06-18T20:21:04.387Z] #2 transferring context: 87B done
20:21:04 [2021-06-18T20:21:04.387Z] #2 DONE 0.1s
20:21:04 [2021-06-18T20:21:04.387Z] 
20:21:04 [2021-06-18T20:21:04.387Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
20:21:04 [2021-06-18T20:21:04.387Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
20:21:04 [2021-06-18T20:21:04.957Z] #3 DONE 0.4s
20:21:04 [2021-06-18T20:21:04.957Z] 
20:21:04 [2021-06-18T20:21:04.957Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
20:21:04 [2021-06-18T20:21:04.957Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
20:21:04 [2021-06-18T20:21:04.957Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
20:21:04 [2021-06-18T20:21:04.957Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
20:21:04 [2021-06-18T20:21:04.957Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
20:21:04 [2021-06-18T20:21:04.957Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
20:21:04 [2021-06-18T20:21:04.957Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
20:21:05 [2021-06-18T20:21:05.217Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done
20:21:05 [2021-06-18T20:21:05.217Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
20:21:05 [2021-06-18T20:21:05.483Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
20:21:05 [2021-06-18T20:21:05.483Z] #4 DONE 0.8s
20:21:06 [2021-06-18T20:21:06.059Z] 
20:21:06 [2021-06-18T20:21:06.059Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:06 [2021-06-18T20:21:06.059Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
20:21:06 [2021-06-18T20:21:06.531Z] #51 73.55 mvdan.cc/sh/v3/cmd/shfmt
20:21:06 [2021-06-18T20:21:06.627Z] #8 DONE 0.6s
20:21:06 [2021-06-18T20:21:06.627Z] 
20:21:06 [2021-06-18T20:21:06.627Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:06 [2021-06-18T20:21:06.627Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
20:21:06 [2021-06-18T20:21:06.627Z] #7 DONE 0.6s
20:21:06 [2021-06-18T20:21:06.627Z] 
20:21:06 [2021-06-18T20:21:06.627Z] #5 [internal] load metadata for docker.io/library/debian:buster
20:21:06 [2021-06-18T20:21:06.627Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
20:21:06 [2021-06-18T20:21:06.627Z] #5 DONE 0.7s
20:21:06 [2021-06-18T20:21:06.627Z] 
20:21:06 [2021-06-18T20:21:06.627Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:06 [2021-06-18T20:21:06.627Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
20:21:06 [2021-06-18T20:21:06.627Z] #6 DONE 0.7s
20:21:06 [2021-06-18T20:21:06.691Z] Client:
20:21:06 [2021-06-18T20:21:06.691Z]  Context:    default
20:21:06 [2021-06-18T20:21:06.691Z]  Debug Mode: false
20:21:06 [2021-06-18T20:21:06.691Z]  Plugins:
20:21:06 [2021-06-18T20:21:06.691Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
20:21:06 [2021-06-18T20:21:06.691Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
20:21:06 [2021-06-18T20:21:06.691Z]   scan: Docker Scan (Docker Inc., v0.7.0)
20:21:06 [2021-06-18T20:21:06.691Z] 
20:21:06 [2021-06-18T20:21:06.691Z] Server:
20:21:06 [2021-06-18T20:21:06.691Z]  Containers: 0
20:21:06 [2021-06-18T20:21:06.691Z]   Running: 0
20:21:06 [2021-06-18T20:21:06.691Z]   Paused: 0
20:21:06 [2021-06-18T20:21:06.691Z]   Stopped: 0
20:21:06 [2021-06-18T20:21:06.691Z]  Images: 0
20:21:06 [2021-06-18T20:21:06.691Z]  Server Version: 20.10.6
20:21:06 [2021-06-18T20:21:06.691Z]  Storage Driver: overlay2
20:21:06 [2021-06-18T20:21:06.691Z]   Backing Filesystem: extfs
20:21:06 [2021-06-18T20:21:06.691Z]   Supports d_type: true
20:21:06 [2021-06-18T20:21:06.691Z]   Native Overlay Diff: true
20:21:06 [2021-06-18T20:21:06.691Z]   userxattr: false
20:21:06 [2021-06-18T20:21:06.691Z]  Logging Driver: json-file
20:21:06 [2021-06-18T20:21:06.691Z]  Cgroup Driver: cgroupfs
20:21:06 [2021-06-18T20:21:06.691Z]  Cgroup Version: 1
20:21:06 [2021-06-18T20:21:06.691Z]  Plugins:
20:21:06 [2021-06-18T20:21:06.691Z]   Volume: local
20:21:06 [2021-06-18T20:21:06.691Z]   Network: bridge host ipvlan macvlan null overlay
20:21:06 [2021-06-18T20:21:06.691Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:06 [2021-06-18T20:21:06.691Z]  Swarm: inactive
20:21:06 [2021-06-18T20:21:06.691Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
20:21:06 [2021-06-18T20:21:06.691Z]  Default Runtime: runc
20:21:06 [2021-06-18T20:21:06.691Z]  Init Binary: docker-init
20:21:06 [2021-06-18T20:21:06.691Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
20:21:06 [2021-06-18T20:21:06.691Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:21:06 [2021-06-18T20:21:06.691Z]  init version: de40ad0
20:21:06 [2021-06-18T20:21:06.691Z]  Security Options:
20:21:06 [2021-06-18T20:21:06.691Z]   apparmor
20:21:06 [2021-06-18T20:21:06.691Z]   seccomp
20:21:06 [2021-06-18T20:21:06.691Z]    Profile: default
20:21:06 [2021-06-18T20:21:06.691Z]  Kernel Version: 5.4.0-1048-aws
20:21:06 [2021-06-18T20:21:06.691Z]  Operating System: Ubuntu 18.04.5 LTS
20:21:06 [2021-06-18T20:21:06.691Z]  OSType: linux
20:21:06 [2021-06-18T20:21:06.691Z]  Architecture: x86_64
20:21:06 [2021-06-18T20:21:06.691Z]  CPUs: 2
20:21:06 [2021-06-18T20:21:06.691Z]  Total Memory: 7.569GiB
20:21:06 [2021-06-18T20:21:06.691Z]  Name: ip-10-100-70-77
20:21:06 [2021-06-18T20:21:06.691Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
20:21:06 [2021-06-18T20:21:06.691Z]  Docker Root Dir: /var/lib/docker
20:21:06 [2021-06-18T20:21:06.691Z]  Debug Mode: false
20:21:06 [2021-06-18T20:21:06.691Z]  Registry: https://index.docker.io/v1/
20:21:06 [2021-06-18T20:21:06.691Z]  Labels:
20:21:06 [2021-06-18T20:21:06.691Z]  Experimental: true
20:21:06 [2021-06-18T20:21:06.691Z]  Insecure Registries:
20:21:06 [2021-06-18T20:21:06.691Z]   127.0.0.0/8
20:21:06 [2021-06-18T20:21:06.691Z]  Live Restore Enabled: true
20:21:06 [2021-06-18T20:21:06.691Z] 
20:21:06 [2021-06-18T20:21:06.691Z] WARNING: No swap limit support
[Pipeline] sh
20:21:06 [2021-06-18T20:21:06.978Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:06 [2021-06-18T20:21:06.978Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:06 [2021-06-18T20:21:06.978Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42538/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:07 [2021-06-18T20:21:07.244Z] + bash /home/ubuntu/workspace/moby_PR-42538/check-config.sh
20:21:07 [2021-06-18T20:21:07.244Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:07 [2021-06-18T20:21:07.244Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
20:21:07 [2021-06-18T20:21:07.244Z] 
20:21:07 [2021-06-18T20:21:07.244Z] Generally Necessary:
20:21:07 [2021-06-18T20:21:07.244Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:07 [2021-06-18T20:21:07.244Z] - apparmor: enabled and tools installed
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NAMESPACES: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NET_NS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_PID_NS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_IPC_NS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_UTS_NS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUPS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUP_SCHED: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CPUSETS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_MEMCG: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_KEYS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_VETH: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_BRIDGE: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NF_NAT_IPV4: missing
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NF_NAT: enabled (as module)
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_NF_NAT_NEEDED: missing
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:07 [2021-06-18T20:21:07.244Z] 
20:21:07 [2021-06-18T20:21:07.244Z] Optional Features:
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_USER_NS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_SECCOMP: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_CGROUP_PIDS: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_MEMCG_SWAP: enabled
20:21:07 [2021-06-18T20:21:07.244Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:07 [2021-06-18T20:21:07.430Z] #13 ...
20:21:07 [2021-06-18T20:21:07.430Z] 
20:21:07 [2021-06-18T20:21:07.430Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:21:07 [2021-06-18T20:21:07.430Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:21:07 [2021-06-18T20:21:07.430Z] #42 69.29 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:21:07 [2021-06-18T20:21:07.430Z] #42 69.31 Processing triggers for libc-bin (2.28-10) ...
20:21:07 [2021-06-18T20:21:07.430Z] #42 DONE 70.0s
20:21:07 [2021-06-18T20:21:07.430Z] 
20:21:07 [2021-06-18T20:21:07.430Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:21:07 [2021-06-18T20:21:07.430Z] #37 sha256:78612e4ef65eb6b064f136e5bc1c40b45edb32e505883921aa4ef97ef4792a75
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.160 + RM_GOPATH=0
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.160 + TMP_GOPATH=
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.160 + : /build
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.160 + '[' -z '' ']'
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.171 ++ mktemp -d
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.177 + export GOPATH=/tmp/tmp.Ealp1Ifc4E
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.177 + GOPATH=/tmp/tmp.Ealp1Ifc4E
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.177 + RM_GOPATH=1
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.177 + case "$(go env GOARCH)" in
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.180 ++ go env GOARCH
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.211 + export GO_BUILDMODE=-buildmode=pie
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.211 + GO_BUILDMODE=-buildmode=pie
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.212 ++ dirname /tmp/install/install.sh
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.213 + dir=/tmp/install
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.213 + bin=tini
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.213 + shift
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.213 + '[' '!' -f /tmp/install/tini.installer ']'
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.214 + . /tmp/install/tini.installer
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.214 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.216 + install_tini
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.216 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.216 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.216 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ealp1Ifc4E/tini
20:21:07 [2021-06-18T20:21:07.430Z] #37 1.223 Cloning into '/tmp/tmp.Ealp1Ifc4E/tini'...
20:21:07 [2021-06-18T20:21:07.430Z] #37 2.033 + cd /tmp/tmp.Ealp1Ifc4E/tini
20:21:07 [2021-06-18T20:21:07.430Z] #37 2.033 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:21:07 [2021-06-18T20:21:07.430Z] #37 2.039 + cmake .
20:21:07 [2021-06-18T20:21:07.430Z] #37 2.606 -- The C compiler identification is GNU 8.3.0
20:21:07 [2021-06-18T20:21:07.430Z] #37 2.671 -- Check for working C compiler: /usr/bin/cc
20:21:07 [2021-06-18T20:21:07.430Z] #37 3.302 -- Check for working C compiler: /usr/bin/cc -- works
20:21:07 [2021-06-18T20:21:07.430Z] #37 3.304 -- Detecting C compiler ABI info
20:21:07 [2021-06-18T20:21:07.430Z] #37 4.052 -- Detecting C compiler ABI info - done
20:21:07 [2021-06-18T20:21:07.430Z] #37 4.148 -- Detecting C compile features
20:21:07 [2021-06-18T20:21:07.514Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_BLK_CGROUP: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IOSCHED_CFQ: missing
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_CGROUP_PERF: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_VS: enabled (as module)
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_VS_NFCT: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_EXT4_FS: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:07 [2021-06-18T20:21:07.514Z] - Network Drivers:
20:21:07 [2021-06-18T20:21:07.514Z]   - "overlay":
20:21:07 [2021-06-18T20:21:07.514Z]     - CONFIG_VXLAN: enabled (as module)
20:21:07 [2021-06-18T20:21:07.514Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:07 [2021-06-18T20:21:07.514Z]       Optional (for encrypted networks):
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_CRYPTO: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_XFRM: enabled
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:21:07 [2021-06-18T20:21:07.771Z]   - "ipvlan":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]   - "macvlan":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_DUMMY: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]   - "ftp,tftp client in container":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z] - Storage Drivers:
20:21:07 [2021-06-18T20:21:07.771Z]   - "aufs":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]   - "btrfs":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:07 [2021-06-18T20:21:07.771Z]   - "devicemapper":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]   - "overlay":
20:21:07 [2021-06-18T20:21:07.771Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:07 [2021-06-18T20:21:07.771Z]   - "zfs":
20:21:07 [2021-06-18T20:21:07.771Z]     - /dev/zfs: present
20:21:07 [2021-06-18T20:21:07.771Z]     - zfs command: missing
20:21:07 [2021-06-18T20:21:07.771Z]     - zpool command: missing
20:21:07 [2021-06-18T20:21:07.771Z] 
20:21:07 [2021-06-18T20:21:07.771Z] Limits:
20:21:07 [2021-06-18T20:21:07.771Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:07 [2021-06-18T20:21:07.771Z] 
20:21:07 [2021-06-18T20:21:07.771Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:08 [2021-06-18T20:21:08.101Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 .
20:21:08 [2021-06-18T20:21:08.357Z] #2 [internal] load .dockerignore
20:21:08 [2021-06-18T20:21:08.357Z] #2 sha256:84a1d76c314dd732712dd60392603a3760ffd43982110ebccbbbd2814e601a48
20:21:08 [2021-06-18T20:21:08.541Z] 
20:21:08 [2021-06-18T20:21:08.541Z] #23 [internal] load build context
20:21:08 [2021-06-18T20:21:08.541Z] #23 sha256:0cf3ab8787e823a65ed1113965293196b1092a45ae111fe13fbca547a86fb313
20:21:09 [2021-06-18T20:21:09.100Z] #51 ...
20:21:09 [2021-06-18T20:21:09.100Z] 
20:21:09 [2021-06-18T20:21:09.100Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:09 [2021-06-18T20:21:09.100Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:09 [2021-06-18T20:21:09.100Z] #43 30.32   CC       images/fifo.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 30.52   CC       images/remap-file-path.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 30.82   CC       images/eventfd.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 31.13   CC       images/eventpoll.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 31.49   CC       images/fh.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 31.86   CC       images/fsnotify.o
20:21:09 [2021-06-18T20:21:09.100Z] #43 32.45   CC       images/signalfd.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 32.82   CC       images/fs.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 33.12   CC       images/pstree.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 33.57   CC       images/pipe.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 33.90   CC       images/tcp-stream.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 34.23   CC       images/sk-packet.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 34.68   CC       images/mnt.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 35.06   CC       images/pipe-data.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 35.23   CC       images/sa.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 35.49   CC       images/timer.o
20:21:09 [2021-06-18T20:21:09.101Z] #43 ...
20:21:09 [2021-06-18T20:21:09.101Z] 
20:21:09 [2021-06-18T20:21:09.101Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:09 [2021-06-18T20:21:09.101Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:09 [2021-06-18T20:21:09.101Z] #45 66.71 text/template
20:21:09 [2021-06-18T20:21:09.101Z] #45 70.05 encoding/xml
20:21:09 [2021-06-18T20:21:09.101Z] #45 70.17 go/parser
20:21:09 [2021-06-18T20:21:09.101Z] #45 73.69 go/doc
20:21:09 [2021-06-18T20:21:09.101Z] #45 75.37 compress/gzip
20:21:09 [2021-06-18T20:21:09.338Z] #37 6.509 -- Detecting C compile features - done
20:21:09 [2021-06-18T20:21:09.338Z] #37 6.541 -- Performing Test HAS_BUILTIN_FORTIFY
20:21:09 [2021-06-18T20:21:09.362Z] #45 76.78 crypto/rand
20:21:09 [2021-06-18T20:21:09.362Z] #45 ...
20:21:09 [2021-06-18T20:21:09.362Z] 
20:21:09 [2021-06-18T20:21:09.362Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:09 [2021-06-18T20:21:09.362Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:21:09 [2021-06-18T20:21:09.362Z] #13 63.22 Selecting previously unselected package g++-mingw-w64-x86-64.
20:21:09 [2021-06-18T20:21:09.362Z] #13 63.24 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:21:09 [2021-06-18T20:21:09.362Z] #13 63.25 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:09 [2021-06-18T20:21:09.362Z] #13 ...
20:21:09 [2021-06-18T20:21:09.362Z] 
20:21:09 [2021-06-18T20:21:09.362Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:09 [2021-06-18T20:21:09.362Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:09 [2021-06-18T20:21:09.362Z] #43 35.81   CC       images/timerfd.o
20:21:09 [2021-06-18T20:21:09.492Z] #23 transferring context: 14.00MB 1.0s
20:21:09 [2021-06-18T20:21:09.625Z] #43 36.05   CC       images/mm.o
20:21:09 [2021-06-18T20:21:09.745Z] #2 transferring context: 87B done
20:21:09 [2021-06-18T20:21:09.745Z] #2 DONE 1.2s
20:21:09 [2021-06-18T20:21:09.745Z] 
20:21:09 [2021-06-18T20:21:09.745Z] #1 [internal] load build definition from Dockerfile
20:21:09 [2021-06-18T20:21:09.745Z] #1 sha256:54d56916156d6fb6e8711a69425805c1a1bec0c6edddb7a5f15d0de6e4d2bac9
20:21:09 [2021-06-18T20:21:09.745Z] #1 transferring dockerfile: 17.02kB done
20:21:09 [2021-06-18T20:21:09.745Z] #1 DONE 1.2s
20:21:09 [2021-06-18T20:21:09.745Z] 
20:21:09 [2021-06-18T20:21:09.745Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
20:21:09 [2021-06-18T20:21:09.745Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
20:21:09 [2021-06-18T20:21:09.887Z] #43 36.48   CC       images/sk-opts.o
20:21:09 [2021-06-18T20:21:09.907Z] #37 6.909 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:21:09 [2021-06-18T20:21:09.907Z] #37 7.048 -- Configuring done
20:21:09 [2021-06-18T20:21:09.907Z] #37 7.077 -- Generating done
20:21:09 [2021-06-18T20:21:09.907Z] #37 7.081 -- Build files have been written to: /tmp/tmp.Ealp1Ifc4E/tini
20:21:09 [2021-06-18T20:21:09.907Z] #37 7.100 + make tini-static
20:21:09 [2021-06-18T20:21:09.907Z] #37 ...
20:21:09 [2021-06-18T20:21:09.907Z] 
20:21:09 [2021-06-18T20:21:09.907Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:09 [2021-06-18T20:21:09.907Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:09 [2021-06-18T20:21:09.907Z] #13 67.72 Selecting previously unselected package mingw-w64-x86-64-dev.
20:21:09 [2021-06-18T20:21:09.907Z] #13 67.74 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:21:09 [2021-06-18T20:21:09.907Z] #13 67.75 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:21:10 [2021-06-18T20:21:10.002Z] #3 DONE 0.5s
20:21:10 [2021-06-18T20:21:10.002Z] 
20:21:10 [2021-06-18T20:21:10.002Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
20:21:10 [2021-06-18T20:21:10.002Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
20:21:10 [2021-06-18T20:21:10.002Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
20:21:10 [2021-06-18T20:21:10.002Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
20:21:10 [2021-06-18T20:21:10.002Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
20:21:10 [2021-06-18T20:21:10.002Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
20:21:10 [2021-06-18T20:21:10.002Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
20:21:10 [2021-06-18T20:21:10.150Z] #43 36.74   CC       images/sk-unix.o
20:21:10 [2021-06-18T20:21:10.284Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.2s
20:21:10 [2021-06-18T20:21:10.542Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s
20:21:10 [2021-06-18T20:21:10.542Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done
20:21:10 [2021-06-18T20:21:10.542Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
20:21:10 [2021-06-18T20:21:10.727Z] #43 ...
20:21:10 [2021-06-18T20:21:10.727Z] 
20:21:10 [2021-06-18T20:21:10.727Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:10 [2021-06-18T20:21:10.727Z] #51 sha256:180e912ce3007a28a0164feaa634a65e0b5f9c07dec0c0b3d5e019aceec359d9
20:21:10 [2021-06-18T20:21:10.727Z] #51 DONE 78.0s
20:21:10 [2021-06-18T20:21:10.727Z] 
20:21:10 [2021-06-18T20:21:10.727Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:10 [2021-06-18T20:21:10.727Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:10 [2021-06-18T20:21:10.727Z] #43 37.19   CC       images/sk-inet.o
20:21:11 [2021-06-18T20:21:11.106Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
20:21:11 [2021-06-18T20:21:11.106Z] #4 DONE 1.1s
20:21:11 [2021-06-18T20:21:11.301Z] #43 37.79   CC       images/tun.o
20:21:11 [2021-06-18T20:21:11.372Z] 
20:21:11 [2021-06-18T20:21:11.372Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:11 [2021-06-18T20:21:11.372Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
20:21:11 [2021-06-18T20:21:11.813Z] #13 ...
20:21:11 [2021-06-18T20:21:11.813Z] 
20:21:11 [2021-06-18T20:21:11.813Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:11 [2021-06-18T20:21:11.813Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:11 [2021-06-18T20:21:11.813Z] #45 64.78 regexp/syntax
20:21:11 [2021-06-18T20:21:11.813Z] #45 65.38 fmt
20:21:11 [2021-06-18T20:21:11.813Z] #45 70.42 regexp
20:21:11 [2021-06-18T20:21:11.813Z] #45 70.92 flag
20:21:11 [2021-06-18T20:21:11.813Z] #45 72.64 go/token
20:21:11 [2021-06-18T20:21:11.813Z] #45 73.58 go/scanner
20:21:11 [2021-06-18T20:21:11.813Z] #45 74.43 internal/lazyregexp
20:21:11 [2021-06-18T20:21:11.813Z] #45 74.70 net/url
20:21:11 [2021-06-18T20:21:11.813Z] #45 ...
20:21:11 [2021-06-18T20:21:11.813Z] 
20:21:11 [2021-06-18T20:21:11.813Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:11 [2021-06-18T20:21:11.813Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:11 [2021-06-18T20:21:11.813Z] #43 2.221 Note: Building without setproctitle() and strlcpy() support.
20:21:11 [2021-06-18T20:21:11.813Z] #43 2.221       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:21:11 [2021-06-18T20:21:11.813Z] #43 2.239 Note: Building without GnuTLS support
20:21:11 [2021-06-18T20:21:11.813Z] #43 2.264 Makefile.config:39: Warn: you have no libnftables installed
20:21:11 [2021-06-18T20:21:11.813Z] #43 2.264 Makefile.config:40: Warn: Building without nftables support
20:21:11 [2021-06-18T20:21:11.813Z] #43 4.154 fatal: not a git repository (or any of the parent directories): .git
20:21:11 [2021-06-18T20:21:11.813Z] #43 4.228   GEN      .gitid
20:21:11 [2021-06-18T20:21:11.813Z] #43 4.266   GEN      criu/include/version.h
20:21:11 [2021-06-18T20:21:11.813Z] #43 4.363   GEN      include/common/asm
20:21:11 [2021-06-18T20:21:11.813Z] #43 ...
20:21:11 [2021-06-18T20:21:11.813Z] 
20:21:11 [2021-06-18T20:21:11.813Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:11 [2021-06-18T20:21:11.813Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:11 [2021-06-18T20:21:11.813Z] #45 75.14 go/ast
20:21:11 [2021-06-18T20:21:11.875Z] #43 38.25   CC       images/sk-netlink.o
20:21:12 [2021-06-18T20:21:12.137Z] #43 38.62   CC       images/packet-sock.o
20:21:12 [2021-06-18T20:21:12.301Z] #8 DONE 0.8s
20:21:12 [2021-06-18T20:21:12.301Z] 
20:21:12 [2021-06-18T20:21:12.301Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:12 [2021-06-18T20:21:12.301Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
20:21:12 [2021-06-18T20:21:12.301Z] #6 DONE 0.7s
20:21:12 [2021-06-18T20:21:12.301Z] 
20:21:12 [2021-06-18T20:21:12.301Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:12 [2021-06-18T20:21:12.301Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
20:21:12 [2021-06-18T20:21:12.301Z] #7 DONE 0.8s
20:21:12 [2021-06-18T20:21:12.301Z] 
20:21:12 [2021-06-18T20:21:12.301Z] #5 [internal] load metadata for docker.io/library/debian:buster
20:21:12 [2021-06-18T20:21:12.301Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
20:21:12 [2021-06-18T20:21:12.301Z] #5 DONE 0.8s
20:21:12 [2021-06-18T20:21:12.711Z] #43 39.05   CC       images/ipc-var.o
20:21:12 [2021-06-18T20:21:12.711Z] #43 39.26   CC       images/ipc-desc.o
20:21:13 [2021-06-18T20:21:13.207Z] #45 ...
20:21:13 [2021-06-18T20:21:13.207Z] 
20:21:13 [2021-06-18T20:21:13.207Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:21:13 [2021-06-18T20:21:13.207Z] #37 sha256:78612e4ef65eb6b064f136e5bc1c40b45edb32e505883921aa4ef97ef4792a75
20:21:13 [2021-06-18T20:21:13.207Z] #37 7.700 Scanning dependencies of target tini-static
20:21:13 [2021-06-18T20:21:13.207Z] #37 7.785 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:21:13 [2021-06-18T20:21:13.207Z] #37 9.014 [100%] Linking C executable tini-static
20:21:13 [2021-06-18T20:21:13.207Z] #37 9.673 [100%] Built target tini-static
20:21:13 [2021-06-18T20:21:13.207Z] #37 9.758 + mkdir -p /build
20:21:13 [2021-06-18T20:21:13.207Z] #37 9.764 + cp tini-static /build/docker-init
20:21:13 [2021-06-18T20:21:13.207Z] #37 DONE 10.1s
20:21:13 [2021-06-18T20:21:13.207Z] 
20:21:13 [2021-06-18T20:21:13.207Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:13 [2021-06-18T20:21:13.207Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:13 [2021-06-18T20:21:13.207Z] #43 5.925   PBCC     images/timens.pb-c.c
20:21:13 [2021-06-18T20:21:13.207Z] #43 5.935   DEP      images/timens.pb-c.d
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.009   PBCC     images/fown.pb-c.c
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.021   PBCC     images/google/protobuf/descriptor.pb-c.c
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.122   PBCC     images/opts.pb-c.c
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.217   PBCC     images/memfd.pb-c.c
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.320   DEP      images/fown.pb-c.d
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.469   DEP      images/google/protobuf/descriptor.pb-c.d
20:21:13 [2021-06-18T20:21:13.207Z] #43 6.527   DEP      images/opts.pb-c.d
20:21:13 [2021-06-18T20:21:13.284Z] #43 39.60   CC       images/ipc-shm.o
20:21:13 [2021-06-18T20:21:13.466Z] #43 6.726   DEP      images/memfd.pb-c.d
20:21:13 [2021-06-18T20:21:13.466Z] #43 ...
20:21:13 [2021-06-18T20:21:13.466Z] 
20:21:13 [2021-06-18T20:21:13.466Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:13 [2021-06-18T20:21:13.466Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:21:13 [2021-06-18T20:21:13.466Z] #51 66.77 path/filepath
20:21:13 [2021-06-18T20:21:13.466Z] #51 67.82 encoding/binary
20:21:13 [2021-06-18T20:21:13.466Z] #51 68.21 fmt
20:21:13 [2021-06-18T20:21:13.466Z] #51 70.03 encoding/base64
20:21:13 [2021-06-18T20:21:13.466Z] #51 71.02 golang.org/x/sys/unix
20:21:13 [2021-06-18T20:21:13.466Z] #51 73.30 encoding/json
20:21:13 [2021-06-18T20:21:13.546Z] #43 39.91   CC       images/ipc-msg.o
20:21:13 [2021-06-18T20:21:13.677Z] 
20:21:13 [2021-06-18T20:21:13.677Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:13 [2021-06-18T20:21:13.677Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:13 [2021-06-18T20:21:13.677Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
20:21:13 [2021-06-18T20:21:13.677Z] #64 DONE 0.1s
20:21:13 [2021-06-18T20:21:13.677Z] 
20:21:13 [2021-06-18T20:21:13.677Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:13 [2021-06-18T20:21:13.677Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:13 [2021-06-18T20:21:13.677Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
20:21:13 [2021-06-18T20:21:13.677Z] #9 DONE 0.1s
20:21:13 [2021-06-18T20:21:13.677Z] 
20:21:13 [2021-06-18T20:21:13.677Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:13 [2021-06-18T20:21:13.677Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:13 [2021-06-18T20:21:13.677Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
20:21:13 [2021-06-18T20:21:13.677Z] #26 DONE 0.1s
20:21:13 [2021-06-18T20:21:13.677Z] 
20:21:13 [2021-06-18T20:21:13.677Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:13 [2021-06-18T20:21:13.677Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:13 [2021-06-18T20:21:13.677Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
20:21:13 [2021-06-18T20:21:13.677Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
20:21:13 [2021-06-18T20:21:13.677Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
20:21:13 [2021-06-18T20:21:13.677Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:13 [2021-06-18T20:21:13.725Z] #51 ...
20:21:13 [2021-06-18T20:21:13.725Z] 
20:21:13 [2021-06-18T20:21:13.725Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:13 [2021-06-18T20:21:13.725Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:13 [2021-06-18T20:21:13.725Z] #43 6.852   PBCC     images/sit.pb-c.c
20:21:13 [2021-06-18T20:21:13.808Z] #43 40.24   CC       images/ipc-sem.o
20:21:13 [2021-06-18T20:21:13.985Z] #43 6.992   DEP      images/sit.pb-c.d
20:21:13 [2021-06-18T20:21:13.985Z] #43 7.056   PBCC     images/macvlan.pb-c.c
20:21:13 [2021-06-18T20:21:13.985Z] #43 7.225   DEP      images/macvlan.pb-c.d
20:21:13 [2021-06-18T20:21:13.985Z] #43 ...
20:21:13 [2021-06-18T20:21:13.985Z] 
20:21:13 [2021-06-18T20:21:13.985Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:21:13 [2021-06-18T20:21:13.985Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:21:13 [2021-06-18T20:21:13.985Z] #34 67.17 io/ioutil
20:21:13 [2021-06-18T20:21:13.985Z] #34 69.39 github.com/BurntSushi/toml
20:21:13 [2021-06-18T20:21:13.985Z] #34 69.39 flag
20:21:13 [2021-06-18T20:21:13.985Z] #34 71.39 log
20:21:13 [2021-06-18T20:21:13.985Z] #34 73.82 github.com/BurntSushi/toml/cmd/tomlv
20:21:14 [2021-06-18T20:21:14.070Z] #43 40.55   CC       images/utsns.o
20:21:14 [2021-06-18T20:21:14.244Z] #34 ...
20:21:14 [2021-06-18T20:21:14.244Z] 
20:21:14 [2021-06-18T20:21:14.244Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:14 [2021-06-18T20:21:14.244Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:14 [2021-06-18T20:21:14.244Z] #43 7.305   PBCC     images/autofs.pb-c.c
20:21:14 [2021-06-18T20:21:14.244Z] #43 7.325   DEP      images/autofs.pb-c.d
20:21:14 [2021-06-18T20:21:14.244Z] #43 7.402   PBCC     images/sysctl.pb-c.c
20:21:14 [2021-06-18T20:21:14.244Z] #43 7.461   DEP      images/sysctl.pb-c.d
20:21:14 [2021-06-18T20:21:14.244Z] #43 7.524   PBCC     images/time.pb-c.c
20:21:14 [2021-06-18T20:21:14.332Z] #43 40.80   CC       images/creds.o
20:21:14 [2021-06-18T20:21:14.503Z] #43 7.609   DEP      images/time.pb-c.d
20:21:14 [2021-06-18T20:21:14.503Z] #43 7.642   PBCC     images/binfmt-misc.pb-c.c
20:21:14 [2021-06-18T20:21:14.503Z] #43 7.662   DEP      images/binfmt-misc.pb-c.d
20:21:14 [2021-06-18T20:21:14.503Z] #43 7.697   PBCC     images/seccomp.pb-c.c
20:21:14 [2021-06-18T20:21:14.503Z] #43 7.736   DEP      images/seccomp.pb-c.d
20:21:14 [2021-06-18T20:21:14.593Z] #43 41.01   CC       images/vma.o
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.793   PBCC     images/userns.pb-c.c
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.814   DEP      images/userns.pb-c.d
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.883   PBCC     images/cgroup.pb-c.c
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.914   DEP      images/cgroup.pb-c.d
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.965   PBCC     images/ext-file.pb-c.c
20:21:14 [2021-06-18T20:21:14.762Z] #43 7.993   DEP      images/ext-file.pb-c.d
20:21:14 [2021-06-18T20:21:14.762Z] #43 8.030   PBCC     images/rpc.pb-c.c
20:21:14 [2021-06-18T20:21:14.800Z] #23 transferring context: 53.13MB 6.2s
20:21:14 [2021-06-18T20:21:14.800Z] #23 ...
20:21:14 [2021-06-18T20:21:14.800Z] 
20:21:14 [2021-06-18T20:21:14.800Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:14 [2021-06-18T20:21:14.800Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.1s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.9s
20:21:14 [2021-06-18T20:21:14.800Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.4s
20:21:14 [2021-06-18T20:21:14.800Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.7s done
20:21:14 [2021-06-18T20:21:14.854Z] Client:
20:21:14 [2021-06-18T20:21:14.854Z]  Context:    default
20:21:14 [2021-06-18T20:21:14.854Z]  Debug Mode: false
20:21:14 [2021-06-18T20:21:14.854Z]  Plugins:
20:21:14 [2021-06-18T20:21:14.854Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
20:21:14 [2021-06-18T20:21:14.854Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
20:21:14 [2021-06-18T20:21:14.854Z]   scan: Docker Scan (Docker Inc., v0.7.0)
20:21:14 [2021-06-18T20:21:14.854Z] 
20:21:14 [2021-06-18T20:21:14.854Z] Server:
20:21:14 [2021-06-18T20:21:14.854Z]  Containers: 0
20:21:14 [2021-06-18T20:21:14.854Z]   Running: 0
20:21:14 [2021-06-18T20:21:14.854Z]   Paused: 0
20:21:14 [2021-06-18T20:21:14.854Z]   Stopped: 0
20:21:14 [2021-06-18T20:21:14.854Z]  Images: 0
20:21:14 [2021-06-18T20:21:14.854Z]  Server Version: 20.10.6
20:21:14 [2021-06-18T20:21:14.854Z]  Storage Driver: overlay2
20:21:14 [2021-06-18T20:21:14.854Z]   Backing Filesystem: extfs
20:21:14 [2021-06-18T20:21:14.854Z]   Supports d_type: true
20:21:14 [2021-06-18T20:21:14.854Z]   Native Overlay Diff: true
20:21:14 [2021-06-18T20:21:14.854Z]   userxattr: false
20:21:14 [2021-06-18T20:21:14.854Z]  Logging Driver: json-file
20:21:14 [2021-06-18T20:21:14.854Z]  Cgroup Driver: systemd
20:21:14 [2021-06-18T20:21:14.854Z]  Cgroup Version: 2
20:21:14 [2021-06-18T20:21:14.854Z]  Plugins:
20:21:14 [2021-06-18T20:21:14.854Z]   Volume: local
20:21:14 [2021-06-18T20:21:14.854Z]   Network: bridge host ipvlan macvlan null overlay
20:21:14 [2021-06-18T20:21:14.854Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:14 [2021-06-18T20:21:14.854Z]  Swarm: inactive
20:21:14 [2021-06-18T20:21:14.854Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
20:21:14 [2021-06-18T20:21:14.854Z]  Default Runtime: runc
20:21:14 [2021-06-18T20:21:14.854Z]  Init Binary: docker-init
20:21:14 [2021-06-18T20:21:14.854Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
20:21:14 [2021-06-18T20:21:14.854Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:21:14 [2021-06-18T20:21:14.854Z]  init version: de40ad0
20:21:14 [2021-06-18T20:21:14.854Z]  Security Options:
20:21:14 [2021-06-18T20:21:14.854Z]   apparmor
20:21:14 [2021-06-18T20:21:14.854Z]   seccomp
20:21:14 [2021-06-18T20:21:14.854Z]    Profile: default
20:21:14 [2021-06-18T20:21:14.854Z]   cgroupns
20:21:14 [2021-06-18T20:21:14.854Z]  Kernel Version: 5.4.0-1048-aws
20:21:14 [2021-06-18T20:21:14.854Z]  Operating System: Ubuntu 20.04.2 LTS
20:21:14 [2021-06-18T20:21:14.854Z]  OSType: linux
20:21:14 [2021-06-18T20:21:14.854Z]  Architecture: x86_64
20:21:14 [2021-06-18T20:21:14.854Z]  CPUs: 2
20:21:14 [2021-06-18T20:21:14.854Z]  Total Memory: 7.487GiB
20:21:14 [2021-06-18T20:21:14.854Z]  Name: ip-10-100-125-24
20:21:14 [2021-06-18T20:21:14.854Z]  ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP
20:21:14 [2021-06-18T20:21:14.854Z]  Docker Root Dir: /var/lib/docker
20:21:14 [2021-06-18T20:21:14.854Z]  Debug Mode: false
20:21:14 [2021-06-18T20:21:14.854Z]  Registry: https://index.docker.io/v1/
20:21:14 [2021-06-18T20:21:14.854Z]  Labels:
20:21:14 [2021-06-18T20:21:14.854Z]  Experimental: true
20:21:14 [2021-06-18T20:21:14.854Z]  Insecure Registries:
20:21:14 [2021-06-18T20:21:14.854Z]   127.0.0.0/8
20:21:14 [2021-06-18T20:21:14.854Z]  Live Restore Enabled: true
20:21:14 [2021-06-18T20:21:14.854Z] 
20:21:14 [2021-06-18T20:21:14.854Z] WARNING: No kernel memory limit support
20:21:14 [2021-06-18T20:21:14.854Z] WARNING: No oom kill disable support
20:21:14 [2021-06-18T20:21:14.854Z] #43 41.26   CC       images/netdev.o
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:15 [2021-06-18T20:21:15.021Z] #43 8.075   DEP      images/rpc.pb-c.d
20:21:15 [2021-06-18T20:21:15.021Z] #43 8.175   PBCC     images/siginfo.pb-c.c
20:21:15 [2021-06-18T20:21:15.021Z] #43 8.184   DEP      images/siginfo.pb-c.d
20:21:15 [2021-06-18T20:21:15.021Z] #43 8.236   PBCC     images/pagemap.pb-c.c
20:21:15 [2021-06-18T20:21:15.021Z] #43 8.281   DEP      images/pagemap.pb-c.d
20:21:15 [2021-06-18T20:21:15.189Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 .
20:21:15 [2021-06-18T20:21:15.189Z] #2 [internal] load .dockerignore
20:21:15 [2021-06-18T20:21:15.189Z] #2 sha256:6ffe717018d7660c7eabd46040604da6e0285882fd2fb4ac6d338a2ff59b859d
20:21:15 [2021-06-18T20:21:15.189Z] #2 transferring context:
20:21:15 [2021-06-18T20:21:15.280Z] #43 8.345   PBCC     images/rlimit.pb-c.c
20:21:15 [2021-06-18T20:21:15.280Z] #43 8.366   DEP      images/rlimit.pb-c.d
20:21:15 [2021-06-18T20:21:15.280Z] #43 8.418   PBCC     images/file-lock.pb-c.c
20:21:15 [2021-06-18T20:21:15.280Z] #43 8.465   DEP      images/file-lock.pb-c.d
20:21:15 [2021-06-18T20:21:15.280Z] #43 8.534   PBCC     images/tty.pb-c.c
20:21:15 [2021-06-18T20:21:15.369Z] #9 ...
20:21:15 [2021-06-18T20:21:15.369Z] 
20:21:15 [2021-06-18T20:21:15.369Z] #23 [internal] load build context
20:21:15 [2021-06-18T20:21:15.369Z] #23 sha256:0cf3ab8787e823a65ed1113965293196b1092a45ae111fe13fbca547a86fb313
20:21:15 [2021-06-18T20:21:15.369Z] #23 transferring context: 53.39MB 6.2s done
20:21:15 [2021-06-18T20:21:15.369Z] #23 DONE 6.8s
20:21:15 [2021-06-18T20:21:15.369Z] 
20:21:15 [2021-06-18T20:21:15.369Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:15 [2021-06-18T20:21:15.369Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:15 [2021-06-18T20:21:15.369Z] #9 ...
20:21:15 [2021-06-18T20:21:15.369Z] 
20:21:15 [2021-06-18T20:21:15.369Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:15 [2021-06-18T20:21:15.369Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:15 [2021-06-18T20:21:15.369Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
20:21:15 [2021-06-18T20:21:15.369Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:15 [2021-06-18T20:21:15.369Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
20:21:15 [2021-06-18T20:21:15.369Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
20:21:15 [2021-06-18T20:21:15.369Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done
20:21:15 [2021-06-18T20:21:15.369Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.6s done
20:21:15 [2021-06-18T20:21:15.369Z] #62 ...
20:21:15 [2021-06-18T20:21:15.369Z] 
20:21:15 [2021-06-18T20:21:15.369Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:15 [2021-06-18T20:21:15.370Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:15 [2021-06-18T20:21:15.428Z] #43 41.73   CC       images/tty.o
20:21:15 [2021-06-18T20:21:15.447Z] #2 transferring context: 87B done
20:21:15 [2021-06-18T20:21:15.447Z] #2 DONE 0.1s
20:21:15 [2021-06-18T20:21:15.447Z] 
20:21:15 [2021-06-18T20:21:15.447Z] #1 [internal] load build definition from Dockerfile
20:21:15 [2021-06-18T20:21:15.447Z] #1 sha256:418225a3ebd2fee8c8fecbfbbded9ee12d23ca9ff114c2f39419dfd8ae7c4c5e
20:21:15 [2021-06-18T20:21:15.447Z] #1 transferring dockerfile: 17.02kB done
20:21:15 [2021-06-18T20:21:15.447Z] #1 DONE 0.1s
20:21:15 [2021-06-18T20:21:15.447Z] 
20:21:15 [2021-06-18T20:21:15.447Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
20:21:15 [2021-06-18T20:21:15.447Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
20:21:15 [2021-06-18T20:21:15.539Z] #43 8.577   DEP      images/tty.pb-c.d
20:21:15 [2021-06-18T20:21:15.539Z] #43 8.671   PBCC     images/tun.pb-c.c
20:21:15 [2021-06-18T20:21:15.539Z] #43 ...
20:21:15 [2021-06-18T20:21:15.539Z] 
20:21:15 [2021-06-18T20:21:15.539Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:21:15 [2021-06-18T20:21:15.539Z] #34 sha256:becb9cc71dac3f716332506d7371eecc5deb4b53da3d77945093491d90b5e294
20:21:15 [2021-06-18T20:21:15.539Z] #34 DONE 78.7s
20:21:15 [2021-06-18T20:21:15.539Z] 
20:21:15 [2021-06-18T20:21:15.539Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:15 [2021-06-18T20:21:15.539Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:15 [2021-06-18T20:21:15.539Z] #43 8.796   PBCC     images/netdev.pb-c.c
20:21:15 [2021-06-18T20:21:15.797Z] #43 8.942   DEP      images/tun.pb-c.d
20:21:15 [2021-06-18T20:21:15.797Z] #43 9.004   DEP      images/netdev.pb-c.d
20:21:16 [2021-06-18T20:21:16.000Z] #43 42.33   CC       images/file-lock.o
20:21:16 [2021-06-18T20:21:16.000Z] #43 42.50   CC       images/rlimit.o
20:21:16 [2021-06-18T20:21:16.023Z] #3 DONE 0.4s
20:21:16 [2021-06-18T20:21:16.023Z] 
20:21:16 [2021-06-18T20:21:16.023Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
20:21:16 [2021-06-18T20:21:16.023Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
20:21:16 [2021-06-18T20:21:16.023Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
20:21:16 [2021-06-18T20:21:16.023Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
20:21:16 [2021-06-18T20:21:16.023Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
20:21:16 [2021-06-18T20:21:16.023Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
20:21:16 [2021-06-18T20:21:16.023Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
20:21:16 [2021-06-18T20:21:16.057Z] #43 9.130   PBCC     images/vma.pb-c.c
20:21:16 [2021-06-18T20:21:16.057Z] #43 9.230   DEP      images/vma.pb-c.d
20:21:16 [2021-06-18T20:21:16.057Z] #43 9.313   PBCC     images/creds.pb-c.c
20:21:16 [2021-06-18T20:21:16.262Z] #43 42.77   CC       images/pagemap.o
20:21:16 [2021-06-18T20:21:16.281Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
20:21:16 [2021-06-18T20:21:16.281Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
20:21:16 [2021-06-18T20:21:16.307Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.4s done
20:21:16 [2021-06-18T20:21:16.385Z] #43 9.422   DEP      images/creds.pb-c.d
20:21:16 [2021-06-18T20:21:16.385Z] #43 9.495   PBCC     images/utsns.pb-c.c
20:21:16 [2021-06-18T20:21:16.385Z] #43 9.569   DEP      images/utsns.pb-c.d
20:21:16 [2021-06-18T20:21:16.528Z] #43 ...
20:21:16 [2021-06-18T20:21:16.528Z] 
20:21:16 [2021-06-18T20:21:16.528Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:16 [2021-06-18T20:21:16.528Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.62 Selecting previously unselected package libapparmor1:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.63 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.63 Unpacking libapparmor1:arm64 (2.13.2-10) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.74 Selecting previously unselected package libapparmor-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.74 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.75 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.96 Selecting previously unselected package libbtrfs0.
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.97 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 75.98 Unpacking libbtrfs0 (4.20.1-2) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.06 Selecting previously unselected package libbtrfs-dev.
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.08 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.09 Unpacking libbtrfs-dev (4.20.1-2) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.25 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.28 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.29 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.42 Selecting previously unselected package libudev-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.43 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.44 Unpacking libudev-dev:arm64 (241-7~deb10u7) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.63 Selecting previously unselected package libsepol1-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.64 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 76.66 Unpacking libsepol1-dev:arm64 (2.8-1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.01 Selecting previously unselected package libpcre16-3:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.01 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.02 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.22 Selecting previously unselected package libpcre32-3:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.23 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.26 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.52 Selecting previously unselected package libpcrecpp0v5:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.52 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.53 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.65 Selecting previously unselected package libpcre3-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.66 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 77.67 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.18 Selecting previously unselected package libselinux1-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.20 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.23 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.57 Selecting previously unselected package libdevmapper-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.60 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.60 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.74 Selecting previously unselected package libseccomp-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.77 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.79 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 78.97 Selecting previously unselected package libsystemd-dev:arm64.
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.00 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.01 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.58 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.60 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.61 Setting up libapparmor1:arm64 (2.13.2-10) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.63 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.64 Setting up libpcre16-3:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.66 Setting up libsepol1-dev:arm64 (2.8-1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.67 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.69 Setting up libbtrfs0 (4.20.1-2) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.71 Setting up libpcre32-3:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.72 Setting up libudev-dev:arm64 (241-7~deb10u7) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.74 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.77 Setting up libbtrfs-dev (4.20.1-2) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.78 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.80 Setting up mingw-w64-common (6.0.0-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.82 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.83 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.85 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.86 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.90 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.91 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.93 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.95 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.96 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:21:16 [2021-06-18T20:21:16.528Z] #13 79.98 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.01 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.03 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.06 Setting up dmsetup (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.08 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.09 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:21:16 [2021-06-18T20:21:16.528Z] #13 80.11 Processing triggers for libc-bin (2.28-10) ...
20:21:16 [2021-06-18T20:21:16.544Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
20:21:16 [2021-06-18T20:21:16.657Z] #43 9.677   PBCC     images/ipc-desc.pb-c.c
20:21:16 [2021-06-18T20:21:16.657Z] #43 9.833   PBCC     images/ipc-sem.pb-c.c
20:21:16 [2021-06-18T20:21:16.657Z] #43 9.940   DEP      images/ipc-desc.pb-c.d
20:21:16 [2021-06-18T20:21:16.803Z] #4 DONE 0.7s
20:21:16 [2021-06-18T20:21:16.803Z] 
20:21:16 [2021-06-18T20:21:16.803Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:16 [2021-06-18T20:21:16.803Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
20:21:16 [2021-06-18T20:21:16.878Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.7s done
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.02   DEP      images/ipc-sem.pb-c.d
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.08   PBCC     images/ipc-msg.pb-c.c
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.12   DEP      images/ipc-msg.pb-c.d
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.16   PBCC     images/ipc-shm.pb-c.c
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.19   DEP      images/ipc-shm.pb-c.d
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.23   PBCC     images/ipc-var.pb-c.c
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.25   DEP      images/ipc-var.pb-c.d
20:21:16 [2021-06-18T20:21:16.932Z] #43 10.30   PBCC     images/sk-opts.pb-c.c
20:21:16 [2021-06-18T20:21:16.967Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 3.4s
20:21:16 [2021-06-18T20:21:16.967Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 3.5s
20:21:17 [2021-06-18T20:21:17.101Z] #13 DONE 80.6s
20:21:17 [2021-06-18T20:21:17.101Z] 
20:21:17 [2021-06-18T20:21:17.101Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:17 [2021-06-18T20:21:17.101Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:17 [2021-06-18T20:21:17.101Z] #43 43.11   CC       images/siginfo.o
20:21:17 [2021-06-18T20:21:17.101Z] #43 43.49   CC       images/rpc.o
20:21:17 [2021-06-18T20:21:17.142Z] #9 ...
20:21:17 [2021-06-18T20:21:17.142Z] 
20:21:17 [2021-06-18T20:21:17.142Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:17 [2021-06-18T20:21:17.142Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:17 [2021-06-18T20:21:17.142Z] #62 DONE 8.5s
20:21:17 [2021-06-18T20:21:17.142Z] 
20:21:17 [2021-06-18T20:21:17.142Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:17 [2021-06-18T20:21:17.142Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:17 [2021-06-18T20:21:17.142Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
20:21:17 [2021-06-18T20:21:17.142Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
20:21:17 [2021-06-18T20:21:17.142Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
20:21:17 [2021-06-18T20:21:17.142Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:17 [2021-06-18T20:21:17.142Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.4s done
20:21:17 [2021-06-18T20:21:17.142Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done
20:21:17 [2021-06-18T20:21:17.142Z] #64 DONE 8.7s
20:21:17 [2021-06-18T20:21:17.142Z] 
20:21:17 [2021-06-18T20:21:17.142Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:17 [2021-06-18T20:21:17.142Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:17 [2021-06-18T20:21:17.142Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.32   PBCC     images/packet-sock.pb-c.c
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.41   DEP      images/sk-opts.pb-c.d
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.42   DEP      images/packet-sock.pb-c.d
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.43   PBCC     images/sk-netlink.pb-c.c
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.44   DEP      images/sk-netlink.pb-c.d
20:21:17 [2021-06-18T20:21:17.191Z] #43 10.51   PBCC     images/sk-inet.pb-c.c
20:21:17 [2021-06-18T20:21:17.224Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 3.7s
20:21:17 [2021-06-18T20:21:17.450Z] #43 10.56   DEP      images/sk-inet.pb-c.d
20:21:17 [2021-06-18T20:21:17.450Z] #43 10.66   PBCC     images/sk-unix.pb-c.c
20:21:17 [2021-06-18T20:21:17.450Z] #43 10.71   DEP      images/sk-unix.pb-c.d
20:21:17 [2021-06-18T20:21:17.450Z] #43 10.76   PBCC     images/mm.pb-c.c
20:21:17 [2021-06-18T20:21:17.481Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 7.34MB / 9.86MB 3.8s
20:21:17 [2021-06-18T20:21:17.481Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.0s
20:21:17 [2021-06-18T20:21:17.711Z] #43 10.80   DEP      images/mm.pb-c.d
20:21:17 [2021-06-18T20:21:17.711Z] #43 10.87   PBCC     images/timerfd.pb-c.c
20:21:17 [2021-06-18T20:21:17.711Z] #43 10.91   DEP      images/timerfd.pb-c.d
20:21:17 [2021-06-18T20:21:17.711Z] #43 10.97   PBCC     images/timer.pb-c.c
20:21:17 [2021-06-18T20:21:17.711Z] #43 10.99   DEP      images/timer.pb-c.d
20:21:17 [2021-06-18T20:21:17.737Z] #8 ...
20:21:17 [2021-06-18T20:21:17.737Z] 
20:21:17 [2021-06-18T20:21:17.737Z] #5 [internal] load metadata for docker.io/library/debian:buster
20:21:17 [2021-06-18T20:21:17.737Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
20:21:17 [2021-06-18T20:21:17.737Z] #5 DONE 1.0s
20:21:17 [2021-06-18T20:21:17.737Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.1s done
20:21:17 [2021-06-18T20:21:17.737Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
20:21:17 [2021-06-18T20:21:17.969Z] #43 11.06   PBCC     images/sa.pb-c.c
20:21:17 [2021-06-18T20:21:17.969Z] #43 11.10   DEP      images/sa.pb-c.d
20:21:17 [2021-06-18T20:21:17.969Z] #43 11.16   PBCC     images/pipe-data.pb-c.c
20:21:17 [2021-06-18T20:21:17.969Z] #43 11.20   DEP      images/pipe-data.pb-c.d
20:21:17 [2021-06-18T20:21:17.969Z] #43 11.23   PBCC     images/mnt.pb-c.c
20:21:17 [2021-06-18T20:21:17.996Z] 
20:21:17 [2021-06-18T20:21:17.996Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:17 [2021-06-18T20:21:17.996Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
20:21:17 [2021-06-18T20:21:17.996Z] #6 DONE 1.1s
20:21:17 [2021-06-18T20:21:17.996Z] 
20:21:17 [2021-06-18T20:21:17.996Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:21:17 [2021-06-18T20:21:17.996Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
20:21:17 [2021-06-18T20:21:17.996Z] #7 DONE 1.1s
20:21:17 [2021-06-18T20:21:17.996Z] 
20:21:17 [2021-06-18T20:21:17.996Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:17 [2021-06-18T20:21:17.996Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
20:21:17 [2021-06-18T20:21:17.996Z] #8 DONE 1.1s
20:21:18 [2021-06-18T20:21:18.080Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.28   DEP      images/mnt.pb-c.d
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.36   PBCC     images/sk-packet.pb-c.c
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.40   DEP      images/sk-packet.pb-c.d
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.48   PBCC     images/tcp-stream.pb-c.c
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.54   DEP      images/tcp-stream.pb-c.d
20:21:18 [2021-06-18T20:21:18.227Z] #43 11.58   PBCC     images/pipe.pb-c.c
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.65   DEP      images/pipe.pb-c.d
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.72   PBCC     images/pstree.pb-c.c
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.73   DEP      images/pstree.pb-c.d
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.78   PBCC     images/fs.pb-c.c
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.80   DEP      images/fs.pb-c.d
20:21:18 [2021-06-18T20:21:18.486Z] #43 11.84   PBCC     images/signalfd.pb-c.c
20:21:18 [2021-06-18T20:21:18.652Z] #9 ...
20:21:18 [2021-06-18T20:21:18.652Z] 
20:21:18 [2021-06-18T20:21:18.652Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:18 [2021-06-18T20:21:18.652Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:18 [2021-06-18T20:21:18.652Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
20:21:18 [2021-06-18T20:21:18.652Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
20:21:18 [2021-06-18T20:21:18.652Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
20:21:18 [2021-06-18T20:21:18.652Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
20:21:18 [2021-06-18T20:21:18.652Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 7.9s done
20:21:18 [2021-06-18T20:21:18.652Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 1.8s
20:21:18 [2021-06-18T20:21:18.652Z] #26 ...
20:21:18 [2021-06-18T20:21:18.652Z] 
20:21:18 [2021-06-18T20:21:18.652Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:18 [2021-06-18T20:21:18.652Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:18 [2021-06-18T20:21:18.652Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:21:18 [2021-06-18T20:21:18.744Z] #43 11.89   DEP      images/signalfd.pb-c.d
20:21:18 [2021-06-18T20:21:18.744Z] #43 11.97   PBCC     images/fh.pb-c.c
20:21:18 [2021-06-18T20:21:18.744Z] #43 12.03   PBCC     images/fsnotify.pb-c.c
20:21:18 [2021-06-18T20:21:18.744Z] #43 12.08   DEP      images/fh.pb-c.d
20:21:18 [2021-06-18T20:21:18.913Z] #9 ...
20:21:18 [2021-06-18T20:21:18.913Z] 
20:21:18 [2021-06-18T20:21:18.913Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
20:21:18 [2021-06-18T20:21:18.913Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
20:21:18 [2021-06-18T20:21:18.913Z] #63 DONE 1.2s
20:21:18 [2021-06-18T20:21:18.913Z] 
20:21:18 [2021-06-18T20:21:18.913Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:18 [2021-06-18T20:21:18.913Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.11   DEP      images/fsnotify.pb-c.d
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.17   PBCC     images/eventpoll.pb-c.c
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.20   DEP      images/eventpoll.pb-c.d
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.25   PBCC     images/eventfd.pb-c.c
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.27   DEP      images/eventfd.pb-c.d
20:21:19 [2021-06-18T20:21:19.003Z] #43 12.31   PBCC     images/remap-file-path.pb-c.c
20:21:19 [2021-06-18T20:21:19.104Z] #62 ...
20:21:19 [2021-06-18T20:21:19.104Z] 
20:21:19 [2021-06-18T20:21:19.104Z] #23 [internal] load build context
20:21:19 [2021-06-18T20:21:19.104Z] #23 sha256:4cea053263f27786f8aa3dc99f130117636d0af7876805289d2a4fc2c7f522d5
20:21:19 [2021-06-18T20:21:19.104Z] #23 transferring context: 53.39MB 5.3s done
20:21:19 [2021-06-18T20:21:19.104Z] #23 DONE 5.5s
20:21:19 [2021-06-18T20:21:19.104Z] 
20:21:19 [2021-06-18T20:21:19.104Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:19 [2021-06-18T20:21:19.104Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:19 [2021-06-18T20:21:19.104Z] #62 ...
20:21:19 [2021-06-18T20:21:19.104Z] 
20:21:19 [2021-06-18T20:21:19.104Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.3s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.9s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.2s
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.9s done
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.66MB / 120.17MB 5.4s
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 106.95MB / 120.17MB 5.6s
20:21:19 [2021-06-18T20:21:19.104Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 5.7s
20:21:19 [2021-06-18T20:21:19.261Z] #43 12.34   DEP      images/remap-file-path.pb-c.d
20:21:19 [2021-06-18T20:21:19.261Z] #43 12.36   PBCC     images/fifo.pb-c.c
20:21:19 [2021-06-18T20:21:19.261Z] #43 12.38   DEP      images/fifo.pb-c.d
20:21:19 [2021-06-18T20:21:19.261Z] #43 12.44   PBCC     images/ghost-file.pb-c.c
20:21:19 [2021-06-18T20:21:19.261Z] #43 12.49   DEP      images/ghost-file.pb-c.d
20:21:19 [2021-06-18T20:21:19.483Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.57   PBCC     images/regfile.pb-c.c
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.65   DEP      images/regfile.pb-c.d
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.70   PBCC     images/ns.pb-c.c
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.72   DEP      images/ns.pb-c.d
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.75   PBCC     images/fdinfo.pb-c.c
20:21:19 [2021-06-18T20:21:19.526Z] #43 12.83   DEP      images/fdinfo.pb-c.d
20:21:19 [2021-06-18T20:21:19.650Z] #43 ...
20:21:19 [2021-06-18T20:21:19.650Z] 
20:21:19 [2021-06-18T20:21:19.650Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:21:19 [2021-06-18T20:21:19.650Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c
20:21:19 [2021-06-18T20:21:19.650Z] #14 DONE 2.0s
20:21:19 [2021-06-18T20:21:19.650Z] 
20:21:19 [2021-06-18T20:21:19.650Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:19 [2021-06-18T20:21:19.650Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:19 [2021-06-18T20:21:19.650Z] #43 45.60   CC       images/ext-file.o
20:21:19 [2021-06-18T20:21:19.650Z] #43 46.04   CC       images/cgroup.o
20:21:19 [2021-06-18T20:21:19.669Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.1s
20:21:19 [2021-06-18T20:21:19.669Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.3s done
20:21:19 [2021-06-18T20:21:19.785Z] #43 12.87   PBCC     images/core-aarch64.pb-c.c
20:21:19 [2021-06-18T20:21:19.785Z] #43 12.93   PBCC     images/core-arm.pb-c.c
20:21:19 [2021-06-18T20:21:19.785Z] #43 12.97   PBCC     images/core-ppc64.pb-c.c
20:21:19 [2021-06-18T20:21:19.785Z] #43 13.02   PBCC     images/core-s390.pb-c.c
20:21:19 [2021-06-18T20:21:19.785Z] #43 13.11   PBCC     images/core-x86.pb-c.c
20:21:19 [2021-06-18T20:21:19.904Z] 
20:21:19 [2021-06-18T20:21:19.904Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:19 [2021-06-18T20:21:19.904Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:19 [2021-06-18T20:21:19.904Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
20:21:19 [2021-06-18T20:21:19.904Z] #64 DONE 0.0s
20:21:19 [2021-06-18T20:21:19.904Z] 
20:21:19 [2021-06-18T20:21:19.904Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:19 [2021-06-18T20:21:19.904Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:19 [2021-06-18T20:21:19.904Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
20:21:19 [2021-06-18T20:21:19.904Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:19 [2021-06-18T20:21:19.904Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:21:20 [2021-06-18T20:21:20.043Z] #43 13.17   PBCC     images/core.pb-c.c
20:21:20 [2021-06-18T20:21:20.043Z] #43 13.27   PBCC     images/inventory.pb-c.c
20:21:20 [2021-06-18T20:21:20.043Z] #43 13.35   DEP      images/core-aarch64.pb-c.d
20:21:20 [2021-06-18T20:21:20.043Z] #43 13.39   DEP      images/core-arm.pb-c.d
20:21:20 [2021-06-18T20:21:20.053Z] #9 ...
20:21:20 [2021-06-18T20:21:20.053Z] 
20:21:20 [2021-06-18T20:21:20.053Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
20:21:20 [2021-06-18T20:21:20.053Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
20:21:20 [2021-06-18T20:21:20.053Z] #65 DONE 1.1s
20:21:20 [2021-06-18T20:21:20.053Z] 
20:21:20 [2021-06-18T20:21:20.053Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:20 [2021-06-18T20:21:20.053Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:20 [2021-06-18T20:21:20.053Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:21:20 [2021-06-18T20:21:20.164Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:21:20 [2021-06-18T20:21:20.223Z] #43 ...
20:21:20 [2021-06-18T20:21:20.223Z] 
20:21:20 [2021-06-18T20:21:20.223Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:20 [2021-06-18T20:21:20.223Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:20 [2021-06-18T20:21:20.223Z] #45 77.61 crypto/elliptic
20:21:20 [2021-06-18T20:21:20.223Z] #45 78.52 github.com/LK4D4/vndr/build
20:21:20 [2021-06-18T20:21:20.223Z] #45 80.16 encoding/asn1
20:21:20 [2021-06-18T20:21:20.223Z] #45 81.42 vendor/golang.org/x/text/unicode/norm
20:21:20 [2021-06-18T20:21:20.223Z] #45 82.56 crypto/x509/pkix
20:21:20 [2021-06-18T20:21:20.223Z] #45 82.59 vendor/golang.org/x/crypto/cryptobyte
20:21:20 [2021-06-18T20:21:20.223Z] #45 83.45 mime
20:21:20 [2021-06-18T20:21:20.223Z] #45 85.63 net/http/internal
20:21:20 [2021-06-18T20:21:20.223Z] #45 87.25 vendor/golang.org/x/net/idna
20:21:20 [2021-06-18T20:21:20.223Z] #45 ...
20:21:20 [2021-06-18T20:21:20.223Z] 
20:21:20 [2021-06-18T20:21:20.223Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:21:20 [2021-06-18T20:21:20.223Z] #53 sha256:c6a26028869158b32c1ce39878613725fe9d0c7d4295693de8ec51dc7f76c7f0
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.008 + RM_GOPATH=0
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.008 + TMP_GOPATH=
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.008 + : /build
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.009 + '[' -z '' ']'
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.009 ++ mktemp -d
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.012 + export GOPATH=/tmp/tmp.1jGdLHueUW
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.013 + GOPATH=/tmp/tmp.1jGdLHueUW
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.013 + RM_GOPATH=1
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.014 + case "$(go env GOARCH)" in
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.016 ++ go env GOARCH
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.044 + export GO_BUILDMODE=-buildmode=pie
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.044 + GO_BUILDMODE=-buildmode=pie
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.049 ++ dirname /tmp/install/install.sh
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.051 + dir=/tmp/install
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.051 + bin=runc
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.051 + shift
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.052 + '[' '!' -f /tmp/install/runc.installer ']'
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.052 + . /tmp/install/runc.installer
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.054 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.057 + install_runc
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.081 + grep -q '^3\.10\.0.*\.el7\.'
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.083 + uname -r
20:21:20 [2021-06-18T20:21:20.223Z] #53 2.089 + RUNC_BUILDTAGS='seccomp '
20:21:20 [2021-06-18T20:21:20.224Z] #53 2.089 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
20:21:20 [2021-06-18T20:21:20.224Z] #53 2.089 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1jGdLHueUW/src/github.com/opencontainers/runc
20:21:20 [2021-06-18T20:21:20.224Z] #53 2.090 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
20:21:20 [2021-06-18T20:21:20.224Z] #53 2.157 Cloning into '/tmp/tmp.1jGdLHueUW/src/github.com/opencontainers/runc'...
20:21:20 [2021-06-18T20:21:20.302Z] #43 13.45   DEP      images/core-ppc64.pb-c.d
20:21:20 [2021-06-18T20:21:20.302Z] #43 13.49   DEP      images/core-s390.pb-c.d
20:21:20 [2021-06-18T20:21:20.302Z] #43 13.54   DEP      images/core-x86.pb-c.d
20:21:20 [2021-06-18T20:21:20.302Z] #43 13.59   DEP      images/core.pb-c.d
20:21:20 [2021-06-18T20:21:20.426Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.05MB / 50.40MB 0.2s
20:21:20 [2021-06-18T20:21:20.426Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.3s
20:21:20 [2021-06-18T20:21:20.561Z] #43 13.67   DEP      images/inventory.pb-c.d
20:21:20 [2021-06-18T20:21:20.561Z] #43 13.76   PBCC     images/cpuinfo.pb-c.c
20:21:20 [2021-06-18T20:21:20.561Z] #43 13.79   DEP      images/cpuinfo.pb-c.d
20:21:20 [2021-06-18T20:21:20.561Z] #43 13.83   PBCC     images/stats.pb-c.c
20:21:20 [2021-06-18T20:21:20.561Z] #43 13.87   DEP      images/stats.pb-c.d
20:21:20 [2021-06-18T20:21:20.691Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.6s
20:21:20 [2021-06-18T20:21:20.691Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s
20:21:20 [2021-06-18T20:21:20.691Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.19MB / 10.00MB 0.6s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 22.02MB / 50.40MB 0.7s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.44MB / 10.00MB 0.7s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.65MB / 50.40MB 0.8s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.8s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s
20:21:20 [2021-06-18T20:21:20.959Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.15MB / 51.83MB 0.9s
20:21:20 [2021-06-18T20:21:20.993Z] #9 ...
20:21:20 [2021-06-18T20:21:20.993Z] 
20:21:20 [2021-06-18T20:21:20.993Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:20 [2021-06-18T20:21:20.993Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:20 [2021-06-18T20:21:20.993Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 3.5s done
20:21:20 [2021-06-18T20:21:20.993Z] #26 DONE 12.5s
20:21:20 [2021-06-18T20:21:20.993Z] 
20:21:20 [2021-06-18T20:21:20.993Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:20 [2021-06-18T20:21:20.993Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:21 [2021-06-18T20:21:21.043Z] #9 ...
20:21:21 [2021-06-18T20:21:21.043Z] 
20:21:21 [2021-06-18T20:21:21.043Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:21 [2021-06-18T20:21:21.043Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:21 [2021-06-18T20:21:21.043Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.0s done
20:21:21 [2021-06-18T20:21:21.043Z] #62 DONE 7.4s
20:21:21 [2021-06-18T20:21:21.043Z] 
20:21:21 [2021-06-18T20:21:21.043Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:21 [2021-06-18T20:21:21.043Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:21 [2021-06-18T20:21:21.043Z] #9 ...
20:21:21 [2021-06-18T20:21:21.043Z] 
20:21:21 [2021-06-18T20:21:21.043Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:21 [2021-06-18T20:21:21.043Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:21 [2021-06-18T20:21:21.044Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
20:21:21 [2021-06-18T20:21:21.044Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:21 [2021-06-18T20:21:21.044Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
20:21:21 [2021-06-18T20:21:21.044Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.3s done
20:21:21 [2021-06-18T20:21:21.044Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.9s
20:21:21 [2021-06-18T20:21:21.044Z] #64 ...
20:21:21 [2021-06-18T20:21:21.044Z] 
20:21:21 [2021-06-18T20:21:21.044Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:21 [2021-06-18T20:21:21.044Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:21 [2021-06-18T20:21:21.173Z] #53 ...
20:21:21 [2021-06-18T20:21:21.174Z] 
20:21:21 [2021-06-18T20:21:21.174Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:21:21 [2021-06-18T20:21:21.174Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
20:21:21 [2021-06-18T20:21:21.174Z] #15 DONE 1.8s
20:21:21 [2021-06-18T20:21:21.174Z] 
20:21:21 [2021-06-18T20:21:21.174Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:21:21 [2021-06-18T20:21:21.174Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1
20:21:21 [2021-06-18T20:21:21.233Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.73MB / 51.83MB 1.0s
20:21:21 [2021-06-18T20:21:21.233Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.99MB / 50.40MB 1.1s
20:21:21 [2021-06-18T20:21:21.233Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 22.13MB / 51.83MB 1.1s
20:21:21 [2021-06-18T20:21:21.301Z] #9 ...
20:21:21 [2021-06-18T20:21:21.301Z] 
20:21:21 [2021-06-18T20:21:21.301Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:21 [2021-06-18T20:21:21.301Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:21 [2021-06-18T20:21:21.302Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.1s done
20:21:21 [2021-06-18T20:21:21.302Z] #64 DONE 7.8s
20:21:21 [2021-06-18T20:21:21.302Z] 
20:21:21 [2021-06-18T20:21:21.302Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:21 [2021-06-18T20:21:21.302Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s done
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 1.2s
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.2s
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 1.3s
20:21:21 [2021-06-18T20:21:21.497Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.34MB / 68.67MB 1.3s
20:21:21 [2021-06-18T20:21:21.758Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.5s
20:21:21 [2021-06-18T20:21:21.758Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.02MB / 68.67MB 1.5s
20:21:21 [2021-06-18T20:21:21.758Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 33.55MB / 68.67MB 1.6s
20:21:22 [2021-06-18T20:21:22.019Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 1.7s
20:21:22 [2021-06-18T20:21:22.019Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
20:21:22 [2021-06-18T20:21:22.277Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 2.0s
20:21:22 [2021-06-18T20:21:22.277Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.1s
20:21:22 [2021-06-18T20:21:22.277Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 2.1s
20:21:22 [2021-06-18T20:21:22.277Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.3s
20:21:22 [2021-06-18T20:21:22.463Z] #43 15.41 make[1]: Nothing to be done for 'all'.
20:21:22 [2021-06-18T20:21:22.537Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.3s done
20:21:22 [2021-06-18T20:21:22.537Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s
20:21:22 [2021-06-18T20:21:22.563Z] #16 1.561 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:21:22 [2021-06-18T20:21:22.674Z] #9 ...
20:21:22 [2021-06-18T20:21:22.674Z] 
20:21:22 [2021-06-18T20:21:22.674Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
20:21:22 [2021-06-18T20:21:22.674Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
20:21:22 [2021-06-18T20:21:22.674Z] #63 DONE 0.6s
20:21:22 [2021-06-18T20:21:22.674Z] 
20:21:22 [2021-06-18T20:21:22.674Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:22 [2021-06-18T20:21:22.674Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:22 [2021-06-18T20:21:22.828Z] #16 DONE 1.7s
20:21:22 [2021-06-18T20:21:22.828Z] 
20:21:22 [2021-06-18T20:21:22.828Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:21:22 [2021-06-18T20:21:22.828Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
20:21:23 [2021-06-18T20:21:23.238Z] #9 ...
20:21:23 [2021-06-18T20:21:23.238Z] 
20:21:23 [2021-06-18T20:21:23.238Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
20:21:23 [2021-06-18T20:21:23.238Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
20:21:23 [2021-06-18T20:21:23.238Z] #65 DONE 0.5s
20:21:23 [2021-06-18T20:21:23.238Z] 
20:21:23 [2021-06-18T20:21:23.238Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:23 [2021-06-18T20:21:23.238Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:23 [2021-06-18T20:21:23.476Z] #9 ...
20:21:23 [2021-06-18T20:21:23.476Z] 
20:21:23 [2021-06-18T20:21:23.476Z] #23 [internal] load build context
20:21:23 [2021-06-18T20:21:23.476Z] #23 sha256:0888fb177bb3ecbb354652b0d20f21e10b455657fecb99d372208ee3f2d34846
20:21:23 [2021-06-18T20:21:23.476Z] #23 transferring context: 53.38MB 3.2s done
20:21:23 [2021-06-18T20:21:23.476Z] #23 DONE 3.5s
20:21:23 [2021-06-18T20:21:23.476Z] 
20:21:23 [2021-06-18T20:21:23.476Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s done
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.29MB / 120.17MB 3.2s
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.44MB / 120.17MB 3.3s
20:21:23 [2021-06-18T20:21:23.476Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.02MB / 120.17MB 3.4s
20:21:23 [2021-06-18T20:21:23.496Z] #9 ...
20:21:23 [2021-06-18T20:21:23.496Z] 
20:21:23 [2021-06-18T20:21:23.496Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:23 [2021-06-18T20:21:23.496Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:23 [2021-06-18T20:21:23.496Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
20:21:23 [2021-06-18T20:21:23.496Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
20:21:23 [2021-06-18T20:21:23.496Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
20:21:23 [2021-06-18T20:21:23.496Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 5.1s done
20:21:23 [2021-06-18T20:21:23.496Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.6s
20:21:23 [2021-06-18T20:21:23.735Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 28.31MB / 120.17MB 3.5s
20:21:23 [2021-06-18T20:21:23.735Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.85MB / 120.17MB 3.6s
20:21:23 [2021-06-18T20:21:23.754Z] #26 ...
20:21:23 [2021-06-18T20:21:23.754Z] 
20:21:23 [2021-06-18T20:21:23.754Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:23 [2021-06-18T20:21:23.754Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:23 [2021-06-18T20:21:23.754Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.2s
20:21:23 [2021-06-18T20:21:23.842Z] #43 16.80   CC       images/stats.o
20:21:23 [2021-06-18T20:21:23.996Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.19MB / 120.17MB 3.8s
20:21:23 [2021-06-18T20:21:23.996Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.48MB / 120.17MB 3.9s
20:21:24 [2021-06-18T20:21:24.102Z] #43 17.24   CC       images/core.o
20:21:24 [2021-06-18T20:21:24.102Z] #43 ...
20:21:24 [2021-06-18T20:21:24.102Z] 
20:21:24 [2021-06-18T20:21:24.102Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:24 [2021-06-18T20:21:24.102Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:24 [2021-06-18T20:21:24.102Z] #45 77.45 text/template/parse
20:21:24 [2021-06-18T20:21:24.102Z] #45 80.91 go/parser
20:21:24 [2021-06-18T20:21:24.102Z] #45 82.58 text/template
20:21:24 [2021-06-18T20:21:24.102Z] #45 83.96 encoding/xml
20:21:24 [2021-06-18T20:21:24.102Z] #45 87.34 go/doc
20:21:24 [2021-06-18T20:21:24.218Z] #17 DONE 1.6s
20:21:24 [2021-06-18T20:21:24.218Z] 
20:21:24 [2021-06-18T20:21:24.218Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:24 [2021-06-18T20:21:24.218Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:24 [2021-06-18T20:21:24.218Z] #45 91.02 vendor/golang.org/x/net/http/httpproxy
20:21:24 [2021-06-18T20:21:24.218Z] #45 91.02 net/textproto
20:21:24 [2021-06-18T20:21:24.218Z] #45 91.04 crypto/x509
20:21:24 [2021-06-18T20:21:24.257Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.82MB / 120.17MB 4.0s
20:21:24 [2021-06-18T20:21:24.361Z] #45 ...
20:21:24 [2021-06-18T20:21:24.361Z] 
20:21:24 [2021-06-18T20:21:24.361Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:24 [2021-06-18T20:21:24.361Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.16 Selecting previously unselected package gcc-mingw-w64-base.
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.20 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.22 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.36 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.37 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:21:24 [2021-06-18T20:21:24.361Z] #13 75.38 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:24 [2021-06-18T20:21:24.523Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.30MB / 120.17MB 4.2s
20:21:24 [2021-06-18T20:21:24.523Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.89MB / 120.17MB 4.4s
20:21:24 [2021-06-18T20:21:24.523Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.23MB / 120.17MB 4.5s
20:21:24 [2021-06-18T20:21:24.621Z] #13 ...
20:21:24 [2021-06-18T20:21:24.621Z] 
20:21:24 [2021-06-18T20:21:24.621Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:24 [2021-06-18T20:21:24.621Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:24 [2021-06-18T20:21:24.621Z] #43 17.91   CC       images/core-x86.o
20:21:24 [2021-06-18T20:21:24.782Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.81MB / 120.17MB 4.6s
20:21:24 [2021-06-18T20:21:24.782Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 111.41MB / 120.17MB 4.7s
20:21:24 [2021-06-18T20:21:24.792Z] #45 92.29 vendor/golang.org/x/net/http/httpguts
20:21:24 [2021-06-18T20:21:24.792Z] #45 92.30 mime/multipart
20:21:25 [2021-06-18T20:21:25.043Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.54MB / 120.17MB 4.8s
20:21:25 [2021-06-18T20:21:25.189Z] #43 18.40   CC       images/core-arm.o
20:21:25 [2021-06-18T20:21:25.190Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s
20:21:25 [2021-06-18T20:21:25.741Z] #45 ...
20:21:25 [2021-06-18T20:21:25.741Z] 
20:21:25 [2021-06-18T20:21:25.741Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:21:25 [2021-06-18T20:21:25.741Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22
20:21:25 [2021-06-18T20:21:25.741Z] #18 DONE 1.5s
20:21:25 [2021-06-18T20:21:25.758Z] #43 18.84   CC       images/core-aarch64.o
20:21:25 [2021-06-18T20:21:25.760Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.5s done
20:21:26 [2021-06-18T20:21:26.003Z] 
20:21:26 [2021-06-18T20:21:26.003Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:21:26 [2021-06-18T20:21:26.003Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6
20:21:26 [2021-06-18T20:21:26.017Z] #43 19.18   CC       images/core-ppc64.o
20:21:26 [2021-06-18T20:21:26.030Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:21:26 [2021-06-18T20:21:26.285Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.3s done
20:21:26 [2021-06-18T20:21:26.542Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:21:26 [2021-06-18T20:21:26.585Z] #43 19.73   CC       images/core-s390.o
20:21:27 [2021-06-18T20:21:27.391Z] #19 DONE 1.7s
20:21:27 [2021-06-18T20:21:27.391Z] 
20:21:27 [2021-06-18T20:21:27.391Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:27 [2021-06-18T20:21:27.391Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:27 [2021-06-18T20:21:27.391Z] #45 94.92 crypto/tls
20:21:27 [2021-06-18T20:21:27.476Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done
20:21:27 [2021-06-18T20:21:27.476Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:21:27 [2021-06-18T20:21:27.522Z] #43 20.44   CC       images/cpuinfo.o
20:21:27 [2021-06-18T20:21:27.522Z] #43 ...
20:21:27 [2021-06-18T20:21:27.522Z] 
20:21:27 [2021-06-18T20:21:27.522Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:27 [2021-06-18T20:21:27.522Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:21:27 [2021-06-18T20:21:27.522Z] #51 80.57 github.com/pkg/diff
20:21:27 [2021-06-18T20:21:27.522Z] #51 80.79 go/ast
20:21:27 [2021-06-18T20:21:27.522Z] #51 82.19 golang.org/x/crypto/ssh/terminal
20:21:27 [2021-06-18T20:21:27.522Z] #51 83.68 mvdan.cc/editorconfig
20:21:27 [2021-06-18T20:21:27.522Z] #51 84.84 mvdan.cc/sh/v3/fileutil
20:21:27 [2021-06-18T20:21:27.522Z] #51 85.05 mvdan.cc/sh/v3/syntax
20:21:27 [2021-06-18T20:21:27.522Z] #51 ...
20:21:27 [2021-06-18T20:21:27.522Z] 
20:21:27 [2021-06-18T20:21:27.522Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:27 [2021-06-18T20:21:27.522Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:27 [2021-06-18T20:21:27.522Z] #45 90.09 github.com/LK4D4/vndr/build
20:21:27 [2021-06-18T20:21:27.522Z] #45 90.13 github.com/LK4D4/vndr/versioned
20:21:27 [2021-06-18T20:21:27.522Z] #45 90.20 compress/flate
20:21:27 [2021-06-18T20:21:27.584Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.9s done
20:21:27 [2021-06-18T20:21:27.584Z] #9 ...
20:21:27 [2021-06-18T20:21:27.584Z] 
20:21:27 [2021-06-18T20:21:27.584Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:27 [2021-06-18T20:21:27.584Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
20:21:27 [2021-06-18T20:21:27.584Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
20:21:27 [2021-06-18T20:21:27.584Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:27 [2021-06-18T20:21:27.584Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
20:21:27 [2021-06-18T20:21:27.584Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
20:21:27 [2021-06-18T20:21:27.584Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.6s done
20:21:27 [2021-06-18T20:21:27.584Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done
20:21:27 [2021-06-18T20:21:27.584Z] #62 DONE 7.3s
20:21:27 [2021-06-18T20:21:27.584Z] 
20:21:27 [2021-06-18T20:21:27.584Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:27 [2021-06-18T20:21:27.584Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:27 [2021-06-18T20:21:27.584Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s
20:21:27 [2021-06-18T20:21:27.584Z] #9 ...
20:21:27 [2021-06-18T20:21:27.584Z] 
20:21:27 [2021-06-18T20:21:27.584Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:21:27 [2021-06-18T20:21:27.584Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
20:21:27 [2021-06-18T20:21:27.584Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:21:27 [2021-06-18T20:21:27.584Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
20:21:27 [2021-06-18T20:21:27.584Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
20:21:27 [2021-06-18T20:21:27.584Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.1s done
20:21:27 [2021-06-18T20:21:27.584Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.4s done
20:21:27 [2021-06-18T20:21:27.584Z] #64 DONE 7.4s
20:21:27 [2021-06-18T20:21:27.584Z] 
20:21:27 [2021-06-18T20:21:27.584Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:27 [2021-06-18T20:21:27.584Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:27 [2021-06-18T20:21:27.733Z] #9 ...
20:21:27 [2021-06-18T20:21:27.733Z] 
20:21:27 [2021-06-18T20:21:27.733Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:27 [2021-06-18T20:21:27.733Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:27 [2021-06-18T20:21:27.733Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 8.3s done
20:21:27 [2021-06-18T20:21:27.733Z] #26 DONE 14.3s
20:21:27 [2021-06-18T20:21:27.733Z] 
20:21:27 [2021-06-18T20:21:27.733Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:27 [2021-06-18T20:21:27.733Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:28 [2021-06-18T20:21:28.297Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
20:21:28 [2021-06-18T20:21:28.554Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:21:28 [2021-06-18T20:21:28.623Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.4s done
20:21:29 [2021-06-18T20:21:29.432Z] #45 92.82 hash/crc32
20:21:30 [2021-06-18T20:21:30.001Z] #45 93.23 net
20:21:30 [2021-06-18T20:21:30.002Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:21:30 [2021-06-18T20:21:30.002Z] #9 ...
20:21:30 [2021-06-18T20:21:30.002Z] 
20:21:30 [2021-06-18T20:21:30.002Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:30 [2021-06-18T20:21:30.002Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:30 [2021-06-18T20:21:30.002Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
20:21:30 [2021-06-18T20:21:30.002Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
20:21:30 [2021-06-18T20:21:30.002Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
20:21:30 [2021-06-18T20:21:30.002Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
20:21:30 [2021-06-18T20:21:30.002Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 5.1s done
20:21:30 [2021-06-18T20:21:30.002Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.4s
20:21:30 [2021-06-18T20:21:30.002Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.5s done
20:21:30 [2021-06-18T20:21:30.002Z] #26 ...
20:21:30 [2021-06-18T20:21:30.002Z] 
20:21:30 [2021-06-18T20:21:30.002Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:30 [2021-06-18T20:21:30.002Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:30 [2021-06-18T20:21:30.233Z] #9 ...
20:21:30 [2021-06-18T20:21:30.233Z] 
20:21:30 [2021-06-18T20:21:30.233Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:30 [2021-06-18T20:21:30.233Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:30 [2021-06-18T20:21:30.233Z] #27 1.315 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 1.315 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 1.327 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 1.560 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 1.798 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 2.112 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:21:30 [2021-06-18T20:21:30.233Z] #27 3.834 Fetched 8449 kB in 3s (3055 kB/s)
20:21:30 [2021-06-18T20:21:30.233Z] #27 3.834 Reading package lists...
20:21:30 [2021-06-18T20:21:30.233Z] #27 4.781 Reading package lists...
20:21:30 [2021-06-18T20:21:30.233Z] #27 5.744 Building dependency tree...
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092 The following additional packages will be installed:
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092 Suggested packages:
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092   krb5-doc krb5-user
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092 Recommended packages:
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.092   krb5-locales publicsuffix libsasl2-modules
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.318 The following NEW packages will be installed:
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.318   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.318   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:30 [2021-06-18T20:21:30.233Z] #27 6.318   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.318   libssh2-1 libssl1.1 openssl
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.614 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded.
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.614 Need to get 5059 kB of archives.
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.614 After this operation, 12.1 MB of additional disk space will be used.
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.614 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.614 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.626 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.626 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.636 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.649 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.661 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.671 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.671 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.677 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.678 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.685 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.691 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.706 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.706 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.706 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.706 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.706 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.715 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.715 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.721 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.930 debconf: delaying package configuration, since apt-utils is not installed
20:21:30 [2021-06-18T20:21:30.234Z] #27 6.952 Fetched 5059 kB in 0s (13.7 MB/s)
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.000 Selecting previously unselected package libssl1.1:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.000 (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.)
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.005 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.017 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.219 Selecting previously unselected package openssl.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.219 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.223 Unpacking openssl (1.1.1d-0+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.367 Selecting previously unselected package ca-certificates.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.368 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.373 Unpacking ca-certificates (20200601~deb10u2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.460 Selecting previously unselected package libkeyutils1:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.460 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.469 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.506 Selecting previously unselected package libkrb5support0:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.506 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.511 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.560 Selecting previously unselected package libk5crypto3:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.560 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.565 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.620 Selecting previously unselected package libkrb5-3:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.620 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.624 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.770 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.770 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.775 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.834 Selecting previously unselected package libsasl2-modules-db:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.834 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.839 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.893 Selecting previously unselected package libsasl2-2:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.893 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.897 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.946 Selecting previously unselected package libldap-common.
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.947 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 7.952 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.009 Selecting previously unselected package libldap-2.4-2:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.009 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.014 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.082 Selecting previously unselected package libnghttp2-14:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.082 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.087 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.138 Selecting previously unselected package libpsl5:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.139 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.145 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.187 Selecting previously unselected package librtmp1:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.187 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.193 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.240 Selecting previously unselected package libssh2-1:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.240 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.246 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.301 Selecting previously unselected package libcurl4:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.302 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.308 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.383 Selecting previously unselected package curl.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.383 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.388 Unpacking curl (7.64.0-4+deb10u2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.464 Selecting previously unselected package libonig5:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.464 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.467 Unpacking libonig5:amd64 (6.9.1-1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.540 Selecting previously unselected package libjq1:amd64.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.540 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.546 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.602 Selecting previously unselected package jq.
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.602 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.608 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.652 Setting up libkeyutils1:amd64 (1.6-6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.666 Setting up libpsl5:amd64 (0.20.2-2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.681 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.785 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.798 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.818 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.833 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.847 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.860 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.873 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.887 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.901 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.917 Setting up openssl (1.1.1d-0+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.935 Setting up libonig5:amd64 (6.9.1-1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.950 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.965 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:30 [2021-06-18T20:21:30.234Z] #27 8.978 Setting up ca-certificates (20200601~deb10u2) ...
20:21:30 [2021-06-18T20:21:30.260Z] #45 93.55 compress/gzip
20:21:30 [2021-06-18T20:21:30.494Z] #27 9.586 Updating certificates in /etc/ssl/certs...
20:21:30 [2021-06-18T20:21:30.577Z] #9 ...
20:21:30 [2021-06-18T20:21:30.577Z] 
20:21:30 [2021-06-18T20:21:30.577Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
20:21:30 [2021-06-18T20:21:30.577Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
20:21:30 [2021-06-18T20:21:30.577Z] #26 DONE 10.6s
20:21:30 [2021-06-18T20:21:30.577Z] 
20:21:30 [2021-06-18T20:21:30.577Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:30 [2021-06-18T20:21:30.577Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:30 [2021-06-18T20:21:30.577Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
20:21:30 [2021-06-18T20:21:30.577Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
20:21:30 [2021-06-18T20:21:30.700Z] #45 ...
20:21:30 [2021-06-18T20:21:30.700Z] 
20:21:30 [2021-06-18T20:21:30.700Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:21:30 [2021-06-18T20:21:30.700Z] #58 sha256:ec52d1a2eb14a4fa80a52cfdfba82e24350e60c4fc62f40b7a24ac3d68187e79
20:21:30 [2021-06-18T20:21:30.700Z] #58 89.96 + for f in rootlesskit rootlesskit-docker-proxy
20:21:30 [2021-06-18T20:21:30.700Z] #58 89.97 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:21:30 [2021-06-18T20:21:30.700Z] #58 DONE 98.1s
20:21:30 [2021-06-18T20:21:30.700Z] 
20:21:30 [2021-06-18T20:21:30.700Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:30 [2021-06-18T20:21:30.700Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:30 [2021-06-18T20:21:30.700Z] #43 46.95   CC       images/userns.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 47.14   CC       images/google/protobuf/descriptor.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 49.72   CC       images/opts.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 49.85   CC       images/seccomp.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 50.14   CC       images/binfmt-misc.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 50.48   CC       images/time.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 50.76   CC       images/sysctl.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 51.22   CC       images/autofs.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 51.66   CC       images/macvlan.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 51.96   CC       images/sit.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 52.29   CC       images/memfd.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 52.67   CC       images/timens.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 52.92   LINK     images/built-in.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.22   GEN      compel/include/asm
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.28   GEN      compel/include/version.h
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.32 touch .config
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.47   GEN      include/common/config.h
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.59   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.62   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.71   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.74   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.78   DEP      compel/plugins/std/infect.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 53.97   DEP      compel/plugins/std/string.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 54.10   DEP      compel/plugins/std/log.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 54.22   DEP      compel/plugins/std/fds.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 54.43   DEP      compel/plugins/std/std.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 54.69   DEP      compel/plugins/shmem/shmem.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 54.96   DEP      compel/plugins/fds/fds.d
20:21:30 [2021-06-18T20:21:30.700Z] #43 55.26   CC       compel/plugins/std/std.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 55.74   CC       compel/plugins/std/fds.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 56.30   CC       compel/plugins/std/log.o
20:21:30 [2021-06-18T20:21:30.700Z] #43 ...
20:21:30 [2021-06-18T20:21:30.700Z] 
20:21:30 [2021-06-18T20:21:30.700Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:21:30 [2021-06-18T20:21:30.700Z] #59 sha256:854b59770c5cee9b84a837e3cb48e3bab6a2a3de3bcd71d78d150630dfa79592
20:21:30 [2021-06-18T20:21:30.700Z] #59 DONE 0.1s
20:21:30 [2021-06-18T20:21:30.700Z] 
20:21:30 [2021-06-18T20:21:30.700Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:21:30 [2021-06-18T20:21:30.700Z] #60 sha256:38f5e33294127d9f8422a4ecbaf7c9cb69d3fb43e145a38899afd4054aaf7b36
20:21:30 [2021-06-18T20:21:30.700Z] #60 DONE 0.2s
20:21:30 [2021-06-18T20:21:30.700Z] 
20:21:30 [2021-06-18T20:21:30.700Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:21:30 [2021-06-18T20:21:30.700Z] #53 sha256:c6a26028869158b32c1ce39878613725fe9d0c7d4295693de8ec51dc7f76c7f0
20:21:30 [2021-06-18T20:21:30.700Z] #53 12.60 + cd /tmp/tmp.1jGdLHueUW/src/github.com/opencontainers/runc
20:21:30 [2021-06-18T20:21:30.700Z] #53 12.60 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:21:30 [2021-06-18T20:21:30.700Z] #53 13.23 + '[' -z '' ']'
20:21:30 [2021-06-18T20:21:30.700Z] #53 13.23 + target=static
20:21:30 [2021-06-18T20:21:30.700Z] #53 13.23 + make 'BUILDTAGS=seccomp ' static
20:21:30 [2021-06-18T20:21:30.700Z] #53 13.57 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
20:21:30 [2021-06-18T20:21:30.830Z] #45 94.13 vendor/golang.org/x/crypto/hkdf
20:21:30 [2021-06-18T20:21:30.836Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
20:21:31 [2021-06-18T20:21:31.089Z] #45 94.29 vendor/golang.org/x/text/transform
20:21:31 [2021-06-18T20:21:31.405Z] #9 ...
20:21:31 [2021-06-18T20:21:31.405Z] 
20:21:31 [2021-06-18T20:21:31.405Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
20:21:31 [2021-06-18T20:21:31.405Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
20:21:31 [2021-06-18T20:21:31.405Z] #63 DONE 0.9s
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.43 137 added, 0 removed; done.
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.47 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.49 Setting up jq (1.5+dfsg-2+b1) ...
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.50 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.51 Setting up curl (7.64.0-4+deb10u2) ...
20:21:31 [2021-06-18T20:21:31.434Z] #27 10.53 Processing triggers for libc-bin (2.28-10) ...
20:21:31 [2021-06-18T20:21:31.662Z] #45 94.98 vendor/golang.org/x/text/unicode/bidi
20:21:31 [2021-06-18T20:21:31.695Z] 
20:21:31 [2021-06-18T20:21:31.695Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
20:21:31 [2021-06-18T20:21:31.695Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
20:21:31 [2021-06-18T20:21:31.696Z] #27 10.55 Processing triggers for ca-certificates (20200601~deb10u2) ...
20:21:31 [2021-06-18T20:21:31.696Z] #27 10.56 Updating certificates in /etc/ssl/certs...
20:21:32 [2021-06-18T20:21:32.231Z] #45 ...
20:21:32 [2021-06-18T20:21:32.231Z] 
20:21:32 [2021-06-18T20:21:32.231Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:21:32 [2021-06-18T20:21:32.231Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:21:32 [2021-06-18T20:21:32.231Z] #56 44.36 Checking out files:  45% (1868/4061)   
Checking out files:  46% (1869/4061)   
Checking out files:  47% (1909/4061)   
Checking out files:  48% (1950/4061)   
Checking out files:  49% (1990/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  90% (3672/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
Checking out files:  93% (3777/4061)   
Checking out files:  94% (3818/4061)   
Checking out files:  95% (3858/4061)   
Checking out files:  96% (3899/4061)   
Checking out files:  97% (3940/4061)   
Checking out files:  98% (3980/4061)   
Checking out files:  99% (4021/4061)   
Checking out files: 100% (4061/4061)   
Checking out files: 100% (4061/4061), done.
20:21:32 [2021-06-18T20:21:32.231Z] #56 45.75 + cd /tmp/tmp.UjK33ZWI6Y/src/github.com/containerd/containerd
20:21:32 [2021-06-18T20:21:32.231Z] #56 45.76 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + export 'BUILDTAGS=netgo osusergo static_build'
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + BUILDTAGS='netgo osusergo static_build'
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + export EXTRA_FLAGS=-buildmode=pie
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + EXTRA_FLAGS=-buildmode=pie
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + '[' '' = dynamic ']'
20:21:32 [2021-06-18T20:21:32.231Z] #56 48.16 + make
20:21:32 [2021-06-18T20:21:32.266Z] #27 11.21 0 added, 0 removed; done.
20:21:32 [2021-06-18T20:21:32.266Z] #27 11.21 Running hooks in /etc/ca-certificates/update.d...
20:21:32 [2021-06-18T20:21:32.266Z] #27 11.21 done.
20:21:32 [2021-06-18T20:21:32.618Z] #53 ...
20:21:32 [2021-06-18T20:21:32.618Z] 
20:21:32 [2021-06-18T20:21:32.618Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
20:21:32 [2021-06-18T20:21:32.618Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
20:21:32 [2021-06-18T20:21:32.618Z] #63 CACHED
20:21:32 [2021-06-18T20:21:32.618Z] 
20:21:32 [2021-06-18T20:21:32.618Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
20:21:32 [2021-06-18T20:21:32.618Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
20:21:32 [2021-06-18T20:21:32.618Z] #65 CACHED
20:21:32 [2021-06-18T20:21:32.618Z] 
20:21:32 [2021-06-18T20:21:32.618Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:32 [2021-06-18T20:21:32.618Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:32 [2021-06-18T20:21:32.618Z] #43 57.29   CC       compel/plugins/std/string.o
20:21:32 [2021-06-18T20:21:32.618Z] #43 58.34   CC       compel/plugins/std/infect.o
20:21:32 [2021-06-18T20:21:32.618Z] #43 58.98   CC       compel/arch/aarch64/plugins/std/parasite-head.o
20:21:32 [2021-06-18T20:21:32.618Z] #43 59.07   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
20:21:32 [2021-06-18T20:21:32.636Z] #65 DONE 1.1s
20:21:32 [2021-06-18T20:21:32.636Z] 
20:21:32 [2021-06-18T20:21:32.636Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:32 [2021-06-18T20:21:32.636Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:32 [2021-06-18T20:21:32.636Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.1s
20:21:32 [2021-06-18T20:21:32.739Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.0s done
20:21:32 [2021-06-18T20:21:32.739Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:21:32 [2021-06-18T20:21:32.880Z] #43 59.22   AR       compel/plugins/std.lib.a
20:21:33 [2021-06-18T20:21:33.142Z] #43 59.36   CC       compel/plugins/fds/fds.o
20:21:33 [2021-06-18T20:21:33.142Z] #43 59.65   AR       compel/plugins/fds.lib.a
20:21:33 [2021-06-18T20:21:33.249Z] #27 ...
20:21:33 [2021-06-18T20:21:33.249Z] 
20:21:33 [2021-06-18T20:21:33.249Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:33 [2021-06-18T20:21:33.249Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:33 [2021-06-18T20:21:33.249Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.3s done
20:21:33 [2021-06-18T20:21:33.249Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.5s
20:21:33 [2021-06-18T20:21:33.407Z] #43 59.71   HOSTDEP  compel/src/lib/log-host.d
20:21:33 [2021-06-18T20:21:33.407Z] #43 59.85   HOSTDEP  compel/src/lib/handle-elf-host.d
20:21:33 [2021-06-18T20:21:33.619Z] #56 49.14 + bin/ctr
20:21:33 [2021-06-18T20:21:33.619Z] #56 ...
20:21:33 [2021-06-18T20:21:33.619Z] 
20:21:33 [2021-06-18T20:21:33.619Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:33 [2021-06-18T20:21:33.619Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:33 [2021-06-18T20:21:33.619Z] #45 96.95 vendor/golang.org/x/text/secure/bidirule
20:21:33 [2021-06-18T20:21:33.669Z] #43 60.02   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
20:21:33 [2021-06-18T20:21:33.669Z] #43 60.11   HOSTDEP  compel/src/main-host.d
20:21:33 [2021-06-18T20:21:33.669Z] #43 60.22   DEP      compel/src/lib/ptrace.d
20:21:33 [2021-06-18T20:21:33.931Z] #43 60.40   DEP      compel/src/lib/infect.d
20:21:34 [2021-06-18T20:21:34.188Z] #45 97.29 vendor/golang.org/x/text/unicode/norm
20:21:34 [2021-06-18T20:21:34.188Z] #45 ...
20:21:34 [2021-06-18T20:21:34.188Z] 
20:21:34 [2021-06-18T20:21:34.188Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:34 [2021-06-18T20:21:34.188Z] #51 sha256:22cb29756422ecd796ef642dbb223b63a71af654aa778afe64908c761ce0a9d4
20:21:34 [2021-06-18T20:21:34.188Z] #51 91.13 mvdan.cc/sh/v3/cmd/shfmt
20:21:34 [2021-06-18T20:21:34.188Z] #51 DONE 97.5s
20:21:34 [2021-06-18T20:21:34.193Z] #43 60.63   DEP      compel/src/lib/infect-util.d
20:21:34 [2021-06-18T20:21:34.193Z] #43 60.74   DEP      compel/src/lib/infect-rpc.d
20:21:34 [2021-06-18T20:21:34.450Z] 
20:21:34 [2021-06-18T20:21:34.450Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:34 [2021-06-18T20:21:34.450Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:34 [2021-06-18T20:21:34.450Z] #43 20.88   CC       images/inventory.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 21.21   CC       images/fdinfo.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 21.66   CC       images/fown.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 21.84   CC       images/ns.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 22.10   CC       images/regfile.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 22.36   CC       images/ghost-file.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 22.66   CC       images/fifo.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 22.97   CC       images/remap-file-path.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 23.19   CC       images/eventfd.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 23.40   CC       images/eventpoll.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 23.72   CC       images/fh.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 24.00   CC       images/fsnotify.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 24.63   CC       images/signalfd.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 24.88   CC       images/fs.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 25.07   CC       images/pstree.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 25.30   CC       images/pipe.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 25.54   CC       images/tcp-stream.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 25.80   CC       images/sk-packet.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 26.09   CC       images/mnt.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 26.38   CC       images/pipe-data.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 26.57   CC       images/sa.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 26.83   CC       images/timer.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 27.12   CC       images/timerfd.o
20:21:34 [2021-06-18T20:21:34.450Z] #43 27.32   CC       images/mm.o
20:21:34 [2021-06-18T20:21:34.455Z] #43 60.91   DEP      compel/arch/aarch64/src/lib/infect.d
20:21:34 [2021-06-18T20:21:34.716Z] #43 61.12   DEP      compel/arch/aarch64/src/lib/cpu.d
20:21:34 [2021-06-18T20:21:34.978Z] #43 61.23   DEP      compel/src/lib/log.d
20:21:34 [2021-06-18T20:21:34.978Z] #43 61.35   DEP      compel/src/main.d
20:21:34 [2021-06-18T20:21:34.978Z] #43 61.46   DEP      compel/src/lib/handle-elf.d
20:21:35 [2021-06-18T20:21:35.019Z] #43 28.01   CC       images/sk-opts.o
20:21:35 [2021-06-18T20:21:35.240Z] #43 61.64   DEP      compel/arch/aarch64/src/lib/handle-elf.d
20:21:35 [2021-06-18T20:21:35.278Z] #43 28.37   CC       images/sk-unix.o
20:21:35 [2021-06-18T20:21:35.501Z] #43 61.77   CC       compel/src/lib/log.o
20:21:35 [2021-06-18T20:21:35.537Z] #43 28.72   CC       images/sk-inet.o
20:21:35 [2021-06-18T20:21:35.763Z] #43 62.21   CC       compel/arch/aarch64/src/lib/cpu.o
20:21:35 [2021-06-18T20:21:35.797Z] #43 29.15   CC       images/tun.o
20:21:35 [2021-06-18T20:21:35.819Z] #9 ...
20:21:35 [2021-06-18T20:21:35.819Z] 
20:21:35 [2021-06-18T20:21:35.819Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:35 [2021-06-18T20:21:35.819Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:35 [2021-06-18T20:21:35.819Z] #27 DONE 14.8s
20:21:35 [2021-06-18T20:21:35.819Z] 
20:21:35 [2021-06-18T20:21:35.819Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:21:35 [2021-06-18T20:21:35.819Z] #28 sha256:9bcaaf987032fe60d2cf565f7334413a34d391d586a1dd9da5f36c04cbfab1fc
20:21:35 [2021-06-18T20:21:35.930Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.4s done
20:21:36 [2021-06-18T20:21:36.190Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:21:36 [2021-06-18T20:21:36.337Z] #43 62.53   CC       compel/arch/aarch64/src/lib/infect.o
20:21:36 [2021-06-18T20:21:36.365Z] #43 29.36   CC       images/sk-netlink.o
20:21:36 [2021-06-18T20:21:36.365Z] #43 29.54   CC       images/packet-sock.o
20:21:36 [2021-06-18T20:21:36.387Z] #28 DONE 0.4s
20:21:36 [2021-06-18T20:21:36.387Z] 
20:21:36 [2021-06-18T20:21:36.387Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:36 [2021-06-18T20:21:36.387Z] #29 sha256:b8665434407fb6c54772fb168e558c7e364b183e319be6bbd158111706ae1f6e
20:21:36 [2021-06-18T20:21:36.625Z] #43 29.87   CC       images/ipc-var.o
20:21:36 [2021-06-18T20:21:36.649Z] #29 ...
20:21:36 [2021-06-18T20:21:36.649Z] 
20:21:36 [2021-06-18T20:21:36.649Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:36 [2021-06-18T20:21:36.649Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:36 [2021-06-18T20:21:36.649Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done
20:21:36 [2021-06-18T20:21:36.649Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0.0s done
20:21:36 [2021-06-18T20:21:36.649Z] #9 DONE 28.1s
20:21:36 [2021-06-18T20:21:36.884Z] #43 30.07   CC       images/ipc-desc.o
20:21:36 [2021-06-18T20:21:36.908Z] 
20:21:36 [2021-06-18T20:21:36.908Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:21:36 [2021-06-18T20:21:36.908Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
20:21:36 [2021-06-18T20:21:36.910Z] #43 63.14   CC       compel/src/lib/infect-rpc.o
20:21:37 [2021-06-18T20:21:37.082Z] #9 ...
20:21:37 [2021-06-18T20:21:37.082Z] 
20:21:37 [2021-06-18T20:21:37.082Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:37 [2021-06-18T20:21:37.082Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:37 [2021-06-18T20:21:37.082Z] #27 1.494 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 1.498 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 1.525 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 1.664 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 2.113 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 2.720 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 3.731 Fetched 8449 kB in 2s (3384 kB/s)
20:21:37 [2021-06-18T20:21:37.082Z] #27 3.731 Reading package lists...
20:21:37 [2021-06-18T20:21:37.082Z] #27 4.681 Reading package lists...
20:21:37 [2021-06-18T20:21:37.082Z] #27 5.630 Building dependency tree...
20:21:37 [2021-06-18T20:21:37.082Z] #27 5.998 The following additional packages will be installed:
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.000   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.000   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.001   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.003 Suggested packages:
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.003   krb5-doc krb5-user
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.003 Recommended packages:
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.003   krb5-locales publicsuffix libsasl2-modules
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.284 The following NEW packages will be installed:
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.286   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.286   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.286   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.288   libssh2-1 libssl1.1 openssl
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.572 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded.
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.572 Need to get 5059 kB of archives.
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.572 After this operation, 12.1 MB of additional disk space will be used.
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.572 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.575 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.589 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.589 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.589 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.589 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.589 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.595 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.597 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.598 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.600 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.611 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.613 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.613 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.614 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.620 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.624 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.625 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.627 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.639 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.645 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.839 debconf: delaying package configuration, since apt-utils is not installed
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.863 Fetched 5059 kB in 0s (15.3 MB/s)
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.914 Selecting previously unselected package libssl1.1:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.914 (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.)
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.914 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 6.926 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.118 Selecting previously unselected package openssl.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.118 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.122 Unpacking openssl (1.1.1d-0+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.274 Selecting previously unselected package ca-certificates.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.274 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.282 Unpacking ca-certificates (20200601~deb10u2) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.401 Selecting previously unselected package libkeyutils1:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.402 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.409 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.453 Selecting previously unselected package libkrb5support0:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.453 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.457 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.501 Selecting previously unselected package libk5crypto3:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.501 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.505 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.557 Selecting previously unselected package libkrb5-3:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.558 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.561 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.655 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.655 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.659 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.705 Selecting previously unselected package libsasl2-modules-db:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.705 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.709 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.753 Selecting previously unselected package libsasl2-2:amd64.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.753 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.759 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.801 Selecting previously unselected package libldap-common.
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.802 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
20:21:37 [2021-06-18T20:21:37.082Z] #27 7.805 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.851 Selecting previously unselected package libldap-2.4-2:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.851 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.862 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.927 Selecting previously unselected package libnghttp2-14:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.927 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.937 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.978 Selecting previously unselected package libpsl5:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.978 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 7.982 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.027 Selecting previously unselected package librtmp1:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.027 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.031 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.085 Selecting previously unselected package libssh2-1:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.086 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.090 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.148 Selecting previously unselected package libcurl4:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.148 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.151 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.219 Selecting previously unselected package curl.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.219 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.222 Unpacking curl (7.64.0-4+deb10u2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.299 Selecting previously unselected package libonig5:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.299 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.308 Unpacking libonig5:amd64 (6.9.1-1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.399 Selecting previously unselected package libjq1:amd64.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.399 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.404 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.447 Selecting previously unselected package jq.
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.447 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.453 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.501 Setting up libkeyutils1:amd64 (1.6-6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.536 Setting up libpsl5:amd64 (0.20.2-2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.548 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.659 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.673 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.687 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.700 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.713 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.726 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.739 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.752 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.766 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.778 Setting up openssl (1.1.1d-0+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.797 Setting up libonig5:amd64 (6.9.1-1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.808 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.820 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 8.832 Setting up ca-certificates (20200601~deb10u2) ...
20:21:37 [2021-06-18T20:21:37.083Z] #27 ...
20:21:37 [2021-06-18T20:21:37.083Z] 
20:21:37 [2021-06-18T20:21:37.083Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:37 [2021-06-18T20:21:37.083Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:37 [2021-06-18T20:21:37.083Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done
20:21:37 [2021-06-18T20:21:37.083Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:21:37 [2021-06-18T20:21:37.143Z] #43 30.25   CC       images/ipc-shm.o
20:21:37 [2021-06-18T20:21:37.143Z] #43 30.44   CC       images/ipc-msg.o
20:21:37 [2021-06-18T20:21:37.172Z] #43 63.67   CC       compel/src/lib/infect-util.o
20:21:37 [2021-06-18T20:21:37.434Z] #43 63.88   CC       compel/src/lib/infect.o
20:21:37 [2021-06-18T20:21:37.434Z] #43 ...
20:21:37 [2021-06-18T20:21:37.434Z] 
20:21:37 [2021-06-18T20:21:37.434Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:21:37 [2021-06-18T20:21:37.434Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
20:21:37 [2021-06-18T20:21:37.434Z] #20 2.350 Hit:1 http://deb.debian.org/debian buster-backports InRelease
20:21:37 [2021-06-18T20:21:37.434Z] #20 2.356 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:21:37 [2021-06-18T20:21:37.434Z] #20 2.357 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:21:37 [2021-06-18T20:21:37.434Z] #20 2.357 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:21:37 [2021-06-18T20:21:37.434Z] #20 5.602 Reading package lists...
20:21:37 [2021-06-18T20:21:37.710Z] #43 30.77   CC       images/ipc-sem.o
20:21:37 [2021-06-18T20:21:37.710Z] #43 31.04   CC       images/utsns.o
20:21:37 [2021-06-18T20:21:37.855Z] #10 DONE 1.0s
20:21:37 [2021-06-18T20:21:37.856Z] 
20:21:37 [2021-06-18T20:21:37.856Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:37 [2021-06-18T20:21:37.856Z] #29 sha256:b8665434407fb6c54772fb168e558c7e364b183e319be6bbd158111706ae1f6e
20:21:37 [2021-06-18T20:21:37.856Z] #29 0.820 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:21:37 [2021-06-18T20:21:37.856Z] #29 0.910 
20:21:37 [2021-06-18T20:21:37.856Z] #29 1.030 
############                                                              17.7%
###########################                                               37.5%
#########################################                                 57.4%
#######################################################                   77.2%
######################################################################    97.3%
######################################################################## 100.0%
20:21:37 [2021-06-18T20:21:37.856Z] #29 1.516 
20:21:37 [2021-06-18T20:21:37.856Z] #29 1.631 
######################################################################    97.8%
######################################################################## 100.0%
20:21:37 [2021-06-18T20:21:37.969Z] #43 31.20   CC       images/creds.o
20:21:38 [2021-06-18T20:21:38.116Z] #29 1.744 
20:21:38 [2021-06-18T20:21:38.116Z] #29 1.865 
###############################################################           88.3%
######################################################################## 100.0%
20:21:38 [2021-06-18T20:21:38.116Z] #29 1.988 
20:21:38 [2021-06-18T20:21:38.228Z] #43 31.40   CC       images/vma.o
20:21:38 [2021-06-18T20:21:38.489Z] #43 31.58   CC       images/netdev.o
20:21:38 [2021-06-18T20:21:38.489Z] #43 ...
20:21:38 [2021-06-18T20:21:38.489Z] 
20:21:38 [2021-06-18T20:21:38.489Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:38 [2021-06-18T20:21:38.489Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:38 [2021-06-18T20:21:38.489Z] #45 101.7 vendor/golang.org/x/net/idna
20:21:38 [2021-06-18T20:21:38.897Z] #29 2.109 
###########                                                               15.3%
#########################                                                 35.6%
#######################################                                   55.0%
#####################################################                     74.3%
###################################################################       93.6%
######################################################################## 100.0%
20:21:38 [2021-06-18T20:21:38.897Z] #29 2.595 
20:21:39 [2021-06-18T20:21:39.352Z] #20 8.539 Reading package lists...
20:21:39 [2021-06-18T20:21:39.614Z] #20 11.78 Building dependency tree...
20:21:39 [2021-06-18T20:21:39.614Z] #20 ...
20:21:39 [2021-06-18T20:21:39.614Z] 
20:21:39 [2021-06-18T20:21:39.614Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:39 [2021-06-18T20:21:39.614Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:39 [2021-06-18T20:21:39.614Z] #43 66.02   CC       compel/src/lib/ptrace.o
20:21:39 [2021-06-18T20:21:39.875Z] #43 66.46   AR       compel/libcompel.a
20:21:40 [2021-06-18T20:21:40.155Z] #43 66.58   HOSTCC   compel/src/main-host.o
20:21:40 [2021-06-18T20:21:40.197Z] #29 2.707 
#                                                                          1.9%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 36.0%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.6%
########################################                                  56.8%
#####################
20:21:40 [2021-06-18T20:21:40.197Z] #29 ...
20:21:40 [2021-06-18T20:21:40.197Z] 
20:21:40 [2021-06-18T20:21:40.197Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
20:21:40 [2021-06-18T20:21:40.197Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
20:21:40 [2021-06-18T20:21:40.197Z] #11 DONE 2.3s
20:21:40 [2021-06-18T20:21:40.197Z] 
20:21:40 [2021-06-18T20:21:40.198Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:40 [2021-06-18T20:21:40.198Z] #29 sha256:b8665434407fb6c54772fb168e558c7e364b183e319be6bbd158111706ae1f6e
20:21:40 [2021-06-18T20:21:40.384Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done
20:21:40 [2021-06-18T20:21:40.384Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:21:40 [2021-06-18T20:21:40.384Z] #9 ...
20:21:40 [2021-06-18T20:21:40.384Z] 
20:21:40 [2021-06-18T20:21:40.384Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:40 [2021-06-18T20:21:40.384Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.082 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.091 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.098 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.310 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.498 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 2.845 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 4.631 Fetched 8449 kB in 3s (3015 kB/s)
20:21:40 [2021-06-18T20:21:40.384Z] #27 4.631 Reading package lists...
20:21:40 [2021-06-18T20:21:40.384Z] #27 5.534 Reading package lists...
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.438 Building dependency tree...
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765 The following additional packages will be installed:
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765 Suggested packages:
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765   krb5-doc krb5-user
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765 Recommended packages:
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.765   krb5-locales publicsuffix libsasl2-modules
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.981 The following NEW packages will be installed:
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.982   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.982   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.982   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:40 [2021-06-18T20:21:40.384Z] #27 6.983   libssh2-1 libssl1.1 openssl
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.262 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded.
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.262 Need to get 5059 kB of archives.
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.262 After this operation, 12.1 MB of additional disk space will be used.
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.262 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.276 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.290 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.290 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.290 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.290 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.294 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.296 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:21:40 [2021-06-18T20:21:40.384Z] #27 7.300 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.305 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.307 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.313 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.320 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.325 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.332 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.346 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.479 debconf: delaying package configuration, since apt-utils is not installed
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.504 Fetched 5059 kB in 0s (14.9 MB/s)
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.545 Selecting previously unselected package libssl1.1:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.545 (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.)
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.550 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.558 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.786 Selecting previously unselected package openssl.
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.787 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.792 Unpacking openssl (1.1.1d-0+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.928 Selecting previously unselected package ca-certificates.
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.928 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 7.936 Unpacking ca-certificates (20200601~deb10u2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.028 Selecting previously unselected package libkeyutils1:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.029 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.034 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.074 Selecting previously unselected package libkrb5support0:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.074 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.080 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.121 Selecting previously unselected package libk5crypto3:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.123 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.127 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.173 Selecting previously unselected package libkrb5-3:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.173 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.178 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.264 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.264 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.267 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.322 Selecting previously unselected package libsasl2-modules-db:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.322 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.326 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.365 Selecting previously unselected package libsasl2-2:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.365 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.370 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.415 Selecting previously unselected package libldap-common.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.415 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.424 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.469 Selecting previously unselected package libldap-2.4-2:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.469 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.475 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.550 Selecting previously unselected package libnghttp2-14:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.550 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.554 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.600 Selecting previously unselected package libpsl5:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.600 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.607 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.649 Selecting previously unselected package librtmp1:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.649 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.655 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.698 Selecting previously unselected package libssh2-1:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.698 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.703 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.753 Selecting previously unselected package libcurl4:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.753 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.757 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.817 Selecting previously unselected package curl.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.817 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.822 Unpacking curl (7.64.0-4+deb10u2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.892 Selecting previously unselected package libonig5:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.892 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.896 Unpacking libonig5:amd64 (6.9.1-1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.957 Selecting previously unselected package libjq1:amd64.
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.957 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 8.963 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.008 Selecting previously unselected package jq.
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.009 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.013 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.059 Setting up libkeyutils1:amd64 (1.6-6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.071 Setting up libpsl5:amd64 (0.20.2-2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.084 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.203 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.216 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.233 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.245 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.260 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.271 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.284 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.297 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.311 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.327 Setting up openssl (1.1.1d-0+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.341 Setting up libonig5:amd64 (6.9.1-1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.354 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.365 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.378 Setting up ca-certificates (20200601~deb10u2) ...
20:21:40 [2021-06-18T20:21:40.385Z] #27 9.951 Updating certificates in /etc/ssl/certs...
20:21:40 [2021-06-18T20:21:40.645Z] #27 ...
20:21:40 [2021-06-18T20:21:40.645Z] 
20:21:40 [2021-06-18T20:21:40.645Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:40 [2021-06-18T20:21:40.645Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:40 [2021-06-18T20:21:40.720Z] #29 2.707 
#                                                                          1.9%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 36.0%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.6%
########################################                                  56.8%
############################################                              62.0%
################################################                          67.2%
###################################################                       71.4%
#######################################################                   77.7%
###########################################################               82.8%
###############################################################           88.2%
###################################################################       93.4%
######################################################################    98.6%
######################################################################## 100.0%
20:21:40 [2021-06-18T20:21:40.720Z] #29 4.577 
20:21:40 [2021-06-18T20:21:40.728Z] #43 67.12   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
20:21:40 [2021-06-18T20:21:40.986Z] #29 4.825 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:21:40 [2021-06-18T20:21:40.986Z] #29 4.877 
20:21:40 [2021-06-18T20:21:40.990Z] #43 67.35   HOSTCC   compel/src/lib/handle-elf-host.o
20:21:41 [2021-06-18T20:21:41.024Z] #45 104.1 vendor/golang.org/x/net/http2/hpack
20:21:41 [2021-06-18T20:21:41.245Z] #29 4.926 
######################################################################## 100.0%
20:21:41 [2021-06-18T20:21:41.245Z] #29 4.952 
20:21:41 [2021-06-18T20:21:41.245Z] #29 5.174 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:21:41 [2021-06-18T20:21:41.252Z] #43 67.77   HOSTCC   compel/src/lib/log-host.o
20:21:41 [2021-06-18T20:21:41.259Z] #9 ...
20:21:41 [2021-06-18T20:21:41.259Z] 
20:21:41 [2021-06-18T20:21:41.259Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:41 [2021-06-18T20:21:41.259Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:41 [2021-06-18T20:21:41.259Z] #27 9.461 Updating certificates in /etc/ssl/certs...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.30 137 added, 0 removed; done.
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.35 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.36 Setting up jq (1.5+dfsg-2+b1) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.37 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.39 Setting up curl (7.64.0-4+deb10u2) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.40 Processing triggers for libc-bin (2.28-10) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.42 Processing triggers for ca-certificates (20200601~deb10u2) ...
20:21:41 [2021-06-18T20:21:41.259Z] #27 10.43 Updating certificates in /etc/ssl/certs...
20:21:41 [2021-06-18T20:21:41.259Z] #27 11.12 0 added, 0 removed; done.
20:21:41 [2021-06-18T20:21:41.259Z] #27 11.12 Running hooks in /etc/ca-certificates/update.d...
20:21:41 [2021-06-18T20:21:41.259Z] #27 11.12 done.
20:21:41 [2021-06-18T20:21:41.259Z] #27 DONE 13.4s
20:21:41 [2021-06-18T20:21:41.259Z] 
20:21:41 [2021-06-18T20:21:41.259Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:41 [2021-06-18T20:21:41.259Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:41 [2021-06-18T20:21:41.506Z] #29 5.238 
20:21:41 [2021-06-18T20:21:41.506Z] #29 5.331 
######################################################################## 100.0%
20:21:41 [2021-06-18T20:21:41.506Z] #29 5.373 
20:21:41 [2021-06-18T20:21:41.514Z] #43 67.95   HOSTLINK compel/compel-host-bin
20:21:41 [2021-06-18T20:21:41.516Z] #9 ...
20:21:41 [2021-06-18T20:21:41.516Z] 
20:21:41 [2021-06-18T20:21:41.516Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:21:41 [2021-06-18T20:21:41.516Z] #28 sha256:5049edc0957be7176307f3e635dcdf7e84a42de179af3d1539c947d76f9828c5
20:21:41 [2021-06-18T20:21:41.516Z] #28 DONE 0.2s
20:21:41 [2021-06-18T20:21:41.516Z] 
20:21:41 [2021-06-18T20:21:41.516Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:41 [2021-06-18T20:21:41.516Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:41 [2021-06-18T20:21:41.776Z] #43 68.23   DEP      soccr/soccr.d
20:21:42 [2021-06-18T20:21:42.078Z] #29 ...
20:21:42 [2021-06-18T20:21:42.078Z] 
20:21:42 [2021-06-18T20:21:42.078Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:42 [2021-06-18T20:21:42.078Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
20:21:42 [2021-06-18T20:21:42.078Z] #39 DONE 2.0s
20:21:42 [2021-06-18T20:21:42.078Z] 
20:21:42 [2021-06-18T20:21:42.078Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:42 [2021-06-18T20:21:42.078Z] #29 sha256:b8665434407fb6c54772fb168e558c7e364b183e319be6bbd158111706ae1f6e
20:21:42 [2021-06-18T20:21:42.078Z] #29 5.649 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
20:21:42 [2021-06-18T20:21:42.078Z] #29 5.702 
20:21:42 [2021-06-18T20:21:42.078Z] 
20:21:42 [2021-06-18T20:21:42.078Z] #29 ...
20:21:42 [2021-06-18T20:21:42.078Z] 
20:21:42 [2021-06-18T20:21:42.078Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:42 [2021-06-18T20:21:42.078Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
20:21:42 [2021-06-18T20:21:42.078Z] #31 DONE 2.0s
20:21:42 [2021-06-18T20:21:42.078Z] 
20:21:42 [2021-06-18T20:21:42.078Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:42 [2021-06-18T20:21:42.078Z] #29 sha256:b8665434407fb6c54772fb168e558c7e364b183e319be6bbd158111706ae1f6e
20:21:42 [2021-06-18T20:21:42.079Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s
20:21:42 [2021-06-18T20:21:42.349Z] #43 68.53   CC       soccr/soccr.o
20:21:42 [2021-06-18T20:21:42.405Z] #45 105.5 mime
20:21:42 [2021-06-18T20:21:42.614Z] #29 5.818 
###                                                                        4.7%
###############                                                           20.9%
########################                                                  33.9%
#######################################                                   54.5%
#########################################################                 79.7%
######################################################################## 100.0%
20:21:42 [2021-06-18T20:21:42.614Z] #29 6.334 
20:21:42 [2021-06-18T20:21:42.876Z] #29 6.824 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:21:43 [2021-06-18T20:21:43.017Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.0s done
20:21:43 [2021-06-18T20:21:43.017Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:21:43 [2021-06-18T20:21:43.135Z] #29 7.051 
20:21:43 [2021-06-18T20:21:43.286Z] #9 DONE 29.9s
20:21:43 [2021-06-18T20:21:43.286Z] 
20:21:43 [2021-06-18T20:21:43.286Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:21:43 [2021-06-18T20:21:43.286Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
20:21:43 [2021-06-18T20:21:43.394Z] #29 7.183 
######################################################################## 100.0%
20:21:43 [2021-06-18T20:21:43.394Z] #29 7.224 
20:21:43 [2021-06-18T20:21:43.737Z] #43 70.11   AR       soccr/libsoccr.a
20:21:43 [2021-06-18T20:21:43.737Z] #43 70.19 make[1]: 'soccr/libsoccr.a' is up to date.
20:21:43 [2021-06-18T20:21:43.783Z] #45 107.1 mime/quotedprintable
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.545 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.645 
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.730 
######################################################################## 100.0%
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.775 
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.800 Download of images into '/build' complete.
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.800 Use something like the following to load the result into a Docker daemon:
20:21:43 [2021-06-18T20:21:43.964Z] #29 7.800   tar -cC '/build' . | docker load
20:21:44 [2021-06-18T20:21:44.001Z] #43 ...
20:21:44 [2021-06-18T20:21:44.001Z] 
20:21:44 [2021-06-18T20:21:44.001Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:44 [2021-06-18T20:21:44.001Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:44 [2021-06-18T20:21:44.001Z] #45 101.5 net/http/httptrace
20:21:44 [2021-06-18T20:21:44.001Z] #45 101.7 net/http
20:21:44 [2021-06-18T20:21:44.001Z] #45 110.8 github.com/LK4D4/vndr/godl
20:21:44 [2021-06-18T20:21:44.001Z] #45 111.5 github.com/LK4D4/vndr
20:21:44 [2021-06-18T20:21:44.226Z] #10 DONE 0.9s
20:21:44 [2021-06-18T20:21:44.226Z] 
20:21:44 [2021-06-18T20:21:44.226Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:44 [2021-06-18T20:21:44.226Z] #29 sha256:75328d0479d2274ae9e9b454cd47e96dc72b3e77888a3439edda187452e5a0bd
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.080 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.158 
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.284 
#####                                                                      7.4%
##########################                                                37.1%
#########################################                                 57.1%
#######################################################                   76.8%
#####################################################################     96.3%
######################################################################## 100.0%
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.787 
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.891 
######################################################################## 100.0%
20:21:44 [2021-06-18T20:21:44.226Z] #29 1.959 
20:21:44 [2021-06-18T20:21:44.226Z] #29 2.082 
######################################################                    75.0%
######################################################################## 100.0%
20:21:44 [2021-06-18T20:21:44.226Z] #29 2.210 
20:21:44 [2021-06-18T20:21:44.226Z] #29 2.328 
#####                                                                      8.3%
##########################                                                36.3%
########################################                                  55.6%
#####################################################                     75.0%
###################################################################       94.3%
######################################################################## 100.0%
20:21:44 [2021-06-18T20:21:44.226Z] #29 2.844 
20:21:44 [2021-06-18T20:21:44.263Z] #45 ...
20:21:44 [2021-06-18T20:21:44.263Z] 
20:21:44 [2021-06-18T20:21:44.263Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:21:44 [2021-06-18T20:21:44.263Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
20:21:44 [2021-06-18T20:21:44.263Z] #20 11.78 Building dependency tree...
20:21:44 [2021-06-18T20:21:44.263Z] #20 12.44 Reading state information...
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.09 libcap2-bin is already the newest version (1:2.25-2).
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.09 The following additional packages will be installed:
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.09   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.09   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.09   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   python3.7 python3.7-minimal vim-runtime xxd
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10 Suggested packages:
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10 Recommended packages:
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   aufs-dkms nftables build-essential python3-dev python3-keyring
20:21:44 [2021-06-18T20:21:44.263Z] #20 13.10   python3-keyrings.alt python3-xdg unzip
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79 The following NEW packages will be installed:
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:21:44 [2021-06-18T20:21:44.263Z] #20 14.79   xz-utils zip
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.13 0 upgraded, 48 newly installed, 0 to remove and 30 not upgraded.
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.13 Need to get 27.6 MB of archives.
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.13 After this operation, 114 MB of additional disk space will be used.
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
20:21:44 [2021-06-18T20:21:44.263Z] #20 15.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.38 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.44 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.45 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.46 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.47 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.78 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.78 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.78 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.79 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.81 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.88 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.88 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.90 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.90 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.92 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.92 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.97 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 15.98 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 16.00 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 16.20 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 16.24 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
20:21:44 [2021-06-18T20:21:44.264Z] #20 16.27 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
20:21:44 [2021-06-18T20:21:44.351Z] #45 107.5 net/http/internal
20:21:44 [2021-06-18T20:21:44.532Z] #29 DONE 8.1s
20:21:44 [2021-06-18T20:21:44.532Z] 
20:21:44 [2021-06-18T20:21:44.532Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:44 [2021-06-18T20:21:44.532Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:21:44 [2021-06-18T20:21:44.611Z] #45 ...
20:21:44 [2021-06-18T20:21:44.611Z] 
20:21:44 [2021-06-18T20:21:44.611Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:44 [2021-06-18T20:21:44.611Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:44 [2021-06-18T20:21:44.611Z] #43 31.92   CC       images/tty.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 32.55   CC       images/file-lock.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 32.82   CC       images/rlimit.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 33.00   CC       images/pagemap.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 33.25   CC       images/siginfo.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 33.49   CC       images/rpc.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 34.56   CC       images/ext-file.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 34.80   CC       images/cgroup.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 35.29   CC       images/userns.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 35.51   CC       images/google/protobuf/descriptor.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 36.94   CC       images/opts.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 37.12   CC       images/seccomp.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 37.36   CC       images/binfmt-misc.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 37.56   CC       images/time.o
20:21:44 [2021-06-18T20:21:44.611Z] #43 37.72   CC       images/sysctl.o
20:21:44 [2021-06-18T20:21:44.837Z] #20 17.16 debconf: delaying package configuration, since apt-utils is not installed
20:21:44 [2021-06-18T20:21:44.837Z] #20 17.33 Fetched 27.6 MB in 1s (18.8 MB/s)
20:21:44 [2021-06-18T20:21:44.870Z] #43 37.88   CC       images/autofs.o
20:21:44 [2021-06-18T20:21:44.870Z] #43 38.12   CC       images/macvlan.o
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.38 Selecting previously unselected package pigz.
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.38 (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 ... 23408 files and directories currently installed.)
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.46 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.47 Unpacking pigz (2.4-1) ...
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.57 Selecting previously unselected package libpython3.7-minimal:arm64.
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
20:21:45 [2021-06-18T20:21:45.100Z] #20 17.60 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
20:21:45 [2021-06-18T20:21:45.129Z] #43 38.37   CC       images/sit.o
20:21:45 [2021-06-18T20:21:45.263Z] #29 2.971 
##                                                                         2.9%
#####                                                                      7.2%
##########                                                                14.2%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.2%
20:21:45 [2021-06-18T20:21:45.263Z] #29 ...
20:21:45 [2021-06-18T20:21:45.263Z] 
20:21:45 [2021-06-18T20:21:45.263Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
20:21:45 [2021-06-18T20:21:45.263Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
20:21:45 [2021-06-18T20:21:45.263Z] #11 DONE 0.9s
20:21:45 [2021-06-18T20:21:45.263Z] 
20:21:45 [2021-06-18T20:21:45.263Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:45 [2021-06-18T20:21:45.263Z] #29 sha256:75328d0479d2274ae9e9b454cd47e96dc72b3e77888a3439edda187452e5a0bd
20:21:45 [2021-06-18T20:21:45.263Z] #29 2.971 
##                                                                         2.9%
#####                                                                      7.2%
##########                                                                14.2%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.4%
20:21:45 [2021-06-18T20:21:45.263Z] #29 ...
20:21:45 [2021-06-18T20:21:45.263Z] 
20:21:45 [2021-06-18T20:21:45.263Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:45 [2021-06-18T20:21:45.263Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
20:21:45 [2021-06-18T20:21:45.263Z] #31 DONE 0.3s
20:21:45 [2021-06-18T20:21:45.263Z] 
20:21:45 [2021-06-18T20:21:45.263Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:45 [2021-06-18T20:21:45.263Z] #29 sha256:75328d0479d2274ae9e9b454cd47e96dc72b3e77888a3439edda187452e5a0bd
20:21:45 [2021-06-18T20:21:45.389Z] #43 38.54   CC       images/memfd.o
20:21:45 [2021-06-18T20:21:45.523Z] #29 2.971 
##                                                                         2.9%
#####                                                                      7.2%
##########                                                                14.2%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.4%
##################################                                        48.2%
#########################################                                 57.5%
20:21:45 [2021-06-18T20:21:45.523Z] #29 ...
20:21:45 [2021-06-18T20:21:45.523Z] 
20:21:45 [2021-06-18T20:21:45.523Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:45 [2021-06-18T20:21:45.523Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
20:21:45 [2021-06-18T20:21:45.523Z] #39 DONE 0.4s
20:21:45 [2021-06-18T20:21:45.523Z] 
20:21:45 [2021-06-18T20:21:45.523Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:45 [2021-06-18T20:21:45.523Z] #29 sha256:75328d0479d2274ae9e9b454cd47e96dc72b3e77888a3439edda187452e5a0bd
20:21:45 [2021-06-18T20:21:45.648Z] #43 38.91   CC       images/timens.o
20:21:45 [2021-06-18T20:21:45.674Z] #20 18.04 Selecting previously unselected package python3.7-minimal.
20:21:45 [2021-06-18T20:21:45.674Z] #20 18.04 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
20:21:45 [2021-06-18T20:21:45.674Z] #20 18.06 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
20:21:45 [2021-06-18T20:21:45.918Z] #9 ...
20:21:45 [2021-06-18T20:21:45.918Z] 
20:21:45 [2021-06-18T20:21:45.918Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:21:45 [2021-06-18T20:21:45.918Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.68 137 added, 0 removed; done.
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.72 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.78 Setting up jq (1.5+dfsg-2+b1) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.79 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.80 Setting up curl (7.64.0-4+deb10u2) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.82 Processing triggers for libc-bin (2.28-10) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.84 Processing triggers for ca-certificates (20200601~deb10u2) ...
20:21:45 [2021-06-18T20:21:45.918Z] #27 10.85 Updating certificates in /etc/ssl/certs...
20:21:45 [2021-06-18T20:21:45.918Z] #27 11.44 0 added, 0 removed; done.
20:21:45 [2021-06-18T20:21:45.918Z] #27 11.44 Running hooks in /etc/ca-certificates/update.d...
20:21:45 [2021-06-18T20:21:45.918Z] #27 11.44 done.
20:21:45 [2021-06-18T20:21:45.918Z] #27 DONE 14.5s
20:21:45 [2021-06-18T20:21:45.918Z] 
20:21:45 [2021-06-18T20:21:45.918Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:45 [2021-06-18T20:21:45.918Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:45 [2021-06-18T20:21:45.918Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.2s done
20:21:45 [2021-06-18T20:21:45.918Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:21:45 [2021-06-18T20:21:45.918Z] #9 ...
20:21:45 [2021-06-18T20:21:45.918Z] 
20:21:45 [2021-06-18T20:21:45.918Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:21:45 [2021-06-18T20:21:45.918Z] #28 sha256:7551a1bd31821c08c4f3d0b4cd1c764804bdcacc9ef73f57038fee618e763cf4
20:21:45 [2021-06-18T20:21:45.918Z] #28 DONE 0.8s
20:21:45 [2021-06-18T20:21:45.918Z] 
20:21:45 [2021-06-18T20:21:45.918Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:45 [2021-06-18T20:21:45.918Z] #29 sha256:ec24a5f9c430db5fb3028db6c974da543889fe8aa425437a8971adc533e6831b
20:21:46 [2021-06-18T20:21:46.178Z] #29 ...
20:21:46 [2021-06-18T20:21:46.178Z] 
20:21:46 [2021-06-18T20:21:46.178Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:46 [2021-06-18T20:21:46.178Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
20:21:46 [2021-06-18T20:21:46.178Z] #9 DONE 26.2s
20:21:46 [2021-06-18T20:21:46.178Z] 
20:21:46 [2021-06-18T20:21:46.178Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:21:46 [2021-06-18T20:21:46.178Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.21   LINK     images/built-in.o
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.36   GEN      compel/include/asm
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.41   GEN      compel/include/version.h
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.42 touch .config
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.47   GEN      include/common/config.h
20:21:46 [2021-06-18T20:21:46.216Z] #43 39.55   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:21:46 [2021-06-18T20:21:46.315Z] #29 2.971 
##                                                                         2.9%
#####                                                                      7.2%
##########                                                                14.2%
##############                                                            20.4%
##################                                                        25.6%
######################                                                    30.9%
#########################                                                 36.1%
#############################                                             41.2%
#################################                                         46.4%
##################################                                        48.2%
#########################################                                 57.5%
#############################################                             63.6%
#################################################                         68.2%
#####################################################                     73.7%
########################################################                  78.5%
###########################################################               83.3%
##############################################################            86.9%
#################################################################         91.2%
####################################################################      94.8%
######################################################################    97.9%
######################################################################## 100.0%
20:21:46 [2021-06-18T20:21:46.315Z] #29 5.008 
20:21:46 [2021-06-18T20:21:46.439Z] #32 ...
20:21:46 [2021-06-18T20:21:46.439Z] 
20:21:46 [2021-06-18T20:21:46.439Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
20:21:46 [2021-06-18T20:21:46.439Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
20:21:46 [2021-06-18T20:21:46.439Z] #12 DONE 6.2s
20:21:46 [2021-06-18T20:21:46.439Z] 
20:21:46 [2021-06-18T20:21:46.439Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:46 [2021-06-18T20:21:46.439Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.59   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.62   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.63   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.67   DEP      compel/arch/x86/plugins/std/memcpy.d
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.72   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.75   GEN      compel/plugins/include/uapi/std/syscall.h
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.76   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:21:46 [2021-06-18T20:21:46.476Z] #43 39.78   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:21:46 [2021-06-18T20:21:46.620Z] #20 18.87 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
20:21:46 [2021-06-18T20:21:46.620Z] #20 18.92 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
20:21:46 [2021-06-18T20:21:46.735Z] #43 39.81   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:21:46 [2021-06-18T20:21:46.735Z] #43 39.81   DEP      compel/plugins/std/infect.d
20:21:46 [2021-06-18T20:21:46.735Z] #43 39.90   DEP      compel/plugins/std/string.d
20:21:46 [2021-06-18T20:21:46.735Z] #43 39.96   DEP      compel/plugins/std/log.d
20:21:46 [2021-06-18T20:21:46.747Z] #10 DONE 0.6s
20:21:46 [2021-06-18T20:21:46.747Z] 
20:21:46 [2021-06-18T20:21:46.747Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
20:21:46 [2021-06-18T20:21:46.747Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
20:21:46 [2021-06-18T20:21:46.889Z] #29 5.387 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:21:46 [2021-06-18T20:21:46.889Z] #29 5.511 
20:21:46 [2021-06-18T20:21:46.889Z] #29 5.594 
######################################################################## 100.0%
20:21:46 [2021-06-18T20:21:46.889Z] #29 5.658 
20:21:46 [2021-06-18T20:21:46.994Z] #43 40.08   DEP      compel/plugins/std/fds.d
20:21:46 [2021-06-18T20:21:46.994Z] #43 40.21   DEP      compel/plugins/std/std.d
20:21:46 [2021-06-18T20:21:46.994Z] #43 ...
20:21:46 [2021-06-18T20:21:46.994Z] 
20:21:46 [2021-06-18T20:21:46.994Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:46 [2021-06-18T20:21:46.994Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:21:46 [2021-06-18T20:21:46.994Z] #45 110.3 net/textproto
20:21:47 [2021-06-18T20:21:47.260Z] #45 110.4 crypto/x509
20:21:47 [2021-06-18T20:21:47.822Z] #29 6.185 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:21:47 [2021-06-18T20:21:47.822Z] #29 6.315 
20:21:47 [2021-06-18T20:21:47.822Z] #29 6.470 
                                                                           0.1%
######################################################################## 100.0%
20:21:47 [2021-06-18T20:21:47.822Z] #29 6.521 
20:21:48 [2021-06-18T20:21:48.201Z] #45 111.5 vendor/golang.org/x/net/http/httpguts
20:21:48 [2021-06-18T20:21:48.389Z] #29 6.861 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
20:21:48 [2021-06-18T20:21:48.389Z] #29 6.954 
20:21:48 [2021-06-18T20:21:48.460Z] #45 111.7 vendor/golang.org/x/net/http/httpproxy
20:21:48 [2021-06-18T20:21:48.659Z] #11 DONE 2.2s
20:21:48 [2021-06-18T20:21:48.659Z] 
20:21:48 [2021-06-18T20:21:48.659Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:48 [2021-06-18T20:21:48.659Z] #29 sha256:ec24a5f9c430db5fb3028db6c974da543889fe8aa425437a8971adc533e6831b
20:21:48 [2021-06-18T20:21:48.659Z] #29 0.905 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:21:48 [2021-06-18T20:21:48.659Z] #29 0.992 
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.112 
############                                                              17.9%
###########################                                               37.6%
#########################################                                 57.5%
#######################################################                   77.4%
#####################################################################     97.1%
######################################################################## 100.0%
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.581 
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.681 
######################################################################## 100.0%
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.729 
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.841 
###########################################################               82.5%
######################################################################## 100.0%
20:21:48 [2021-06-18T20:21:48.659Z] #29 1.905 
20:21:48 [2021-06-18T20:21:48.659Z] #29 2.015 
#####                                                                      7.2%
###########                                                               16.4%
###############                                                           21.4%
#######################################                                   55.2%
##################################################################        92.5%
######################################################################## 100.0%
20:21:48 [2021-06-18T20:21:48.659Z] #29 2.499 
20:21:49 [2021-06-18T20:21:49.027Z] #45 112.3 mime/multipart
20:21:49 [2021-06-18T20:21:49.173Z] #20 21.72 Selecting previously unselected package python3-minimal.
20:21:49 [2021-06-18T20:21:49.425Z] #29 7.105 
#####                                                                      8.0%
########################                                                  33.6%
####################################                                      50.7%
###########################################                               60.4%
############################################                              61.2%
################################################                          68.0%
#################################################################         91.5%
######################################################################## 100.0%
20:21:49 [2021-06-18T20:21:49.425Z] #29 7.928 
20:21:49 [2021-06-18T20:21:49.465Z] #20 21.73 (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 ... 23657 files and directories currently installed.)
20:21:49 [2021-06-18T20:21:49.465Z] #20 21.83 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
20:21:49 [2021-06-18T20:21:49.465Z] #20 21.85 Unpacking python3-minimal (3.7.3-1) ...
20:21:49 [2021-06-18T20:21:49.465Z] #20 21.99 Selecting previously unselected package libmpdec2:arm64.
20:21:49 [2021-06-18T20:21:49.465Z] #20 22.00 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
20:21:49 [2021-06-18T20:21:49.465Z] #20 22.01 Unpacking libmpdec2:arm64 (2.4.2-2) ...
20:21:49 [2021-06-18T20:21:49.465Z] #20 ...
20:21:49 [2021-06-18T20:21:49.465Z] 
20:21:49 [2021-06-18T20:21:49.465Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:49 [2021-06-18T20:21:49.465Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:21:49 [2021-06-18T20:21:49.682Z] #29 8.314 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:21:49 [2021-06-18T20:21:49.682Z] #29 8.427 
20:21:49 [2021-06-18T20:21:49.764Z] #13 3.549 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:21:49 [2021-06-18T20:21:49.764Z] #13 3.549 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:49 [2021-06-18T20:21:49.939Z] #29 8.487 
######################################################################## 100.0%
20:21:49 [2021-06-18T20:21:49.939Z] #29 8.516 
20:21:50 [2021-06-18T20:21:50.025Z] #13 ...
20:21:50 [2021-06-18T20:21:50.025Z] 
20:21:50 [2021-06-18T20:21:50.025Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:50 [2021-06-18T20:21:50.025Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + RM_GOPATH=0
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + TMP_GOPATH=
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + : /build
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + '[' -z '' ']'
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 ++ mktemp -d
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + export GOPATH=/tmp/tmp.ovtPu7KDpT
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + GOPATH=/tmp/tmp.ovtPu7KDpT
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + RM_GOPATH=1
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 + case "$(go env GOARCH)" in
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.482 ++ go env GOARCH
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + export GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 ++ dirname /tmp/install/install.sh
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + dir=/tmp/install
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + bin=vndr
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + shift
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + '[' '!' -f /tmp/install/vndr.installer ']'
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + . /tmp/install/vndr.installer
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + install_vndr
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.506 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ovtPu7KDpT/src/github.com/LK4D4/vndr
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.521 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.521 Cloning into '/tmp/tmp.ovtPu7KDpT/src/github.com/LK4D4/vndr'...
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.896 + cd /tmp/tmp.ovtPu7KDpT/src/github.com/LK4D4/vndr
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.896 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:21:50 [2021-06-18T20:21:50.025Z] #45 6.955 + go build -buildmode=pie -v -o /build/vndr .
20:21:50 [2021-06-18T20:21:50.025Z] #45 8.374 internal/cpu
20:21:50 [2021-06-18T20:21:50.025Z] #45 8.467 runtime/internal/atomic
20:21:50 [2021-06-18T20:21:50.025Z] #45 8.893 runtime/internal/sys
20:21:50 [2021-06-18T20:21:50.025Z] #45 9.210 internal/bytealg
20:21:50 [2021-06-18T20:21:50.025Z] #45 9.394 runtime/internal/math
20:21:50 [2021-06-18T20:21:50.025Z] #45 9.561 internal/race
20:21:50 [2021-06-18T20:21:50.025Z] #45 9.729 sync/atomic
20:21:50 [2021-06-18T20:21:50.025Z] #45 ...
20:21:50 [2021-06-18T20:21:50.025Z] 
20:21:50 [2021-06-18T20:21:50.025Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:21:50 [2021-06-18T20:21:50.025Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:21:50 [2021-06-18T20:21:50.025Z] #42 8.310 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:50 [2021-06-18T20:21:50.025Z] #42 8.455 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:50 [2021-06-18T20:21:50.025Z] #42 8.455 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:50 [2021-06-18T20:21:50.025Z] #42 9.928 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:50 [2021-06-18T20:21:50.195Z] #29 8.856 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:21:50 [2021-06-18T20:21:50.195Z] #29 ...
20:21:50 [2021-06-18T20:21:50.195Z] 
20:21:50 [2021-06-18T20:21:50.195Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
20:21:50 [2021-06-18T20:21:50.195Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
20:21:50 [2021-06-18T20:21:50.195Z] #12 DONE 5.2s
20:21:50 [2021-06-18T20:21:50.195Z] 
20:21:50 [2021-06-18T20:21:50.195Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:50 [2021-06-18T20:21:50.195Z] #29 sha256:75328d0479d2274ae9e9b454cd47e96dc72b3e77888a3439edda187452e5a0bd
20:21:50 [2021-06-18T20:21:50.195Z] #29 8.951 
20:21:50 [2021-06-18T20:21:50.226Z] #29 2.610 
##                                                                         3.6%
#######                                                                   10.0%
##########                                                                15.2%
##############                                                            20.4%
##################                                                        25.3%
######################                                                    30.6%
##########################                                                36.2%
#############################                                             41.4%
#################################                                         46.6%
#####################################                                     51.8%
#########################################                                 57.0%
############################################                              62.2%
################################################                          67.4%
####################################################                      72.7%
########################################################                  77.9%
###########################################################               83.1%
###############################################################           88.3%
###################################################################       93.5%
#######################################################################   98.7%
######################################################################## 100.0%
20:21:50 [2021-06-18T20:21:50.226Z] #29 4.465 
20:21:50 [2021-06-18T20:21:50.295Z] #42 ...
20:21:50 [2021-06-18T20:21:50.295Z] 
20:21:50 [2021-06-18T20:21:50.295Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:21:50 [2021-06-18T20:21:50.295Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:21:50 [2021-06-18T20:21:50.295Z] #36 8.384 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:50 [2021-06-18T20:21:50.295Z] #36 8.540 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:50 [2021-06-18T20:21:50.295Z] #36 8.540 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:50 [2021-06-18T20:21:50.295Z] #36 10.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:50 [2021-06-18T20:21:50.405Z] #45 ...
20:21:50 [2021-06-18T20:21:50.405Z] 
20:21:50 [2021-06-18T20:21:50.405Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:50 [2021-06-18T20:21:50.405Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:50 [2021-06-18T20:21:50.405Z] #13 97.92 Selecting previously unselected package g++-mingw-w64-x86-64.
20:21:50 [2021-06-18T20:21:50.405Z] #13 97.94 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:21:50 [2021-06-18T20:21:50.405Z] #13 97.95 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:50 [2021-06-18T20:21:50.405Z] #13 ...
20:21:50 [2021-06-18T20:21:50.405Z] 
20:21:50 [2021-06-18T20:21:50.405Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:50 [2021-06-18T20:21:50.405Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:21:50 [2021-06-18T20:21:50.405Z] #43 40.37   DEP      compel/plugins/shmem/shmem.d
20:21:50 [2021-06-18T20:21:50.405Z] #43 40.50   DEP      compel/plugins/fds/fds.d
20:21:50 [2021-06-18T20:21:50.405Z] #43 40.66   CC       compel/plugins/std/std.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 40.96   CC       compel/plugins/std/fds.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 41.39   CC       compel/plugins/std/log.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 42.11   CC       compel/plugins/std/string.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 42.62   CC       compel/plugins/std/infect.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.03   CC       compel/arch/x86/plugins/std/parasite-head.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.10   CC       compel/arch/x86/plugins/std/memcpy.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.18   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.24   AR       compel/plugins/std.lib.a
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.32   CC       compel/plugins/fds/fds.o
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.62   AR       compel/plugins/fds.lib.a
20:21:50 [2021-06-18T20:21:50.405Z] #43 43.67   HOSTDEP  compel/src/lib/log-host.d
20:21:50 [2021-06-18T20:21:50.452Z] #29 8.999 
######################################################################## 100.0%
20:21:50 [2021-06-18T20:21:50.452Z] #29 9.047 
20:21:50 [2021-06-18T20:21:50.452Z] #29 9.047 Download of images into '/build' complete.
20:21:50 [2021-06-18T20:21:50.452Z] #29 9.047 Use something like the following to load the result into a Docker daemon:
20:21:50 [2021-06-18T20:21:50.452Z] #29 9.047   tar -cC '/build' . | docker load
20:21:50 [2021-06-18T20:21:50.452Z] #29 DONE 9.1s
20:21:50 [2021-06-18T20:21:50.452Z] 
20:21:50 [2021-06-18T20:21:50.452Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:50 [2021-06-18T20:21:50.452Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:50 [2021-06-18T20:21:50.486Z] #29 4.685 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:21:50 [2021-06-18T20:21:50.486Z] #29 4.747 
20:21:50 [2021-06-18T20:21:50.563Z] #36 ...
20:21:50 [2021-06-18T20:21:50.563Z] 
20:21:50 [2021-06-18T20:21:50.563Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:21:50 [2021-06-18T20:21:50.563Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + RM_GOPATH=0
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + TMP_GOPATH=
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + : /build
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + '[' -z '' ']'
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 ++ mktemp -d
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + export GOPATH=/tmp/tmp.oNzgdLmWih
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + GOPATH=/tmp/tmp.oNzgdLmWih
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + RM_GOPATH=1
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.706 + case "$(go env GOARCH)" in
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.709 ++ go env GOARCH
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.724 + export GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.724 + GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.724 ++ dirname /tmp/install/install.sh
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + dir=/tmp/install
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + bin=tomlv
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + shift
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + . /tmp/install/tomlv.installer
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + install_tomlv
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.727 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.oNzgdLmWih/src/github.com/BurntSushi/toml
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.731 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:50 [2021-06-18T20:21:50.563Z] #34 6.731 Cloning into '/tmp/tmp.oNzgdLmWih/src/github.com/BurntSushi/toml'...
20:21:50 [2021-06-18T20:21:50.563Z] #34 7.400 + cd /tmp/tmp.oNzgdLmWih/src/github.com/BurntSushi/toml
20:21:50 [2021-06-18T20:21:50.563Z] #34 7.400 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:50 [2021-06-18T20:21:50.563Z] #34 7.440 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:21:50 [2021-06-18T20:21:50.563Z] #34 8.624 runtime/internal/atomic
20:21:50 [2021-06-18T20:21:50.563Z] #34 8.812 internal/cpu
20:21:50 [2021-06-18T20:21:50.563Z] #34 9.429 runtime/internal/math
20:21:50 [2021-06-18T20:21:50.563Z] #34 9.572 math/bits
20:21:50 [2021-06-18T20:21:50.563Z] #34 9.733 internal/bytealg
20:21:50 [2021-06-18T20:21:50.563Z] #34 10.62 math
20:21:50 [2021-06-18T20:21:50.563Z] #34 ...
20:21:50 [2021-06-18T20:21:50.563Z] 
20:21:50 [2021-06-18T20:21:50.563Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:21:50 [2021-06-18T20:21:50.563Z] #67 sha256:5e03055852623d1cae764eaa421fd4c3ca84ce250737e0c947f465a5887e822b
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.839 + RM_GOPATH=0
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.839 + TMP_GOPATH=
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.839 + : /build
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.839 + '[' -z '' ']'
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.877 ++ mktemp -d
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.884 + export GOPATH=/tmp/tmp.SrGRIIoxxD
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.884 + GOPATH=/tmp/tmp.SrGRIIoxxD
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.884 + RM_GOPATH=1
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.884 + case "$(go env GOARCH)" in
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.894 ++ go env GOARCH
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.914 + export GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.914 + GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 ++ dirname /tmp/install/install.sh
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + dir=/tmp/install
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + bin=proxy
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + shift
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + '[' '!' -f /tmp/install/proxy.installer ']'
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + . /tmp/install/proxy.installer
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + install_proxy
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + case "$1" in
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + export CGO_ENABLED=0
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + CGO_ENABLED=0
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + _install_proxy
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SrGRIIoxxD/src/github.com/docker/libnetwork
20:21:50 [2021-06-18T20:21:50.563Z] #67 6.935 Cloning into '/tmp/tmp.SrGRIIoxxD/src/github.com/docker/libnetwork'...
20:21:50 [2021-06-18T20:21:50.664Z] #43 43.76   HOSTDEP  compel/src/lib/handle-elf-host.d
20:21:50 [2021-06-18T20:21:50.664Z] #43 43.89   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:21:50 [2021-06-18T20:21:50.745Z] #29 4.797 
######################################################################## 100.0%
20:21:50 [2021-06-18T20:21:50.745Z] #29 4.820 
20:21:50 [2021-06-18T20:21:50.745Z] #29 5.074 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:21:50 [2021-06-18T20:21:50.879Z] #67 ...
20:21:50 [2021-06-18T20:21:50.879Z] 
20:21:50 [2021-06-18T20:21:50.879Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:50 [2021-06-18T20:21:50.879Z] #24 sha256:89b00c17b3f3194e542e23bdb70b07938efe27d6c3e49e630e97d3b7a88e6c1b
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.341 + RM_GOPATH=0
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.341 + TMP_GOPATH=
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.341 + : /build
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.341 + '[' -z '' ']'
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.341 ++ mktemp -d
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.343 + export GOPATH=/tmp/tmp.BmETBXUneS
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.343 + GOPATH=/tmp/tmp.BmETBXUneS
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.343 + RM_GOPATH=1
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.343 + case "$(go env GOARCH)" in
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.343 ++ go env GOARCH
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.368 + export GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.368 + GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.371 ++ dirname /tmp/install/install.sh
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + dir=/tmp/install
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + bin=dockercli
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + shift
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + . /tmp/install/dockercli.installer
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 ++ : stable
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 ++ : 17.06.2-ce
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + install_dockercli
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 ++ uname -m
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.381 Install docker/cli version 17.06.2-ce from stable
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.392 + arch=x86_64
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.392 + '[' x86_64 '!=' x86_64 ']'
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.392 + url=https://download.docker.com/linux/static
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.392 + tar -xz docker/docker
20:21:50 [2021-06-18T20:21:50.879Z] #24 7.407 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:21:50 [2021-06-18T20:21:50.879Z] #24 ...
20:21:50 [2021-06-18T20:21:50.879Z] 
20:21:50 [2021-06-18T20:21:50.879Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:21:50 [2021-06-18T20:21:50.879Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + RM_GOPATH=0
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + TMP_GOPATH=
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + : /build
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + '[' -z '' ']'
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 ++ mktemp -d
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + export GOPATH=/tmp/tmp.gq23poPriR
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + GOPATH=/tmp/tmp.gq23poPriR
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + RM_GOPATH=1
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 + case "$(go env GOARCH)" in
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.723 ++ go env GOARCH
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.732 + export GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.732 + GO_BUILDMODE=-buildmode=pie
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.732 ++ dirname /tmp/install/install.sh
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + dir=/tmp/install
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + bin=golangci_lint
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + shift
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + . /tmp/install/golangci_lint.installer
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 ++ : v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + install_golangci_lint
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + set -e
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + export GO111MODULE=on
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + GO111MODULE=on
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + GOBIN=/build
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.734 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.766 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.766 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.769 go: finding github.com/golangci/golangci-lint v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.769 go: finding github.com/golangci v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 6.769 go: finding github.com v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 8.219 go: downloading github.com/golangci/golangci-lint v1.23.8
20:21:50 [2021-06-18T20:21:50.879Z] #49 9.105 go: extracting github.com/golangci/golangci-lint v1.23.8
20:21:50 [2021-06-18T20:21:50.922Z] #43 44.00   HOSTDEP  compel/src/main-host.d
20:21:50 [2021-06-18T20:21:50.922Z] #43 44.17   DEP      compel/src/lib/ptrace.d
20:21:50 [2021-06-18T20:21:50.922Z] #43 44.26   DEP      compel/src/lib/infect.d
20:21:51 [2021-06-18T20:21:51.003Z] #29 5.131 
20:21:51 [2021-06-18T20:21:51.140Z] #49 ...
20:21:51 [2021-06-18T20:21:51.140Z] 
20:21:51 [2021-06-18T20:21:51.140Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:21:51 [2021-06-18T20:21:51.140Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + RM_GOPATH=0
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + TMP_GOPATH=
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + : /build
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + '[' -z '' ']'
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 ++ mktemp -d
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + export GOPATH=/tmp/tmp.CciAHFhX1H
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + GOPATH=/tmp/tmp.CciAHFhX1H
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + RM_GOPATH=1
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.010 + case "$(go env GOARCH)" in
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.013 ++ go env GOARCH
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.034 + export GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.034 + GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.035 ++ dirname /tmp/install/install.sh
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + dir=/tmp/install
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + bin=rootlesskit
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + shift
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + . /tmp/install/rootlesskit.installer
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 ++ : 4cd567642273d369adaadcbadca00880552c1778
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + install_rootlesskit
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + case "$1" in
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + export CGO_ENABLED=0
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + CGO_ENABLED=0
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + _install_rootlesskit
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.CciAHFhX1H/src/github.com/rootless-containers/rootlesskit
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.050 Cloning into '/tmp/tmp.CciAHFhX1H/src/github.com/rootless-containers/rootlesskit'...
20:21:51 [2021-06-18T20:21:51.140Z] #58 7.052 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
20:21:51 [2021-06-18T20:21:51.140Z] #58 ...
20:21:51 [2021-06-18T20:21:51.140Z] 
20:21:51 [2021-06-18T20:21:51.140Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:51 [2021-06-18T20:21:51.140Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + RM_GOPATH=0
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + TMP_GOPATH=
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + : /build
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + '[' -z '' ']'
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 ++ mktemp -d
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + export GOPATH=/tmp/tmp.HCfyG6U3Ti
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + GOPATH=/tmp/tmp.HCfyG6U3Ti
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + RM_GOPATH=1
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 + case "$(go env GOARCH)" in
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.859 ++ go env GOARCH
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.910 + export GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.910 + GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.140Z] #51 7.910 ++ dirname /tmp/install/install.sh
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.910 + dir=/tmp/install
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.910 + bin=shfmt
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.910 + shift
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.910 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 + . /tmp/install/shfmt.installer
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 + install_shfmt
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.924 + git clone https://github.com/mvdan/sh.git /tmp/tmp.HCfyG6U3Ti/src/github.com/mvdan/sh
20:21:51 [2021-06-18T20:21:51.141Z] #51 7.947 Cloning into '/tmp/tmp.HCfyG6U3Ti/src/github.com/mvdan/sh'...
20:21:51 [2021-06-18T20:21:51.181Z] #43 44.41   DEP      compel/src/lib/infect-util.d
20:21:51 [2021-06-18T20:21:51.181Z] #43 44.52   DEP      compel/src/lib/infect-rpc.d
20:21:51 [2021-06-18T20:21:51.262Z] #29 5.209 
######################################################################## 100.0%
20:21:51 [2021-06-18T20:21:51.262Z] #29 5.276 
20:21:51 [2021-06-18T20:21:51.400Z] #51 ...
20:21:51 [2021-06-18T20:21:51.400Z] 
20:21:51 [2021-06-18T20:21:51.400Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:21:51 [2021-06-18T20:21:51.400Z] #47 sha256:694d1ab9b21511345ebaeb16ed851cb89694a239101feee4b510a0582b02ece0
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.822 + RM_GOPATH=0
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.822 + TMP_GOPATH=
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.822 + : /build
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.822 + '[' -z '' ']'
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 ++ mktemp -d
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 + export GOPATH=/tmp/tmp.1GD1Aml13i
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 + GOPATH=/tmp/tmp.1GD1Aml13i
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 + RM_GOPATH=1
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 + case "$(go env GOARCH)" in
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.841 ++ go env GOARCH
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.868 + export GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.868 + GO_BUILDMODE=-buildmode=pie
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.894 ++ dirname /tmp/install/install.sh
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + dir=/tmp/install
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + bin=gotestsum
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + shift
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + . /tmp/install/gotestsum.installer
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 ++ : v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + install_gotestsum
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + set -e
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + export GO111MODULE=on
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + GO111MODULE=on
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + GOBIN=/build
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.910 + go get gotest.tools/gotestsum@v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.926 go: finding gotest.tools v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 7.992 go: finding gotest.tools/gotestsum v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 9.246 go: downloading gotest.tools/gotestsum v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 9.891 go: extracting gotest.tools/gotestsum v0.5.3
20:21:51 [2021-06-18T20:21:51.400Z] #47 ...
20:21:51 [2021-06-18T20:21:51.400Z] 
20:21:51 [2021-06-18T20:21:51.400Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:21:51 [2021-06-18T20:21:51.400Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:21:51 [2021-06-18T20:21:51.400Z] #55 7.938 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:51 [2021-06-18T20:21:51.400Z] #55 8.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:51 [2021-06-18T20:21:51.400Z] #55 8.032 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:51 [2021-06-18T20:21:51.400Z] #55 10.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:51 [2021-06-18T20:21:51.439Z] #43 44.68   DEP      compel/arch/x86/src/lib/infect.d
20:21:51 [2021-06-18T20:21:51.439Z] #43 44.80   DEP      compel/arch/x86/src/lib/cpu.d
20:21:51 [2021-06-18T20:21:51.529Z] #29 5.526 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
20:21:51 [2021-06-18T20:21:51.529Z] #29 5.578 
20:21:51 [2021-06-18T20:21:51.675Z] #55 ...
20:21:51 [2021-06-18T20:21:51.675Z] 
20:21:51 [2021-06-18T20:21:51.675Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:21:51 [2021-06-18T20:21:51.675Z] #47 sha256:694d1ab9b21511345ebaeb16ed851cb89694a239101feee4b510a0582b02ece0
20:21:51 [2021-06-18T20:21:51.675Z] #47 11.55 go: downloading github.com/jonboulle/clockwork v0.1.0
20:21:51 [2021-06-18T20:21:51.675Z] #47 11.57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:51 [2021-06-18T20:21:51.675Z] #47 11.68 go: downloading github.com/pkg/errors v0.9.1
20:21:51 [2021-06-18T20:21:51.675Z] #47 11.68 go: downloading github.com/spf13/pflag v1.0.3
20:21:51 [2021-06-18T20:21:51.675Z] #47 11.76 go: downloading github.com/fatih/color v1.9.0
20:21:51 [2021-06-18T20:21:51.698Z] #43 44.90   DEP      compel/src/lib/log.d
20:21:51 [2021-06-18T20:21:51.957Z] #43 45.02   DEP      compel/src/main.d
20:21:51 [2021-06-18T20:21:51.957Z] #43 45.10   DEP      compel/src/lib/handle-elf.d
20:21:51 [2021-06-18T20:21:51.957Z] #43 45.24   DEP      compel/arch/x86/src/lib/handle-elf.d
20:21:51 [2021-06-18T20:21:51.962Z] #47 11.76 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:51 [2021-06-18T20:21:51.962Z] #47 11.89 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:51 [2021-06-18T20:21:51.962Z] #47 11.89 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:51 [2021-06-18T20:21:51.962Z] #47 11.89 go: extracting github.com/jonboulle/clockwork v0.1.0
20:21:51 [2021-06-18T20:21:51.962Z] #47 11.90 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:51 [2021-06-18T20:21:51.962Z] #47 ...
20:21:51 [2021-06-18T20:21:51.962Z] 
20:21:51 [2021-06-18T20:21:51.962Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:21:51 [2021-06-18T20:21:51.962Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:21:51 [2021-06-18T20:21:51.962Z] #40 5.439 + git clone https://github.com/docker/distribution.git .
20:21:51 [2021-06-18T20:21:51.962Z] #40 5.446 Cloning into '.'...
20:21:52 [2021-06-18T20:21:52.054Z] #29 5.790 #=#=#                                                                         

################                                                          22.6%
#################################                                         47.1%
##########################################################                80.9%#29 ...
20:21:52 [2021-06-18T20:21:52.054Z] 
20:21:52 [2021-06-18T20:21:52.054Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:52 [2021-06-18T20:21:52.054Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
20:21:52 [2021-06-18T20:21:52.054Z] #39 DONE 3.3s
20:21:52 [2021-06-18T20:21:52.054Z] 
20:21:52 [2021-06-18T20:21:52.055Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:52 [2021-06-18T20:21:52.055Z] #29 sha256:ec24a5f9c430db5fb3028db6c974da543889fe8aa425437a8971adc533e6831b
20:21:52 [2021-06-18T20:21:52.055Z] #29 5.790 #=#=#                                                                         

################                                                          22.6%
#################################                                         47.1%
##########################################################                80.9%
######################################################################## 100.0%
20:21:52 [2021-06-18T20:21:52.055Z] #29 6.244 
20:21:52 [2021-06-18T20:21:52.055Z] #29 ...
20:21:52 [2021-06-18T20:21:52.055Z] 
20:21:52 [2021-06-18T20:21:52.055Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:21:52 [2021-06-18T20:21:52.055Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:21:52 [2021-06-18T20:21:52.216Z] #43 45.36   CC       compel/src/lib/log.o
20:21:52 [2021-06-18T20:21:52.222Z] #40 ...
20:21:52 [2021-06-18T20:21:52.222Z] 
20:21:52 [2021-06-18T20:21:52.222Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:21:52 [2021-06-18T20:21:52.222Z] #47 sha256:694d1ab9b21511345ebaeb16ed851cb89694a239101feee4b510a0582b02ece0
20:21:52 [2021-06-18T20:21:52.222Z] #47 12.17 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:52 [2021-06-18T20:21:52.222Z] #47 12.21 go: extracting github.com/fatih/color v1.9.0
20:21:52 [2021-06-18T20:21:52.222Z] #47 12.22 go: downloading github.com/mattn/go-isatty v0.0.12
20:21:52 [2021-06-18T20:21:52.222Z] #47 12.26 go: downloading github.com/mattn/go-colorable v0.1.6
20:21:52 [2021-06-18T20:21:52.222Z] #47 12.27 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:52 [2021-06-18T20:21:52.475Z] #43 45.66   CC       compel/arch/x86/src/lib/cpu.o
20:21:52 [2021-06-18T20:21:52.520Z] #47 12.32 go: extracting github.com/pkg/errors v0.9.1
20:21:52 [2021-06-18T20:21:52.520Z] #47 12.32 go: extracting github.com/spf13/pflag v1.0.3
20:21:52 [2021-06-18T20:21:52.520Z] #47 12.53 go: extracting github.com/mattn/go-isatty v0.0.12
20:21:52 [2021-06-18T20:21:52.627Z] #24 117.0 Checking out files:  18% (2143/11546)   
Checking out files:  19% (2194/11546)   
Checking out files:  20% (2310/11546)   
Checking out files:  21% (2425/11546)   
Checking out files:  22% (2541/11546)   
Checking out files:  23% (2656/11546)   
Checking out files:  24% (2772/11546)   
Checking out files:  25% (2887/11546)   
Checking out files:  26% (3002/11546)   
Checking out files:  27% (3118/11546)   
Checking out files:  28% (3233/11546)   
Checking out files:  29% (3349/11546)   
Checking out files:  29% (3434/11546)   
Checking out files:  30% (3464/11546)   
Checking out files:  31% (3580/11546)   
Checking out files:  32% (3695/11546)   
Checking out files:  33% (3811/11546)   
Checking out files:  34% (3926/11546)   
Checking out files:  35% (4042/11546)   
Checking out files:  36% (4157/11546)   
Checking out files:  37% (4273/11546)   
Checking out files:  38% (4388/11546)   
Checking out files:  39% (4503/11546)   
Checking out files:  40% (4619/11546)   
Checking out files:  41% (4734/11546)   
Checking out files:  41% (4804/11546)   
Checking out files:  42% (4850/11546)   
Checking out files:  43% (4965/11546)   
Checking out files:  44% (5081/11546)   
Checking out files:  45% (5196/11546)   
Checking out files:  46% (5312/11546)   
Checking out files:  47% (5427/11546)   
Checking out files:  48% (5543/11546)   
Checking out files:  49% (5658/11546)   
Checking out files:  50% (5773/11546)   
Checking out files:  51% (5889/11546)   
Checking out files:  52% (6004/11546)   
Checking out files:  53% (6120/11546)   
Checking out files:  54% (6235/11546)   
Checking out files:  55% (6351/11546)   
Checking out files:  56% (6466/11546)   
Checking out files:  57% (6582/11546)   
Checking out files:  58% (6697/11546)   
20:21:52 [2021-06-18T20:21:52.627Z] #24 ...
20:21:52 [2021-06-18T20:21:52.627Z] 
20:21:52 [2021-06-18T20:21:52.627Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:52 [2021-06-18T20:21:52.627Z] #45 sha256:00a9b2dfe03dbcd92fe22cb00b5fdc5afa778eb6dc6f063358e4cdd3433a0c3a
20:21:52 [2021-06-18T20:21:52.627Z] #45 DONE 120.1s
20:21:52 [2021-06-18T20:21:52.627Z] 
20:21:52 [2021-06-18T20:21:52.627Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:52 [2021-06-18T20:21:52.627Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:21:52 [2021-06-18T20:21:52.780Z] #47 12.62 go: extracting github.com/mattn/go-colorable v0.1.6
20:21:52 [2021-06-18T20:21:52.886Z] Running on azwin-2-a3a470 in d:\jenkins\workspace\moby_PR-42538
[Pipeline] {
[Pipeline] ws
20:21:52 [2021-06-18T20:21:52.901Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
20:21:52 [2021-06-18T20:21:52.999Z] #40 ...
20:21:52 [2021-06-18T20:21:52.999Z] 
20:21:52 [2021-06-18T20:21:52.999Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:52 [2021-06-18T20:21:52.999Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
20:21:52 [2021-06-18T20:21:52.999Z] #31 DONE 4.2s
20:21:52 [2021-06-18T20:21:52.999Z] 
20:21:52 [2021-06-18T20:21:52.999Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:21:52 [2021-06-18T20:21:52.999Z] #29 sha256:ec24a5f9c430db5fb3028db6c974da543889fe8aa425437a8971adc533e6831b
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.446 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.511 
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.580 
######################################################################## 100.0%
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.596 
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.745 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.808 
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.841 
######################################################################## 100.0%
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.887 
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.897 Download of images into '/build' complete.
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.897 Use something like the following to load the result into a Docker daemon:
20:21:52 [2021-06-18T20:21:52.999Z] #29 6.897   tar -cC '/build' . | docker load
20:21:52 [2021-06-18T20:21:52.999Z] #29 DONE 7.2s
20:21:53 [2021-06-18T20:21:53.043Z] #43 46.38   CC       compel/arch/x86/src/lib/infect.o
20:21:53 [2021-06-18T20:21:53.261Z] 
20:21:53 [2021-06-18T20:21:53.261Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:53 [2021-06-18T20:21:53.261Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:21:53 [2021-06-18T20:21:53.979Z] #43 47.21   CC       compel/src/lib/infect-rpc.o
20:21:54 [2021-06-18T20:21:54.211Z] #24 117.0 Checking out files:  18% (2143/11546)   
Checking out files:  19% (2194/11546)   
Checking out files:  20% (2310/11546)   
Checking out files:  21% (2425/11546)   
Checking out files:  22% (2541/11546)   
Checking out files:  23% (2656/11546)   
Checking out files:  24% (2772/11546)   
Checking out files:  25% (2887/11546)   
Checking out files:  26% (3002/11546)   
Checking out files:  27% (3118/11546)   
Checking out files:  28% (3233/11546)   
Checking out files:  29% (3349/11546)   
Checking out files:  29% (3434/11546)   
Checking out files:  30% (3464/11546)   
Checking out files:  31% (3580/11546)   
Checking out files:  32% (3695/11546)   
Checking out files:  33% (3811/11546)   
Checking out files:  34% (3926/11546)   
Checking out files:  35% (4042/11546)   
Checking out files:  36% (4157/11546)   
Checking out files:  37% (4273/11546)   
Checking out files:  38% (4388/11546)   
Checking out files:  39% (4503/11546)   
Checking out files:  40% (4619/11546)   
Checking out files:  41% (4734/11546)   
Checking out files:  41% (4804/11546)   
Checking out files:  42% (4850/11546)   
Checking out files:  43% (4965/11546)   
Checking out files:  44% (5081/11546)   
Checking out files:  45% (5196/11546)   
Checking out files:  46% (5312/11546)   
Checking out files:  47% (5427/11546)   
Checking out files:  48% (5543/11546)   
Checking out files:  49% (5658/11546)   
Checking out files:  50% (5773/11546)   
Checking out files:  51% (5889/11546)   
Checking out files:  52% (6004/11546)   
Checking out files:  53% (6120/11546)   
Checking out files:  54% (6235/11546)   
Checking out files:  55% (6351/11546)   
Checking out files:  56% (6466/11546)   
Checking out files:  57% (6582/11546)   
Checking out files:  58% (6697/11546)   
Checking out files:  58% (6799/11546)   
Checking out files:  59% (6813/11546)   
Checking out files:  60% (6928/11546)   
Checking out files:  61% (7044/11546)   
Checking out files:  62% (7159/11546)   
Checking out files:  63% (7274/11546)   
Checking out files:  64% (7390/11546)   
Checking out files:  65% (7505/11546)   
Checking out files:  66% (7621/11546)   
Checking out files:  67% (7736/11546)   
Checking out files:  68% (7852/11546)   
Checking out files:  69% (7967/11546)   
Checking out files:  70% (8083/11546)   
Checking out files:  71% (8198/11546)   
Checking out files:  72% (8314/11546)   
Checking out files:  72% (8382/11546)   
Checking out files:  73% (8429/11546)   
Checking out files:  74% (8545/11546)   
Checking out files:  75% (8660/11546)   
Checking out files:  76% (8775/11546)   
Checking out files:  77% (8891/11546)   
Checking out files:  78% (9006/11546)   
Checking out files:  79% (9122/11546)   
Checking out files:  80% (9237/11546)   
Checking out files:  81% (9353/11546)   
Checking out files:  82% (9468/11546)   
20:21:54 [2021-06-18T20:21:54.211Z] #24 ...
20:21:54 [2021-06-18T20:21:54.211Z] 
20:21:54 [2021-06-18T20:21:54.211Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:21:54 [2021-06-18T20:21:54.211Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:21:54 [2021-06-18T20:21:54.211Z] #43 70.69   DEP      criu/arch/aarch64/sigframe.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 70.87   DEP      criu/arch/aarch64/crtools.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 71.12   DEP      criu/arch/aarch64/cpu.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 71.17   DEP      criu/arch/aarch64/bitops.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 71.23   CC       criu/arch/aarch64/bitops.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 71.30   CC       criu/arch/aarch64/cpu.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 71.53   CC       criu/arch/aarch64/crtools.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 72.24   CC       criu/arch/aarch64/sigframe.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 72.47   LINK     criu/arch/aarch64/crtools.built-in.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 72.53   DEP      criu/pie/util-vdso.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 72.80   DEP      criu/pie/util.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 73.11   CC       criu/pie/util.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 73.44   CC       criu/pie/util-vdso.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.25   AR       criu/pie/pie.lib.a
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.37   DEP      criu/pie/restorer.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.62   DEP      criu/arch/aarch64/intraprocedure.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.66   DEP      criu/arch/aarch64/restorer.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.84   DEP      criu/arch/aarch64/vdso-pie.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 74.92   DEP      criu/pie/parasite-vdso.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 75.02   DEP      criu/pie/parasite.d
20:21:54 [2021-06-18T20:21:54.211Z] #43 75.35   CC       criu/pie/parasite.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 76.88   LINK     criu/pie/parasite.built-in.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 76.89   GEN      criu/pie/parasite-blob.h
20:21:54 [2021-06-18T20:21:54.211Z] #43 76.96   CC       criu/pie/parasite-vdso.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 77.78   CC       criu/arch/aarch64/vdso-pie.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 78.19   CC       criu/arch/aarch64/restorer.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 78.74   CC       criu/arch/aarch64/intraprocedure.o
20:21:54 [2021-06-18T20:21:54.211Z] #43 78.83   CC       criu/pie/restorer.o
20:21:54 [2021-06-18T20:21:54.473Z] #43 ...
20:21:54 [2021-06-18T20:21:54.473Z] 
20:21:54 [2021-06-18T20:21:54.473Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:54 [2021-06-18T20:21:54.473Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:21:54 [2021-06-18T20:21:54.547Z] #43 47.73   CC       compel/src/lib/infect-util.o
20:21:54 [2021-06-18T20:21:54.739Z] The recommended git tool is: git
20:21:54 [2021-06-18T20:21:54.806Z] #43 48.01   CC       compel/src/lib/infect.o
20:21:54 [2021-06-18T20:21:54.941Z] #13 3.649 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:21:54 [2021-06-18T20:21:54.941Z] #13 3.730 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:54 [2021-06-18T20:21:54.941Z] #13 3.730 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:54 [2021-06-18T20:21:54.941Z] #13 3.755 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:55 [2021-06-18T20:21:55.085Z] #43 ...
20:21:55 [2021-06-18T20:21:55.085Z] 
20:21:55 [2021-06-18T20:21:55.085Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:55 [2021-06-18T20:21:55.085Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:55 [2021-06-18T20:21:55.085Z] #13 112.8 Selecting previously unselected package libapparmor1:amd64.
20:21:55 [2021-06-18T20:21:55.085Z] #13 112.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.085Z] #13 112.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:21:55 [2021-06-18T20:21:55.198Z] #13 ...
20:21:55 [2021-06-18T20:21:55.198Z] 
20:21:55 [2021-06-18T20:21:55.198Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:55 [2021-06-18T20:21:55.198Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + RM_GOPATH=0
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + TMP_GOPATH=
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + : /build
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + '[' -z '' ']'
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 ++ mktemp -d
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + export GOPATH=/tmp/tmp.oSYIJS7Mri
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + GOPATH=/tmp/tmp.oSYIJS7Mri
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + RM_GOPATH=1
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.342 + case "$(go env GOARCH)" in
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.359 ++ go env GOARCH
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + export GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 ++ dirname /tmp/install/install.sh
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + dir=/tmp/install
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + bin=shfmt
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + shift
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + . /tmp/install/shfmt.installer
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + install_shfmt
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 + git clone https://github.com/mvdan/sh.git /tmp/tmp.oSYIJS7Mri/src/github.com/mvdan/sh
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 Cloning into '/tmp/tmp.oSYIJS7Mri/src/github.com/mvdan/sh'...
20:21:55 [2021-06-18T20:21:55.198Z] #51 6.363 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:55 [2021-06-18T20:21:55.198Z] #51 ...
20:21:55 [2021-06-18T20:21:55.198Z] 
20:21:55 [2021-06-18T20:21:55.198Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:55 [2021-06-18T20:21:55.198Z] #24 sha256:767b31945aa07401e4fc278336c97d04648e29a0e636f911f9f2f9a15dd39379
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.684 + RM_GOPATH=0
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.684 + TMP_GOPATH=
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.684 + : /build
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.684 + '[' -z '' ']'
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.685 ++ mktemp -d
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.686 + export GOPATH=/tmp/tmp.fCQdXpse7W
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.686 + GOPATH=/tmp/tmp.fCQdXpse7W
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.686 + RM_GOPATH=1
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.686 + case "$(go env GOARCH)" in
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.689 ++ go env GOARCH
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.697 + export GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.697 + GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.697 ++ dirname /tmp/install/install.sh
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 Install docker/cli version 17.06.2-ce from stable
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + dir=/tmp/install
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + bin=dockercli
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + shift
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + . /tmp/install/dockercli.installer
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 ++ : stable
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 ++ : 17.06.2-ce
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + install_dockercli
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.699 ++ uname -m
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.700 + arch=x86_64
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.700 + '[' x86_64 '!=' x86_64 ']'
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.700 + url=https://download.docker.com/linux/static
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.700 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:21:55 [2021-06-18T20:21:55.198Z] #24 5.704 + tar -xz docker/docker
20:21:55 [2021-06-18T20:21:55.259Z] #24 117.0 Checking out files:  18% (2143/11546)   
Checking out files:  19% (2194/11546)   
Checking out files:  20% (2310/11546)   
Checking out files:  21% (2425/11546)   
Checking out files:  22% (2541/11546)   
Checking out files:  23% (2656/11546)   
Checking out files:  24% (2772/11546)   
Checking out files:  25% (2887/11546)   
Checking out files:  26% (3002/11546)   
Checking out files:  27% (3118/11546)   
Checking out files:  28% (3233/11546)   
Checking out files:  29% (3349/11546)   
Checking out files:  29% (3434/11546)   
Checking out files:  30% (3464/11546)   
Checking out files:  31% (3580/11546)   
Checking out files:  32% (3695/11546)   
Checking out files:  33% (3811/11546)   
Checking out files:  34% (3926/11546)   
Checking out files:  35% (4042/11546)   
Checking out files:  36% (4157/11546)   
Checking out files:  37% (4273/11546)   
Checking out files:  38% (4388/11546)   
Checking out files:  39% (4503/11546)   
Checking out files:  40% (4619/11546)   
Checking out files:  41% (4734/11546)   
Checking out files:  41% (4804/11546)   
Checking out files:  42% (4850/11546)   
Checking out files:  43% (4965/11546)   
Checking out files:  44% (5081/11546)   
Checking out files:  45% (5196/11546)   
Checking out files:  46% (5312/11546)   
Checking out files:  47% (5427/11546)   
Checking out files:  48% (5543/11546)   
Checking out files:  49% (5658/11546)   
Checking out files:  50% (5773/11546)   
Checking out files:  51% (5889/11546)   
Checking out files:  52% (6004/11546)   
Checking out files:  53% (6120/11546)   
Checking out files:  54% (6235/11546)   
Checking out files:  55% (6351/11546)   
Checking out files:  56% (6466/11546)   
Checking out files:  57% (6582/11546)   
Checking out files:  58% (6697/11546)   
Checking out files:  58% (6799/11546)   
Checking out files:  59% (6813/11546)   
Checking out files:  60% (6928/11546)   
Checking out files:  61% (7044/11546)   
Checking out files:  62% (7159/11546)   
Checking out files:  63% (7274/11546)   
Checking out files:  64% (7390/11546)   
Checking out files:  65% (7505/11546)   
Checking out files:  66% (7621/11546)   
Checking out files:  67% (7736/11546)   
Checking out files:  68% (7852/11546)   
Checking out files:  69% (7967/11546)   
Checking out files:  70% (8083/11546)   
Checking out files:  71% (8198/11546)   
Checking out files:  72% (8314/11546)   
Checking out files:  72% (8382/11546)   
Checking out files:  73% (8429/11546)   
Checking out files:  74% (8545/11546)   
Checking out files:  75% (8660/11546)   
Checking out files:  76% (8775/11546)   
Checking out files:  77% (8891/11546)   
Checking out files:  78% (9006/11546)   
Checking out files:  79% (9122/11546)   
Checking out files:  80% (9237/11546)   
Checking out files:  81% (9353/11546)   
Checking out files:  82% (9468/11546)   
Checking out files:  83% (9584/11546)   
Checking out files:  84% (9699/11546)   
Checking out files:  85% (9815/11546)   
Checking out files:  85% (9916/11546)   
Checking out files:  86% (9930/11546)   
Checking out files:  87% (10046/11546)   
Checking out files:  88% (10161/11546)   
Checking out files:  89% (10276/11546)   
Checking out files:  90% (10392/11546)   
Checking out files:  91% (10507/11546)   
Checking out files:  92% (10623/11546)   
Checking out files:  93% (10738/11546)   
Checking out files:  94% (10854/11546)   
Checking out files:  95% (10969/11546)   
Checking out files:  96% (11085/11546)   
Checking out files:  97% (11200/11546)   
20:21:55 [2021-06-18T20:21:55.259Z] #24 ...
20:21:55 [2021-06-18T20:21:55.259Z] 
20:21:55 [2021-06-18T20:21:55.259Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:55 [2021-06-18T20:21:55.259Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
20:21:55 [2021-06-18T20:21:55.259Z] #32 DONE 122.4s
20:21:55 [2021-06-18T20:21:55.259Z] 
20:21:55 [2021-06-18T20:21:55.259Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:55 [2021-06-18T20:21:55.259Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:21:55 [2021-06-18T20:21:55.330Z] #47 14.96 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:55 [2021-06-18T20:21:55.354Z] #13 113.0 Selecting previously unselected package libapparmor-dev:amd64.
20:21:55 [2021-06-18T20:21:55.354Z] #13 113.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.354Z] #13 113.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:21:55 [2021-06-18T20:21:55.354Z] #13 113.2 Selecting previously unselected package libbtrfs0.
20:21:55 [2021-06-18T20:21:55.455Z] #24 ...
20:21:55 [2021-06-18T20:21:55.455Z] 
20:21:55 [2021-06-18T20:21:55.455Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:55 [2021-06-18T20:21:55.455Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:21:55 [2021-06-18T20:21:55.455Z] #32 6.869 + git clone https://github.com/kolyshkin/go-swagger.git .
20:21:55 [2021-06-18T20:21:55.455Z] #32 6.875 Cloning into '.'...
20:21:55 [2021-06-18T20:21:55.520Z] #24 117.0 Checking out files:  18% (2143/11546)   
Checking out files:  19% (2194/11546)   
Checking out files:  20% (2310/11546)   
Checking out files:  21% (2425/11546)   
Checking out files:  22% (2541/11546)   
Checking out files:  23% (2656/11546)   
Checking out files:  24% (2772/11546)   
Checking out files:  25% (2887/11546)   
Checking out files:  26% (3002/11546)   
Checking out files:  27% (3118/11546)   
Checking out files:  28% (3233/11546)   
Checking out files:  29% (3349/11546)   
Checking out files:  29% (3434/11546)   
Checking out files:  30% (3464/11546)   
Checking out files:  31% (3580/11546)   
Checking out files:  32% (3695/11546)   
Checking out files:  33% (3811/11546)   
Checking out files:  34% (3926/11546)   
Checking out files:  35% (4042/11546)   
Checking out files:  36% (4157/11546)   
Checking out files:  37% (4273/11546)   
Checking out files:  38% (4388/11546)   
Checking out files:  39% (4503/11546)   
Checking out files:  40% (4619/11546)   
Checking out files:  41% (4734/11546)   
Checking out files:  41% (4804/11546)   
Checking out files:  42% (4850/11546)   
Checking out files:  43% (4965/11546)   
Checking out files:  44% (5081/11546)   
Checking out files:  45% (5196/11546)   
Checking out files:  46% (5312/11546)   
Checking out files:  47% (5427/11546)   
Checking out files:  48% (5543/11546)   
Checking out files:  49% (5658/11546)   
Checking out files:  50% (5773/11546)   
Checking out files:  51% (5889/11546)   
Checking out files:  52% (6004/11546)   
Checking out files:  53% (6120/11546)   
Checking out files:  54% (6235/11546)   
Checking out files:  55% (6351/11546)   
Checking out files:  56% (6466/11546)   
Checking out files:  57% (6582/11546)   
Checking out files:  58% (6697/11546)   
Checking out files:  58% (6799/11546)   
Checking out files:  59% (6813/11546)   
Checking out files:  60% (6928/11546)   
Checking out files:  61% (7044/11546)   
Checking out files:  62% (7159/11546)   
Checking out files:  63% (7274/11546)   
Checking out files:  64% (7390/11546)   
Checking out files:  65% (7505/11546)   
Checking out files:  66% (7621/11546)   
Checking out files:  67% (7736/11546)   
Checking out files:  68% (7852/11546)   
Checking out files:  69% (7967/11546)   
Checking out files:  70% (8083/11546)   
Checking out files:  71% (8198/11546)   
Checking out files:  72% (8314/11546)   
Checking out files:  72% (8382/11546)   
Checking out files:  73% (8429/11546)   
Checking out files:  74% (8545/11546)   
Checking out files:  75% (8660/11546)   
Checking out files:  76% (8775/11546)   
Checking out files:  77% (8891/11546)   
Checking out files:  78% (9006/11546)   
Checking out files:  79% (9122/11546)   
Checking out files:  80% (9237/11546)   
Checking out files:  81% (9353/11546)   
Checking out files:  82% (9468/11546)   
Checking out files:  83% (9584/11546)   
Checking out files:  84% (9699/11546)   
Checking out files:  85% (9815/11546)   
Checking out files:  85% (9916/11546)   
Checking out files:  86% (9930/11546)   
Checking out files:  87% (10046/11546)   
Checking out files:  88% (10161/11546)   
Checking out files:  89% (10276/11546)   
Checking out files:  90% (10392/11546)   
Checking out files:  91% (10507/11546)   
Checking out files:  92% (10623/11546)   
Checking out files:  93% (10738/11546)   
Checking out files:  94% (10854/11546)   
Checking out files:  95% (10969/11546)   
Checking out files:  96% (11085/11546)   
Checking out files:  97% (11200/11546)   
Checking out files:  98% (11316/11546)   
Checking out files:  99% (11431/11546)   
Checking out files: 100% (11546/11546)   
Checking out files: 100% (11546/11546), done.
20:21:55 [2021-06-18T20:21:55.520Z] #24 123.1 + cd /tmp/tmp.Uha5fPKjXI/tmp/docker-ce
20:21:55 [2021-06-18T20:21:55.520Z] #24 123.1 + git checkout -q v17.06.2-ce
20:21:55 [2021-06-18T20:21:55.590Z] #47 15.50 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.3 Unpacking libbtrfs0 (4.20.1-2) ...
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.4 Selecting previously unselected package libbtrfs-dev.
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.4 Unpacking libbtrfs-dev (4.20.1-2) ...
20:21:55 [2021-06-18T20:21:55.612Z] #13 113.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:21:55 [2021-06-18T20:21:55.716Z] #32 ...
20:21:55 [2021-06-18T20:21:55.716Z] 
20:21:55 [2021-06-18T20:21:55.716Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:21:55 [2021-06-18T20:21:55.716Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:21:55 [2021-06-18T20:21:55.716Z] #36 7.777 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #36 7.855 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #36 7.879 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #36 10.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #36 ...
20:21:55 [2021-06-18T20:21:55.716Z] 
20:21:55 [2021-06-18T20:21:55.716Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:21:55 [2021-06-18T20:21:55.716Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:21:55 [2021-06-18T20:21:55.716Z] #55 7.759 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #55 7.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:55 [2021-06-18T20:21:55.716Z] #55 7.918 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:55 [2021-06-18T20:21:55.880Z] #13 113.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.880Z] #13 113.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:21:55 [2021-06-18T20:21:55.880Z] #13 113.6 Selecting previously unselected package libudev-dev:amd64.
20:21:55 [2021-06-18T20:21:55.880Z] #13 113.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
20:21:55 [2021-06-18T20:21:55.880Z] #13 113.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
20:21:55 [2021-06-18T20:21:55.972Z] #55 10.77 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:55 [2021-06-18T20:21:55.973Z] #55 ...
20:21:55 [2021-06-18T20:21:55.973Z] 
20:21:55 [2021-06-18T20:21:55.973Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:21:55 [2021-06-18T20:21:55.973Z] #67 sha256:d24c9cdc7126db7cffc57b4e0baa7e8a2f3da16ac820c5897f6e1d3d38b0a570
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + RM_GOPATH=0
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + TMP_GOPATH=
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + : /build
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + '[' -z '' ']'
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 ++ mktemp -d
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + export GOPATH=/tmp/tmp.8gdBuVomyY
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + GOPATH=/tmp/tmp.8gdBuVomyY
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + RM_GOPATH=1
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 + case "$(go env GOARCH)" in
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.710 ++ go env GOARCH
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + export GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + GO_BUILDMODE=-buildmode=pie
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 ++ dirname /tmp/install/install.sh
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + dir=/tmp/install
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + bin=proxy
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + shift
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + '[' '!' -f /tmp/install/proxy.installer ']'
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + . /tmp/install/proxy.installer
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + install_proxy
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + case "$1" in
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + export CGO_ENABLED=0
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + CGO_ENABLED=0
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + _install_proxy
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.738 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.8gdBuVomyY/src/github.com/docker/libnetwork
20:21:55 [2021-06-18T20:21:55.973Z] #67 6.754 Cloning into '/tmp/tmp.8gdBuVomyY/src/github.com/docker/libnetwork'...
20:21:55 [2021-06-18T20:21:55.973Z] #67 ...
20:21:55 [2021-06-18T20:21:55.973Z] 
20:21:55 [2021-06-18T20:21:55.973Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:21:55 [2021-06-18T20:21:55.973Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:21:55 [2021-06-18T20:21:55.973Z] #40 6.790 + git clone https://github.com/docker/distribution.git .
20:21:55 [2021-06-18T20:21:55.973Z] #40 6.797 Cloning into '.'...
20:21:56 [2021-06-18T20:21:56.149Z] #13 113.8 Selecting previously unselected package libsepol1-dev:amd64.
20:21:56 [2021-06-18T20:21:56.149Z] #13 113.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:21:56 [2021-06-18T20:21:56.149Z] #13 113.9 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:21:56 [2021-06-18T20:21:56.229Z] #40 ...
20:21:56 [2021-06-18T20:21:56.229Z] 
20:21:56 [2021-06-18T20:21:56.229Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:21:56 [2021-06-18T20:21:56.229Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.890 + RM_GOPATH=0
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.890 + TMP_GOPATH=
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.894 + : /build
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.894 + '[' -z '' ']'
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.894 ++ mktemp -d
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.915 + export GOPATH=/tmp/tmp.7xghc8tkGK
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.915 + GOPATH=/tmp/tmp.7xghc8tkGK
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.915 + RM_GOPATH=1
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.915 + case "$(go env GOARCH)" in
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.915 ++ go env GOARCH
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.952 + export GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.952 + GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.952 ++ dirname /tmp/install/install.sh
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.971 + dir=/tmp/install
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.971 + bin=rootlesskit
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.971 + shift
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.971 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:21:56 [2021-06-18T20:21:56.229Z] #58 6.971 + . /tmp/install/rootlesskit.installer
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 ++ : 4cd567642273d369adaadcbadca00880552c1778
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + install_rootlesskit
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + case "$1" in
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + export CGO_ENABLED=0
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + CGO_ENABLED=0
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + _install_rootlesskit
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.7xghc8tkGK/src/github.com/rootless-containers/rootlesskit
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 Cloning into '/tmp/tmp.7xghc8tkGK/src/github.com/rootless-containers/rootlesskit'...
20:21:56 [2021-06-18T20:21:56.230Z] #58 6.971 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
20:21:56 [2021-06-18T20:21:56.230Z] #58 ...
20:21:56 [2021-06-18T20:21:56.230Z] 
20:21:56 [2021-06-18T20:21:56.230Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:56 [2021-06-18T20:21:56.230Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.653 + RM_GOPATH=0
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.653 + TMP_GOPATH=
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.653 + : /build
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.653 + '[' -z '' ']'
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.653 ++ mktemp -d
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.663 + export GOPATH=/tmp/tmp.bi4OHjVKGz
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.663 + GOPATH=/tmp/tmp.bi4OHjVKGz
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.663 + RM_GOPATH=1
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.663 + case "$(go env GOARCH)" in
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.663 ++ go env GOARCH
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.704 + export GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.704 + GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.705 ++ dirname /tmp/install/install.sh
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + dir=/tmp/install
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + bin=vndr
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + shift
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + '[' '!' -f /tmp/install/vndr.installer ']'
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + . /tmp/install/vndr.installer
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + install_vndr
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.bi4OHjVKGz/src/github.com/LK4D4/vndr
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.711 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:21:56 [2021-06-18T20:21:56.230Z] #45 6.731 Cloning into '/tmp/tmp.bi4OHjVKGz/src/github.com/LK4D4/vndr'...
20:21:56 [2021-06-18T20:21:56.230Z] #45 7.838 + cd /tmp/tmp.bi4OHjVKGz/src/github.com/LK4D4/vndr
20:21:56 [2021-06-18T20:21:56.230Z] #45 7.838 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:21:56 [2021-06-18T20:21:56.230Z] #45 7.862 + go build -buildmode=pie -v -o /build/vndr .
20:21:56 [2021-06-18T20:21:56.230Z] #45 9.985 internal/bytealg
20:21:56 [2021-06-18T20:21:56.230Z] #45 9.985 internal/race
20:21:56 [2021-06-18T20:21:56.230Z] #45 10.20 sync/atomic
20:21:56 [2021-06-18T20:21:56.230Z] #45 10.54 unicode
20:21:56 [2021-06-18T20:21:56.230Z] #45 11.02 runtime
20:21:56 [2021-06-18T20:21:56.407Z] #13 114.1 Selecting previously unselected package libpcre16-3:amd64.
20:21:56 [2021-06-18T20:21:56.407Z] #13 114.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:21:56 [2021-06-18T20:21:56.407Z] #13 114.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:21:56 [2021-06-18T20:21:56.407Z] #13 114.3 Selecting previously unselected package libpcre32-3:amd64.
20:21:56 [2021-06-18T20:21:56.407Z] #13 114.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:21:56 [2021-06-18T20:21:56.486Z] #45 ...
20:21:56 [2021-06-18T20:21:56.486Z] 
20:21:56 [2021-06-18T20:21:56.486Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:21:56 [2021-06-18T20:21:56.486Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + RM_GOPATH=0
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + TMP_GOPATH=
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + : /build
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + '[' -z '' ']'
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 ++ mktemp -d
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + export GOPATH=/tmp/tmp.14aZPkvskU
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + GOPATH=/tmp/tmp.14aZPkvskU
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + RM_GOPATH=1
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.796 + case "$(go env GOARCH)" in
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.810 ++ go env GOARCH
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.842 + export GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.842 + GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 ++ dirname /tmp/install/install.sh
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + dir=/tmp/install
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + bin=golangci_lint
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + shift
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + . /tmp/install/golangci_lint.installer
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 ++ : v1.23.8
20:21:56 [2021-06-18T20:21:56.486Z] #49 6.861 + install_golangci_lint
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.861 + set -e
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.861 + export GO111MODULE=on
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.861 + GO111MODULE=on
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.861 + GOBIN=/build
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.861 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.931 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.952 go: finding github.com/golangci/golangci-lint v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.952 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.952 go: finding github.com/golangci v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 6.952 go: finding github.com v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 8.303 go: downloading github.com/golangci/golangci-lint v1.23.8
20:21:56 [2021-06-18T20:21:56.487Z] #49 9.300 go: extracting github.com/golangci/golangci-lint v1.23.8
20:21:56 [2021-06-18T20:21:56.665Z] #13 114.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:21:56 [2021-06-18T20:21:56.665Z] #13 114.5 Selecting previously unselected package libpcrecpp0v5:amd64.
20:21:56 [2021-06-18T20:21:56.665Z] #13 114.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:21:56 [2021-06-18T20:21:56.665Z] #13 114.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:21:56 [2021-06-18T20:21:56.665Z] #13 114.6 Selecting previously unselected package libpcre3-dev:amd64.
20:21:56 [2021-06-18T20:21:56.744Z] #49 ...
20:21:56 [2021-06-18T20:21:56.744Z] 
20:21:56 [2021-06-18T20:21:56.744Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:21:56 [2021-06-18T20:21:56.744Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + RM_GOPATH=0
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + TMP_GOPATH=
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + : /build
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + '[' -z '' ']'
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 ++ mktemp -d
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + export GOPATH=/tmp/tmp.EH2WDTUqev
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + GOPATH=/tmp/tmp.EH2WDTUqev
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + RM_GOPATH=1
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + case "$(go env GOARCH)" in
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 ++ go env GOARCH
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + export GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 ++ dirname /tmp/install/install.sh
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + dir=/tmp/install
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + bin=tomlv
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + shift
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + . /tmp/install/tomlv.installer
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + install_tomlv
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EH2WDTUqev/src/github.com/BurntSushi/toml
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 Cloning into '/tmp/tmp.EH2WDTUqev/src/github.com/BurntSushi/toml'...
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.083 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.848 + cd /tmp/tmp.EH2WDTUqev/src/github.com/BurntSushi/toml
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.848 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:56 [2021-06-18T20:21:56.744Z] #34 6.930 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:21:56 [2021-06-18T20:21:56.744Z] #34 8.242 internal/cpu
20:21:56 [2021-06-18T20:21:56.744Z] #34 8.325 runtime/internal/atomic
20:21:56 [2021-06-18T20:21:56.744Z] #34 8.779 runtime/internal/sys
20:21:56 [2021-06-18T20:21:56.744Z] #34 9.166 internal/bytealg
20:21:56 [2021-06-18T20:21:56.744Z] #34 9.324 runtime/internal/math
20:21:56 [2021-06-18T20:21:56.744Z] #34 9.597 math/bits
20:21:56 [2021-06-18T20:21:56.744Z] #34 10.68 math
20:21:56 [2021-06-18T20:21:56.744Z] #34 10.79 runtime
20:21:56 [2021-06-18T20:21:56.744Z] #34 ...
20:21:56 [2021-06-18T20:21:56.744Z] 
20:21:56 [2021-06-18T20:21:56.744Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:21:56 [2021-06-18T20:21:56.744Z] #47 sha256:55f6095629421669ed99669deef3b2de6d0623cfa44457969586d4d2b0405f2f
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + RM_GOPATH=0
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + TMP_GOPATH=
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + : /build
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + '[' -z '' ']'
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 ++ mktemp -d
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + export GOPATH=/tmp/tmp.lzsOJ7EEtq
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + GOPATH=/tmp/tmp.lzsOJ7EEtq
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + RM_GOPATH=1
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 + case "$(go env GOARCH)" in
20:21:56 [2021-06-18T20:21:56.744Z] #47 5.987 ++ go env GOARCH
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + export GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + GO_BUILDMODE=-buildmode=pie
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 ++ dirname /tmp/install/install.sh
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + dir=/tmp/install
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + bin=gotestsum
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + shift
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + . /tmp/install/gotestsum.installer
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 ++ : v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + install_gotestsum
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + set -e
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + export GO111MODULE=on
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + GO111MODULE=on
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + GOBIN=/build
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 + go get gotest.tools/gotestsum@v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 go: finding gotest.tools v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 6.092 go: finding gotest.tools/gotestsum v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 7.216 go: downloading gotest.tools/gotestsum v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 7.972 go: extracting gotest.tools/gotestsum v0.5.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 8.913 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:56 [2021-06-18T20:21:56.744Z] #47 8.994 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.002 go: downloading github.com/fatih/color v1.9.0
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.002 go: downloading github.com/jonboulle/clockwork v0.1.0
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.049 go: downloading github.com/spf13/pflag v1.0.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.096 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.145 go: downloading github.com/pkg/errors v0.9.1
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.145 go: extracting github.com/fatih/color v1.9.0
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.159 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.173 go: extracting github.com/jonboulle/clockwork v0.1.0
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.327 go: downloading github.com/mattn/go-isatty v0.0.12
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.633 go: extracting github.com/spf13/pflag v1.0.3
20:21:56 [2021-06-18T20:21:56.744Z] #47 9.791 go: downloading github.com/mattn/go-colorable v0.1.6
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.10 go: extracting github.com/pkg/errors v0.9.1
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.10 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.10 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.39 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.59 go: extracting github.com/mattn/go-isatty v0.0.12
20:21:56 [2021-06-18T20:21:56.744Z] #47 10.93 go: extracting github.com/mattn/go-colorable v0.1.6
20:21:56 [2021-06-18T20:21:56.923Z] #13 114.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:21:56 [2021-06-18T20:21:56.924Z] #13 114.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:21:56 [2021-06-18T20:21:56.973Z] #47 16.88 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:57 [2021-06-18T20:21:57.001Z] #47 ...
20:21:57 [2021-06-18T20:21:57.001Z] 
20:21:57 [2021-06-18T20:21:57.001Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:21:57 [2021-06-18T20:21:57.001Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:21:57 [2021-06-18T20:21:57.001Z] #42 8.080 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:57 [2021-06-18T20:21:57.001Z] #42 8.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:57 [2021-06-18T20:21:57.001Z] #42 8.130 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:57 [2021-06-18T20:21:57.001Z] #42 9.402 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:57 [2021-06-18T20:21:57.001Z] #42 11.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:21:57 [2021-06-18T20:21:57.001Z] #42 ...
20:21:57 [2021-06-18T20:21:57.001Z] 
20:21:57 [2021-06-18T20:21:57.001Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:57 [2021-06-18T20:21:57.001Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:57 [2021-06-18T20:21:57.001Z] #13 5.539 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:21:57 [2021-06-18T20:21:57.233Z] #47 ...
20:21:57 [2021-06-18T20:21:57.233Z] 
20:21:57 [2021-06-18T20:21:57.233Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:57 [2021-06-18T20:21:57.233Z] #24 sha256:89b00c17b3f3194e542e23bdb70b07938efe27d6c3e49e630e97d3b7a88e6c1b
20:21:57 [2021-06-18T20:21:57.233Z] #24 16.53 + mkdir -p /build
20:21:57 [2021-06-18T20:21:57.233Z] #24 16.55 + mv docker/docker /build/
20:21:57 [2021-06-18T20:21:57.233Z] #24 16.55 + rmdir docker
20:21:57 [2021-06-18T20:21:57.233Z] #24 DONE 17.2s
20:21:57 [2021-06-18T20:21:57.233Z] 
20:21:57 [2021-06-18T20:21:57.233Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:21:57 [2021-06-18T20:21:57.233Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:21:57 [2021-06-18T20:21:57.233Z] #49 15.93 go: downloading github.com/fatih/color v1.7.0
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.07 go: downloading github.com/spf13/viper v1.6.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.13 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.17 go: downloading github.com/spf13/pflag v1.0.5
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.22 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.29 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.33 go: extracting github.com/fatih/color v1.7.0
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.33 go: downloading github.com/go-critic/go-critic v0.4.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.36 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.64 go: extracting github.com/spf13/viper v1.6.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.64 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.85 go: extracting github.com/spf13/pflag v1.0.5
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.85 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.86 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.90 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:21:57 [2021-06-18T20:21:57.233Z] #49 16.97 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.00 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.06 go: extracting github.com/go-critic/go-critic v0.4.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.13 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.14 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.14 go: downloading github.com/uudashr/gocognit v1.0.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.18 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.30 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.30 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:21:57 [2021-06-18T20:21:57.233Z] #49 17.31 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:21:57 [2021-06-18T20:21:57.459Z] #32 ...
20:21:57 [2021-06-18T20:21:57.459Z] 
20:21:57 [2021-06-18T20:21:57.459Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
20:21:57 [2021-06-18T20:21:57.459Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
20:21:57 [2021-06-18T20:21:57.459Z] #12 DONE 8.4s
20:21:57 [2021-06-18T20:21:57.459Z] 
20:21:57 [2021-06-18T20:21:57.459Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:21:57 [2021-06-18T20:21:57.459Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:21:57 [2021-06-18T20:21:57.490Z] #13 115.1 Selecting previously unselected package libselinux1-dev:amd64.
20:21:57 [2021-06-18T20:21:57.490Z] #13 115.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:21:57 [2021-06-18T20:21:57.490Z] #13 115.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:21:57 [2021-06-18T20:21:57.494Z] #49 17.48 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:21:57 [2021-06-18T20:21:57.494Z] #49 17.48 go: extracting github.com/uudashr/gocognit v1.0.1
20:21:57 [2021-06-18T20:21:57.494Z] #49 17.48 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:21:57 [2021-06-18T20:21:57.494Z] #49 17.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.4 Selecting previously unselected package libdevmapper-dev:amd64.
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.6 Selecting previously unselected package libseccomp-dev:amd64.
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
20:21:57 [2021-06-18T20:21:57.749Z] #13 115.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:21:57 [2021-06-18T20:21:57.935Z] #13 7.403 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:58 [2021-06-18T20:21:58.007Z] #13 115.7 Selecting previously unselected package libsystemd-dev:amd64.
20:21:58 [2021-06-18T20:21:58.007Z] #13 115.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
20:21:58 [2021-06-18T20:21:58.007Z] #13 115.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
20:21:58 [2021-06-18T20:21:58.064Z] #49 17.86 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:21:58 [2021-06-18T20:21:58.065Z] #49 17.88 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:21:58 [2021-06-18T20:21:58.065Z] #49 17.89 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:21:58 [2021-06-18T20:21:58.065Z] #49 ...
20:21:58 [2021-06-18T20:21:58.065Z] 
20:21:58 [2021-06-18T20:21:58.065Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:58 [2021-06-18T20:21:58.065Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:21:58 [2021-06-18T20:21:58.065Z] #32 5.840 + git clone https://github.com/kolyshkin/go-swagger.git .
20:21:58 [2021-06-18T20:21:58.065Z] #32 5.854 Cloning into '.'...
20:21:58 [2021-06-18T20:21:58.065Z] #32 ...
20:21:58 [2021-06-18T20:21:58.065Z] 
20:21:58 [2021-06-18T20:21:58.065Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:21:58 [2021-06-18T20:21:58.065Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:21:58 [2021-06-18T20:21:58.065Z] #49 18.04 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:21:58 [2021-06-18T20:21:58.065Z] #49 18.13 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.2 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.3 Setting up libbtrfs0 (4.20.1-2) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.4 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.4 Setting up libbtrfs-dev (4.20.1-2) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:21:58 [2021-06-18T20:21:58.574Z] #13 116.5 Setting up mingw-w64-common (6.0.0-3) ...
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.5 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:21:58 [2021-06-18T20:21:58.832Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.7 Setting up dmsetup (2:1.02.155-3) ...
20:21:58 [2021-06-18T20:21:58.833Z] #13 116.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:21:58 [2021-06-18T20:21:58.840Z] #13 ...
20:21:58 [2021-06-18T20:21:58.840Z] 
20:21:58 [2021-06-18T20:21:58.840Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:21:58 [2021-06-18T20:21:58.840Z] #47 sha256:0c26b3c941e3ea19fad604de254ffda538679be6c1b3bc1c28bb23d684cf329d
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + RM_GOPATH=0
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + TMP_GOPATH=
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + : /build
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + '[' -z '' ']'
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 ++ mktemp -d
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + export GOPATH=/tmp/tmp.jfv6Y7bg9H
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + GOPATH=/tmp/tmp.jfv6Y7bg9H
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + RM_GOPATH=1
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 + case "$(go env GOARCH)" in
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.115 ++ go env GOARCH
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.127 + export GO_BUILDMODE=-buildmode=pie
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.127 + GO_BUILDMODE=-buildmode=pie
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 ++ dirname /tmp/install/install.sh
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + dir=/tmp/install
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + bin=gotestsum
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + shift
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + . /tmp/install/gotestsum.installer
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 ++ : v0.5.3
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + install_gotestsum
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + set -e
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + export GO111MODULE=on
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + GO111MODULE=on
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + GOBIN=/build
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.138 + go get gotest.tools/gotestsum@v0.5.3
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.196 go: finding gotest.tools v0.5.3
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.196 go: finding gotest.tools/gotestsum v0.5.3
20:21:58 [2021-06-18T20:21:58.840Z] #47 9.917 go: downloading gotest.tools/gotestsum v0.5.3
20:21:58 [2021-06-18T20:21:58.840Z] #47 ...
20:21:58 [2021-06-18T20:21:58.840Z] 
20:21:58 [2021-06-18T20:21:58.840Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:21:58 [2021-06-18T20:21:58.840Z] #67 sha256:5482d4f25a31743d48f7afdbb1a681a18236148aa10ee59391d87ca4dfbdc9b4
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.358 + RM_GOPATH=0
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.358 + TMP_GOPATH=
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.358 + : /build
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.358 + '[' -z '' ']'
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.359 ++ mktemp -d
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.359 + export GOPATH=/tmp/tmp.08tWElDDrJ
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.370 + GOPATH=/tmp/tmp.08tWElDDrJ
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.370 + RM_GOPATH=1
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.370 + case "$(go env GOARCH)" in
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.370 ++ go env GOARCH
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + export GO_BUILDMODE=-buildmode=pie
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + GO_BUILDMODE=-buildmode=pie
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 ++ dirname /tmp/install/install.sh
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + dir=/tmp/install
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + bin=proxy
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + shift
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + '[' '!' -f /tmp/install/proxy.installer ']'
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + . /tmp/install/proxy.installer
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + install_proxy
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + case "$1" in
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + export CGO_ENABLED=0
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + CGO_ENABLED=0
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + _install_proxy
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.377 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.08tWElDDrJ/src/github.com/docker/libnetwork
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.385 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
20:21:58 [2021-06-18T20:21:58.840Z] #67 9.397 Cloning into '/tmp/tmp.08tWElDDrJ/src/github.com/docker/libnetwork'...
20:21:59 [2021-06-18T20:21:59.092Z] #13 116.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:21:59 [2021-06-18T20:21:59.092Z] #13 116.7 Processing triggers for libc-bin (2.28-10) ...
20:21:59 [2021-06-18T20:21:59.099Z] #67 ...
20:21:59 [2021-06-18T20:21:59.099Z] 
20:21:59 [2021-06-18T20:21:59.099Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:21:59 [2021-06-18T20:21:59.099Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.024 + RM_GOPATH=0
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.024 + TMP_GOPATH=
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.024 + : /build
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.024 + '[' -z '' ']'
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.024 ++ mktemp -d
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.028 + export GOPATH=/tmp/tmp.V7RL3AzoiS
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.028 + GOPATH=/tmp/tmp.V7RL3AzoiS
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.028 + RM_GOPATH=1
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.028 + case "$(go env GOARCH)" in
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.028 ++ go env GOARCH
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.032 + export GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.032 + GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.032 ++ dirname /tmp/install/install.sh
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + dir=/tmp/install
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + bin=rootlesskit
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + shift
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + . /tmp/install/rootlesskit.installer
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 ++ : 4cd567642273d369adaadcbadca00880552c1778
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + install_rootlesskit
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + case "$1" in
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + export CGO_ENABLED=0
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + CGO_ENABLED=0
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + _install_rootlesskit
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.V7RL3AzoiS/src/github.com/rootless-containers/rootlesskit
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 Cloning into '/tmp/tmp.V7RL3AzoiS/src/github.com/rootless-containers/rootlesskit'...
20:21:59 [2021-06-18T20:21:59.099Z] #58 8.037 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
20:21:59 [2021-06-18T20:21:59.099Z] #58 ...
20:21:59 [2021-06-18T20:21:59.099Z] 
20:21:59 [2021-06-18T20:21:59.099Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:21:59 [2021-06-18T20:21:59.099Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + RM_GOPATH=0
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + TMP_GOPATH=
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + : /build
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + '[' -z '' ']'
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 ++ mktemp -d
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + export GOPATH=/tmp/tmp.zGwYiyrxvB
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + GOPATH=/tmp/tmp.zGwYiyrxvB
20:21:59 [2021-06-18T20:21:59.099Z] #51 7.672 + RM_GOPATH=1
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.672 + case "$(go env GOARCH)" in
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.672 ++ go env GOARCH
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.679 + export GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.679 + GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 ++ dirname /tmp/install/install.sh
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + dir=/tmp/install
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + bin=shfmt
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + shift
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + . /tmp/install/shfmt.installer
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + install_shfmt
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.681 + git clone https://github.com/mvdan/sh.git /tmp/tmp.zGwYiyrxvB/src/github.com/mvdan/sh
20:21:59 [2021-06-18T20:21:59.100Z] #51 7.685 Cloning into '/tmp/tmp.zGwYiyrxvB/src/github.com/mvdan/sh'...
20:21:59 [2021-06-18T20:21:59.367Z] #51 ...
20:21:59 [2021-06-18T20:21:59.367Z] 
20:21:59 [2021-06-18T20:21:59.367Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:21:59 [2021-06-18T20:21:59.367Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:21:59 [2021-06-18T20:21:59.367Z] #42 10.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:59 [2021-06-18T20:21:59.367Z] #42 ...
20:21:59 [2021-06-18T20:21:59.367Z] 
20:21:59 [2021-06-18T20:21:59.367Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:21:59 [2021-06-18T20:21:59.367Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + RM_GOPATH=0
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + TMP_GOPATH=
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + : /build
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + '[' -z '' ']'
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 ++ mktemp -d
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + export GOPATH=/tmp/tmp.DLTQR5XZa1
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + GOPATH=/tmp/tmp.DLTQR5XZa1
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + RM_GOPATH=1
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 + case "$(go env GOARCH)" in
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.28 ++ go env GOARCH
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + export GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 ++ dirname /tmp/install/install.sh
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + dir=/tmp/install
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + bin=vndr
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + shift
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + '[' '!' -f /tmp/install/vndr.installer ']'
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + . /tmp/install/vndr.installer
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + install_vndr
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.DLTQR5XZa1/src/github.com/LK4D4/vndr
20:21:59 [2021-06-18T20:21:59.367Z] #45 10.34 Cloning into '/tmp/tmp.DLTQR5XZa1/src/github.com/LK4D4/vndr'...
20:21:59 [2021-06-18T20:21:59.458Z] #49 19.18 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:21:59 [2021-06-18T20:21:59.458Z] #49 19.29 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:21:59 [2021-06-18T20:21:59.458Z] #49 19.44 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:21:59 [2021-06-18T20:21:59.627Z] #45 ...
20:21:59 [2021-06-18T20:21:59.627Z] 
20:21:59 [2021-06-18T20:21:59.627Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:21:59 [2021-06-18T20:21:59.627Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:21:59 [2021-06-18T20:21:59.627Z] #36 10.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:59 [2021-06-18T20:21:59.627Z] #36 10.09 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:59 [2021-06-18T20:21:59.627Z] #36 10.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:59 [2021-06-18T20:21:59.627Z] #36 ...
20:21:59 [2021-06-18T20:21:59.627Z] 
20:21:59 [2021-06-18T20:21:59.627Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:21:59 [2021-06-18T20:21:59.627Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + RM_GOPATH=0
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + TMP_GOPATH=
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + : /build
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + '[' -z '' ']'
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 ++ mktemp -d
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + export GOPATH=/tmp/tmp.wsWBRbV3sN
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + GOPATH=/tmp/tmp.wsWBRbV3sN
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + RM_GOPATH=1
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 + case "$(go env GOARCH)" in
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.287 ++ go env GOARCH
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + export GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 ++ dirname /tmp/install/install.sh
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + dir=/tmp/install
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + bin=golangci_lint
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + shift
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + . /tmp/install/golangci_lint.installer
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 ++ : v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + install_golangci_lint
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + set -e
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + export GO111MODULE=on
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + GO111MODULE=on
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + GOBIN=/build
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.312 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.413 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.413 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.413 go: finding github.com v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.413 go: finding github.com/golangci/golangci-lint v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 8.413 go: finding github.com/golangci v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 9.067 go: downloading github.com/golangci/golangci-lint v1.23.8
20:21:59 [2021-06-18T20:21:59.627Z] #49 9.690 go: extracting github.com/golangci/golangci-lint v1.23.8
20:21:59 [2021-06-18T20:21:59.721Z] #49 19.80 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:21:59 [2021-06-18T20:21:59.721Z] #49 19.84 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:21:59 [2021-06-18T20:21:59.734Z] #24 126.7 + mkdir -p /tmp/tmp.Uha5fPKjXI/src/github.com/docker
20:21:59 [2021-06-18T20:21:59.734Z] #24 126.7 + mv components/cli /tmp/tmp.Uha5fPKjXI/src/github.com/docker/cli
20:21:59 [2021-06-18T20:21:59.734Z] #24 126.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
20:21:59 [2021-06-18T20:21:59.734Z] #24 ...
20:21:59 [2021-06-18T20:21:59.734Z] 
20:21:59 [2021-06-18T20:21:59.734Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:21:59 [2021-06-18T20:21:59.734Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.18 Selecting previously unselected package libpython3.7-stdlib:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.18 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.19 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.90 Selecting previously unselected package python3.7.
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.91 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 22.92 Unpacking python3.7 (3.7.3-2+deb10u3) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 23.10 Selecting previously unselected package libpython3-stdlib:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 23.11 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 23.12 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 23.27 Setting up python3-minimal (3.7.3-1) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 24.82 Selecting previously unselected package python3.
20:21:59 [2021-06-18T20:21:59.734Z] #20 24.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 ... 24069 files and directories currently installed.)
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.01 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.05 Unpacking python3 (3.7.3-1) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.44 Selecting previously unselected package libip4tc0:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.45 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.47 Unpacking libip4tc0:arm64 (1.8.2-4) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.59 Selecting previously unselected package libip6tc0:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.59 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.60 Unpacking libip6tc0:arm64 (1.8.2-4) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.69 Selecting previously unselected package libiptc0:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.72 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.73 Unpacking libiptc0:arm64 (1.8.2-4) ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.95 Selecting previously unselected package libnfnetlink0:arm64.
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.95 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.734Z] #20 25.97 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.07 Selecting previously unselected package libnetfilter-conntrack3:arm64.
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.08 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.10 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.24 Selecting previously unselected package libnftnl11:arm64.
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.25 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.26 Unpacking libnftnl11:arm64 (1.1.2-2) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.42 Selecting previously unselected package iptables.
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.43 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.45 Unpacking iptables (1.8.2-4) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.94 Selecting previously unselected package xxd.
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.96 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 26.96 Unpacking xxd (2:8.1.0875-5) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 27.18 Selecting previously unselected package vim-common.
20:21:59 [2021-06-18T20:21:59.735Z] #20 27.19 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 27.23 Unpacking vim-common (2:8.1.0875-5) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 27.53 Selecting previously unselected package bash-completion.
20:21:59 [2021-06-18T20:21:59.735Z] #20 27.57 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 30.80 Unpacking bash-completion (1:2.8-6) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.35 Selecting previously unselected package bzip2.
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.36 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.37 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.49 Selecting previously unselected package xz-utils.
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.49 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.50 Unpacking xz-utils (5.2.4-1) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.67 Selecting previously unselected package apparmor.
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.68 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 31.80 Unpacking apparmor (2.13.2-10) ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 32.17 Selecting previously unselected package aufs-tools.
20:21:59 [2021-06-18T20:21:59.735Z] #20 32.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.735Z] #20 32.20 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:21:59 [2021-06-18T20:21:59.887Z] #49 ...
20:21:59 [2021-06-18T20:21:59.887Z] 
20:21:59 [2021-06-18T20:21:59.887Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:21:59 [2021-06-18T20:21:59.887Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:21:59 [2021-06-18T20:21:59.887Z] #55 8.203 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:59 [2021-06-18T20:21:59.887Z] #55 8.268 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:59 [2021-06-18T20:21:59.887Z] #55 8.268 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:59 [2021-06-18T20:21:59.887Z] #55 8.633 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:21:59 [2021-06-18T20:21:59.887Z] #55 9.707 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:21:59 [2021-06-18T20:21:59.887Z] #55 ...
20:21:59 [2021-06-18T20:21:59.887Z] 
20:21:59 [2021-06-18T20:21:59.887Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:21:59 [2021-06-18T20:21:59.887Z] #24 sha256:e934426b29f7de722d846bb7d9a690984e404fb4d3700947ad7d9d743a38bee1
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.27 + RM_GOPATH=0
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.27 + TMP_GOPATH=
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.27 + : /build
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.27 + '[' -z '' ']'
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.28 ++ mktemp -d
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.29 + export GOPATH=/tmp/tmp.d9dWmcAzdO
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.29 + GOPATH=/tmp/tmp.d9dWmcAzdO
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.29 + RM_GOPATH=1
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.29 + case "$(go env GOARCH)" in
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.29 ++ go env GOARCH
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + export GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + GO_BUILDMODE=-buildmode=pie
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 ++ dirname /tmp/install/install.sh
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + dir=/tmp/install
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + bin=dockercli
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + shift
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + . /tmp/install/dockercli.installer
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 ++ : stable
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 ++ : 17.06.2-ce
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + install_dockercli
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 ++ uname -m
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + arch=x86_64
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + '[' x86_64 '!=' x86_64 ']'
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + url=https://download.docker.com/linux/static
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 + tar -xz docker/docker
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.34 Install docker/cli version 17.06.2-ce from stable
20:21:59 [2021-06-18T20:21:59.887Z] #24 10.35 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:21:59 [2021-06-18T20:21:59.996Z] #20 32.35 Selecting previously unselected package libonig5:arm64.
20:21:59 [2021-06-18T20:21:59.996Z] #20 32.37 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
20:21:59 [2021-06-18T20:21:59.996Z] #20 32.38 Unpacking libonig5:arm64 (6.9.1-1) ...
20:22:00 [2021-06-18T20:22:00.147Z] #24 ...
20:22:00 [2021-06-18T20:22:00.147Z] 
20:22:00 [2021-06-18T20:22:00.147Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:00 [2021-06-18T20:22:00.147Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + RM_GOPATH=0
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + TMP_GOPATH=
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + : /build
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + '[' -z '' ']'
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 ++ mktemp -d
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + export GOPATH=/tmp/tmp.HUAe3rwDFg
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + GOPATH=/tmp/tmp.HUAe3rwDFg
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + RM_GOPATH=1
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.965 + case "$(go env GOARCH)" in
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.978 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 ++ go env GOARCH
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 ++ dirname /tmp/install/install.sh
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + dir=/tmp/install
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + bin=tomlv
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + shift
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + . /tmp/install/tomlv.installer
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + install_tomlv
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.HUAe3rwDFg/src/github.com/BurntSushi/toml
20:22:00 [2021-06-18T20:22:00.147Z] #34 7.979 Cloning into '/tmp/tmp.HUAe3rwDFg/src/github.com/BurntSushi/toml'...
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.453 + cd /tmp/tmp.HUAe3rwDFg/src/github.com/BurntSushi/toml
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.453 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.498 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.812 internal/cpu
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.828 runtime/internal/atomic
20:22:00 [2021-06-18T20:22:00.147Z] #34 8.951 runtime/internal/sys
20:22:00 [2021-06-18T20:22:00.147Z] #34 9.053 runtime/internal/math
20:22:00 [2021-06-18T20:22:00.147Z] #34 9.068 internal/bytealg
20:22:00 [2021-06-18T20:22:00.147Z] #34 9.097 math/bits
20:22:00 [2021-06-18T20:22:00.147Z] #34 9.447 runtime
20:22:00 [2021-06-18T20:22:00.147Z] #34 9.541 math
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.58 Selecting previously unselected package libjq1:arm64.
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.58 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.59 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.74 Selecting previously unselected package jq.
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.75 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
20:22:00 [2021-06-18T20:22:00.258Z] #20 32.76 Unpacking jq (1.5+dfsg-2+b1) ...
20:22:00 [2021-06-18T20:22:00.292Z] #49 20.08 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:22:00 [2021-06-18T20:22:00.292Z] #49 20.11 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:00 [2021-06-18T20:22:00.292Z] #49 20.12 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:22:00 [2021-06-18T20:22:00.292Z] #49 ...
20:22:00 [2021-06-18T20:22:00.292Z] 
20:22:00 [2021-06-18T20:22:00.292Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:00 [2021-06-18T20:22:00.292Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:00 [2021-06-18T20:22:00.292Z] #13 3.836 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 3.899 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 5.185 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 6.962 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 8.666 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 10.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:00 [2021-06-18T20:22:00.292Z] #13 ...
20:22:00 [2021-06-18T20:22:00.292Z] 
20:22:00 [2021-06-18T20:22:00.292Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:00 [2021-06-18T20:22:00.292Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.71 + cd /tmp/tmp.CciAHFhX1H/src/github.com/rootless-containers/rootlesskit
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.71 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.73 + export GO111MODULE=on
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.74 + GO111MODULE=on
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.74 + export GOPROXY=https://proxy.golang.org
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.74 + GOPROXY=https://proxy.golang.org
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.74 + for f in rootlesskit rootlesskit-docker-proxy
20:22:00 [2021-06-18T20:22:00.292Z] #58 13.75 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.58 go: downloading github.com/google/uuid v1.2.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.64 go: downloading github.com/pkg/errors v0.9.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.69 go: downloading github.com/moby/vpnkit v0.5.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.69 go: downloading github.com/urfave/cli/v2 v2.3.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.69 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.69 go: downloading github.com/sirupsen/logrus v1.8.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.70 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.71 go: downloading github.com/gofrs/flock v0.8.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.71 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:00 [2021-06-18T20:22:00.292Z] #58 15.96 go: extracting github.com/google/uuid v1.2.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 16.25 go: extracting github.com/pkg/errors v0.9.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 16.39 go: extracting github.com/sirupsen/logrus v1.8.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 16.39 go: extracting github.com/gofrs/flock v0.8.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 16.78 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:00 [2021-06-18T20:22:00.292Z] #58 16.79 go: downloading github.com/moby/sys/mountinfo v0.4.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 17.08 go: downloading github.com/gorilla/mux v1.8.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 17.84 go: extracting github.com/gorilla/mux v1.8.0
20:22:00 [2021-06-18T20:22:00.292Z] #58 18.04 go: extracting github.com/moby/sys/mountinfo v0.4.1
20:22:00 [2021-06-18T20:22:00.292Z] #58 18.13 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:00 [2021-06-18T20:22:00.292Z] #58 19.66 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:00 [2021-06-18T20:22:00.292Z] #58 19.79 go: downloading github.com/u-root/u-root v7.0.0+incompatible
20:22:00 [2021-06-18T20:22:00.292Z] #58 20.07 go: extracting github.com/moby/vpnkit v0.5.0
20:22:00 [2021-06-18T20:22:00.411Z] #34 ...
20:22:00 [2021-06-18T20:22:00.411Z] 
20:22:00 [2021-06-18T20:22:00.411Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:00 [2021-06-18T20:22:00.411Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:00 [2021-06-18T20:22:00.411Z] #55 11.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:00 [2021-06-18T20:22:00.457Z] #13 ...
20:22:00 [2021-06-18T20:22:00.457Z] 
20:22:00 [2021-06-18T20:22:00.458Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:22:00 [2021-06-18T20:22:00.458Z] #24 sha256:767b31945aa07401e4fc278336c97d04648e29a0e636f911f9f2f9a15dd39379
20:22:00 [2021-06-18T20:22:00.458Z] #24 14.64 + mkdir -p /build
20:22:00 [2021-06-18T20:22:00.458Z] #24 14.65 + mv docker/docker /build/
20:22:00 [2021-06-18T20:22:00.458Z] #24 14.65 + rmdir docker
20:22:00 [2021-06-18T20:22:00.458Z] #24 DONE 14.8s
20:22:00 [2021-06-18T20:22:00.458Z] 
20:22:00 [2021-06-18T20:22:00.458Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:00 [2021-06-18T20:22:00.458Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.54 + cd /tmp/tmp.7xghc8tkGK/src/github.com/rootless-containers/rootlesskit
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.54 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + export GO111MODULE=on
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + GO111MODULE=on
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + export GOPROXY=https://proxy.golang.org
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + GOPROXY=https://proxy.golang.org
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + for f in rootlesskit rootlesskit-docker-proxy
20:22:00 [2021-06-18T20:22:00.458Z] #58 12.59 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:00 [2021-06-18T20:22:00.458Z] #58 14.44 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:00 [2021-06-18T20:22:00.458Z] #58 14.44 go: downloading github.com/urfave/cli/v2 v2.3.0
20:22:00 [2021-06-18T20:22:00.458Z] #58 14.44 go: downloading github.com/gorilla/mux v1.8.0
20:22:00 [2021-06-18T20:22:00.458Z] #58 14.44 go: downloading github.com/moby/sys/mountinfo v0.4.1
20:22:00 [2021-06-18T20:22:00.458Z] #58 14.44 go: downloading github.com/gofrs/flock v0.8.0
20:22:00 [2021-06-18T20:22:00.458Z] #58 15.02 go: downloading github.com/sirupsen/logrus v1.8.1
20:22:00 [2021-06-18T20:22:00.458Z] #58 15.21 go: extracting github.com/gofrs/flock v0.8.0
20:22:00 [2021-06-18T20:22:00.458Z] #58 15.29 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:00 [2021-06-18T20:22:00.458Z] #58 15.35 go: extracting github.com/gorilla/mux v1.8.0
20:22:00 [2021-06-18T20:22:00.458Z] #58 15.40 go: downloading github.com/pkg/errors v0.9.1
20:22:00 [2021-06-18T20:22:00.519Z] #20 32.86 Selecting previously unselected package libaio1:arm64.
20:22:00 [2021-06-18T20:22:00.519Z] #20 32.86 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
20:22:00 [2021-06-18T20:22:00.519Z] #20 32.89 Unpacking libaio1:arm64 (0.3.112-3) ...
20:22:00 [2021-06-18T20:22:00.519Z] #20 33.03 Selecting previously unselected package libgpm2:arm64.
20:22:00 [2021-06-18T20:22:00.519Z] #20 33.04 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
20:22:00 [2021-06-18T20:22:00.519Z] #20 33.06 Unpacking libgpm2:arm64 (1.20.7-5) ...
20:22:00 [2021-06-18T20:22:00.553Z] #58 ...
20:22:00 [2021-06-18T20:22:00.553Z] 
20:22:00 [2021-06-18T20:22:00.553Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:00 [2021-06-18T20:22:00.553Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:22:00 [2021-06-18T20:22:00.553Z] #51 20.57 + cd /tmp/tmp.HCfyG6U3Ti/src/github.com/mvdan/sh
20:22:00 [2021-06-18T20:22:00.553Z] #51 20.57 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:00 [2021-06-18T20:22:00.781Z] #20 33.18 Selecting previously unselected package libicu63:arm64.
20:22:00 [2021-06-18T20:22:00.781Z] #20 33.19 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
20:22:00 [2021-06-18T20:22:00.781Z] #20 33.21 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:22:00 [2021-06-18T20:22:00.813Z] #51 20.67 + GO111MODULE=on
20:22:00 [2021-06-18T20:22:00.813Z] #51 20.67 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:00 [2021-06-18T20:22:00.813Z] #51 ...
20:22:00 [2021-06-18T20:22:00.813Z] 
20:22:00 [2021-06-18T20:22:00.813Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:00 [2021-06-18T20:22:00.813Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:00 [2021-06-18T20:22:00.813Z] #45 10.87 runtime
20:22:00 [2021-06-18T20:22:00.813Z] #45 10.89 unicode
20:22:00 [2021-06-18T20:22:00.813Z] #45 14.41 unicode/utf8
20:22:00 [2021-06-18T20:22:00.813Z] #45 15.22 internal/testlog
20:22:00 [2021-06-18T20:22:00.813Z] #45 15.56 encoding
20:22:00 [2021-06-18T20:22:00.813Z] #45 15.65 unicode/utf16
20:22:00 [2021-06-18T20:22:00.813Z] #45 15.98 container/list
20:22:00 [2021-06-18T20:22:00.813Z] #45 16.61 crypto/internal/subtle
20:22:00 [2021-06-18T20:22:00.813Z] #45 16.80 crypto/subtle
20:22:00 [2021-06-18T20:22:00.813Z] #45 16.95 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:00 [2021-06-18T20:22:00.813Z] #45 17.26 internal/nettrace
20:22:00 [2021-06-18T20:22:00.813Z] #45 17.63 runtime/cgo
20:22:00 [2021-06-18T20:22:00.996Z] #13 DONE 118.5s
20:22:00 [2021-06-18T20:22:00.996Z] 
20:22:00 [2021-06-18T20:22:00.996Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:22:00 [2021-06-18T20:22:00.996Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
20:22:01 [2021-06-18T20:22:01.042Z] #58 15.65 go: downloading github.com/moby/vpnkit v0.5.0
20:22:01 [2021-06-18T20:22:01.042Z] #58 15.65 go: downloading github.com/google/uuid v1.2.0
20:22:01 [2021-06-18T20:22:01.074Z] #45 ...
20:22:01 [2021-06-18T20:22:01.074Z] 
20:22:01 [2021-06-18T20:22:01.074Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:01 [2021-06-18T20:22:01.074Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:01 [2021-06-18T20:22:01.074Z] #34 11.08 runtime
20:22:01 [2021-06-18T20:22:01.074Z] #34 14.68 unicode/utf8
20:22:01 [2021-06-18T20:22:01.074Z] #34 15.41 internal/testlog
20:22:01 [2021-06-18T20:22:01.074Z] #34 15.91 runtime/cgo
20:22:01 [2021-06-18T20:22:01.074Z] #34 ...
20:22:01 [2021-06-18T20:22:01.074Z] 
20:22:01 [2021-06-18T20:22:01.074Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:01 [2021-06-18T20:22:01.074Z] #47 sha256:694d1ab9b21511345ebaeb16ed851cb89694a239101feee4b510a0582b02ece0
20:22:01 [2021-06-18T20:22:01.074Z] #47 21.24 go: finding github.com/fatih/color v1.9.0
20:22:01 [2021-06-18T20:22:01.258Z] #14 ...
20:22:01 [2021-06-18T20:22:01.258Z] 
20:22:01 [2021-06-18T20:22:01.258Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:01 [2021-06-18T20:22:01.258Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:22:01 [2021-06-18T20:22:01.258Z] #45 114.5 crypto/tls
20:22:01 [2021-06-18T20:22:01.258Z] #45 120.8 net/http/httptrace
20:22:01 [2021-06-18T20:22:01.258Z] #45 121.1 net/http
20:22:01 [2021-06-18T20:22:01.301Z] #58 16.07 go: extracting github.com/moby/sys/mountinfo v0.4.1
20:22:01 [2021-06-18T20:22:01.301Z] #58 16.29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:01 [2021-06-18T20:22:01.333Z] #47 21.27 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:01 [2021-06-18T20:22:01.333Z] #47 21.27 go: finding github.com/pkg/errors v0.9.1
20:22:01 [2021-06-18T20:22:01.333Z] #47 21.38 go: finding github.com/spf13/pflag v1.0.3
20:22:01 [2021-06-18T20:22:01.333Z] #47 21.43 go: finding github.com/mattn/go-colorable v0.1.6
20:22:01 [2021-06-18T20:22:01.333Z] #47 21.51 go: finding github.com/mattn/go-isatty v0.0.12
20:22:01 [2021-06-18T20:22:01.517Z] #45 ...
20:22:01 [2021-06-18T20:22:01.517Z] 
20:22:01 [2021-06-18T20:22:01.517Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:01 [2021-06-18T20:22:01.517Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:01 [2021-06-18T20:22:01.517Z] #43 50.36   CC       compel/src/lib/ptrace.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 50.74   AR       compel/libcompel.a
20:22:01 [2021-06-18T20:22:01.517Z] #43 50.83   HOSTCC   compel/src/main-host.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 51.13   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 51.27   HOSTCC   compel/src/lib/handle-elf-host.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 51.57   HOSTCC   compel/src/lib/log-host.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 51.82   HOSTLINK compel/compel-host-bin
20:22:01 [2021-06-18T20:22:01.517Z] #43 52.03   DEP      soccr/soccr.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 52.16   CC       soccr/soccr.o
20:22:01 [2021-06-18T20:22:01.517Z] #43 53.49   AR       soccr/libsoccr.a
20:22:01 [2021-06-18T20:22:01.517Z] #43 53.53 make[1]: 'soccr/libsoccr.a' is up to date.
20:22:01 [2021-06-18T20:22:01.517Z] #43 53.87   DEP      criu/arch/x86/sigframe.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 54.13   DEP      criu/arch/x86/sigaction_compat.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 54.35   DEP      criu/arch/x86/kerndat.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 54.44   DEP      criu/arch/x86/crtools.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 54.57   DEP      criu/arch/x86/cpu.d
20:22:01 [2021-06-18T20:22:01.517Z] #43 54.74   CC       criu/arch/x86/cpu.o
20:22:01 [2021-06-18T20:22:01.558Z] #58 16.41 go: extracting github.com/google/uuid v1.2.0
20:22:01 [2021-06-18T20:22:01.558Z] #58 16.43 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:01 [2021-06-18T20:22:01.558Z] #58 16.53 go: extracting github.com/pkg/errors v0.9.1
20:22:01 [2021-06-18T20:22:01.593Z] #47 21.63 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:01 [2021-06-18T20:22:01.816Z] #58 16.54 go: extracting github.com/sirupsen/logrus v1.8.1
20:22:01 [2021-06-18T20:22:01.853Z] #47 21.90 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:01 [2021-06-18T20:22:01.853Z] #47 22.00 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:01 [2021-06-18T20:22:01.853Z] #47 22.01 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:02 [2021-06-18T20:22:02.083Z] #43 55.37   CC       criu/arch/x86/crtools.o
20:22:02 [2021-06-18T20:22:02.113Z] #47 22.04 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:02 [2021-06-18T20:22:02.372Z] #47 ...
20:22:02 [2021-06-18T20:22:02.372Z] 
20:22:02 [2021-06-18T20:22:02.372Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:02 [2021-06-18T20:22:02.372Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:02 [2021-06-18T20:22:02.372Z] #36 12.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:02 [2021-06-18T20:22:02.372Z] #36 14.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:02 [2021-06-18T20:22:02.372Z] #36 ...
20:22:02 [2021-06-18T20:22:02.372Z] 
20:22:02 [2021-06-18T20:22:02.372Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:02 [2021-06-18T20:22:02.372Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:22:02 [2021-06-18T20:22:02.372Z] #51 21.82 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:02 [2021-06-18T20:22:02.372Z] #51 21.92 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:02 [2021-06-18T20:22:02.372Z] #51 21.92 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:02 [2021-06-18T20:22:02.372Z] #51 22.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:02 [2021-06-18T20:22:02.372Z] #51 22.23 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:02 [2021-06-18T20:22:02.633Z] #51 ...
20:22:02 [2021-06-18T20:22:02.633Z] 
20:22:02 [2021-06-18T20:22:02.633Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:02 [2021-06-18T20:22:02.633Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:02 [2021-06-18T20:22:02.633Z] #55 12.56 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:02 [2021-06-18T20:22:02.633Z] #55 14.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:02 [2021-06-18T20:22:02.633Z] #55 ...
20:22:02 [2021-06-18T20:22:02.633Z] 
20:22:02 [2021-06-18T20:22:02.633Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:02 [2021-06-18T20:22:02.634Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:02 [2021-06-18T20:22:02.634Z] #42 12.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:02 [2021-06-18T20:22:02.634Z] #42 15.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:02 [2021-06-18T20:22:02.651Z] #43 ...
20:22:02 [2021-06-18T20:22:02.651Z] 
20:22:02 [2021-06-18T20:22:02.651Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:22:02 [2021-06-18T20:22:02.651Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
20:22:02 [2021-06-18T20:22:02.651Z] #14 DONE 1.9s
20:22:02 [2021-06-18T20:22:02.651Z] 
20:22:02 [2021-06-18T20:22:02.651Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:22:02 [2021-06-18T20:22:02.651Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
20:22:02 [2021-06-18T20:22:02.746Z] #58 17.51 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:02 [2021-06-18T20:22:02.905Z] #42 ...
20:22:02 [2021-06-18T20:22:02.905Z] 
20:22:02 [2021-06-18T20:22:02.905Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:02 [2021-06-18T20:22:02.905Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:22:02 [2021-06-18T20:22:02.905Z] #58 21.85 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:02 [2021-06-18T20:22:02.905Z] #58 21.93 go: extracting github.com/urfave/cli/v2 v2.3.0
20:22:03 [2021-06-18T20:22:03.334Z] #20 35.77 Selecting previously unselected package libnet1:arm64.
20:22:03 [2021-06-18T20:22:03.334Z] #20 35.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:22:03 [2021-06-18T20:22:03.334Z] #20 35.78 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:22:03 [2021-06-18T20:22:03.595Z] #20 35.94 Selecting previously unselected package libnl-3-200:arm64.
20:22:03 [2021-06-18T20:22:03.595Z] #20 35.94 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
20:22:03 [2021-06-18T20:22:03.595Z] #20 35.95 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:22:03 [2021-06-18T20:22:03.595Z] #20 36.06 Selecting previously unselected package libprotobuf-c1:arm64.
20:22:03 [2021-06-18T20:22:03.595Z] #20 36.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:22:03 [2021-06-18T20:22:03.595Z] #20 36.09 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:22:03 [2021-06-18T20:22:03.684Z] #58 ...
20:22:03 [2021-06-18T20:22:03.684Z] 
20:22:03 [2021-06-18T20:22:03.684Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:03 [2021-06-18T20:22:03.684Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:22:03 [2021-06-18T20:22:03.684Z] #51 18.34 + cd /tmp/tmp.oSYIJS7Mri/src/github.com/mvdan/sh
20:22:03 [2021-06-18T20:22:03.684Z] #51 18.34 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:03 [2021-06-18T20:22:03.684Z] #51 18.47 + GO111MODULE=on
20:22:03 [2021-06-18T20:22:03.684Z] #51 18.47 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.16 Selecting previously unselected package libreadline5:arm64.
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.16 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.18 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.30 Selecting previously unselected package net-tools.
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.30 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
20:22:03 [2021-06-18T20:22:03.857Z] #20 36.31 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:22:04 [2021-06-18T20:22:04.029Z] #15 DONE 1.3s
20:22:04 [2021-06-18T20:22:04.029Z] 
20:22:04 [2021-06-18T20:22:04.029Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:22:04 [2021-06-18T20:22:04.029Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:22:04 [2021-06-18T20:22:04.119Z] #20 36.54 Selecting previously unselected package python-pip-whl.
20:22:04 [2021-06-18T20:22:04.119Z] #20 36.54 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:22:04 [2021-06-18T20:22:04.119Z] #20 36.55 Unpacking python-pip-whl (18.1-5) ...
20:22:04 [2021-06-18T20:22:04.603Z] #16 ...
20:22:04 [2021-06-18T20:22:04.603Z] 
20:22:04 [2021-06-18T20:22:04.603Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:04 [2021-06-18T20:22:04.603Z] #58 sha256:83312181c50b8a934740b09eafaac543a0625dbff0955c2d576051630b40fb2d
20:22:04 [2021-06-18T20:22:04.603Z] #58 119.2 + for f in rootlesskit rootlesskit-docker-proxy
20:22:04 [2021-06-18T20:22:04.603Z] #58 119.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:22:04 [2021-06-18T20:22:04.603Z] #58 DONE 127.9s
20:22:04 [2021-06-18T20:22:04.603Z] 
20:22:04 [2021-06-18T20:22:04.603Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:22:04 [2021-06-18T20:22:04.603Z] #59 sha256:0b13a1bc0a71414f34faccd3ce8420fc7f54b381472c32364a6dec6d0d9d799f
20:22:04 [2021-06-18T20:22:04.603Z] #59 DONE 0.1s
20:22:04 [2021-06-18T20:22:04.603Z] 
20:22:04 [2021-06-18T20:22:04.603Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:22:04 [2021-06-18T20:22:04.603Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.779 + RM_GOPATH=0
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.779 + TMP_GOPATH=
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.779 + : /build
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.779 + '[' -z '' ']'
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.779 ++ mktemp -d
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.790 + export GOPATH=/tmp/tmp.5PC2uTr1qj
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.790 + GOPATH=/tmp/tmp.5PC2uTr1qj
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.790 + RM_GOPATH=1
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.791 + case "$(go env GOARCH)" in
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.791 ++ go env GOARCH
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.814 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.814 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.814 ++ dirname /tmp/install/install.sh
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.822 + dir=/tmp/install
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.822 + bin=runc
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.822 + shift
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.822 + '[' '!' -f /tmp/install/runc.installer ']'
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.822 + . /tmp/install/runc.installer
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.823 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.823 + install_runc
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.823 + grep -q '^3\.10\.0.*\.el7\.'
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.826 + uname -r
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.848 + RUNC_BUILDTAGS='seccomp '
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.848 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.849 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.849 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5PC2uTr1qj/src/github.com/opencontainers/runc
20:22:04 [2021-06-18T20:22:04.603Z] #53 1.851 Cloning into '/tmp/tmp.5PC2uTr1qj/src/github.com/opencontainers/runc'...
20:22:04 [2021-06-18T20:22:04.708Z] #20 37.05 Selecting previously unselected package python3-lib2to3.
20:22:04 [2021-06-18T20:22:04.708Z] #20 37.05 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:22:04 [2021-06-18T20:22:04.708Z] #20 37.07 Unpacking python3-lib2to3 (3.7.3-1) ...
20:22:04 [2021-06-18T20:22:04.817Z] #58 24.61 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:04 [2021-06-18T20:22:04.862Z] #53 ...
20:22:04 [2021-06-18T20:22:04.862Z] 
20:22:04 [2021-06-18T20:22:04.862Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:22:04 [2021-06-18T20:22:04.862Z] #60 sha256:929d031b23a4b500129968d1e8de42a5e0d914fed23d4cb83eea7e9e6644da1b
20:22:04 [2021-06-18T20:22:04.862Z] #60 DONE 0.1s
20:22:04 [2021-06-18T20:22:04.862Z] 
20:22:04 [2021-06-18T20:22:04.862Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:04 [2021-06-18T20:22:04.862Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:04 [2021-06-18T20:22:04.862Z] #43 57.41   CC       criu/arch/x86/kerndat.o
20:22:04 [2021-06-18T20:22:04.862Z] #43 58.24   CC       criu/arch/x86/sigaction_compat.o
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.24 Selecting previously unselected package python3-distutils.
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.25 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.25 Unpacking python3-distutils (3.7.3-1) ...
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.41 Selecting previously unselected package python3-pip.
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.42 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:22:04 [2021-06-18T20:22:04.974Z] #20 37.44 Unpacking python3-pip (18.1-5) ...
20:22:05 [2021-06-18T20:22:05.060Z] #51 19.80 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:05 [2021-06-18T20:22:05.060Z] #51 19.80 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:05 [2021-06-18T20:22:05.060Z] #51 19.92 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:05 [2021-06-18T20:22:05.235Z] #20 37.71 Selecting previously unselected package python3-pkg-resources.
20:22:05 [2021-06-18T20:22:05.235Z] #20 37.72 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:22:05 [2021-06-18T20:22:05.235Z] #20 37.74 Unpacking python3-pkg-resources (40.8.0-1) ...
20:22:05 [2021-06-18T20:22:05.317Z] #51 20.09 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:05 [2021-06-18T20:22:05.317Z] #51 20.24 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:05 [2021-06-18T20:22:05.497Z] #20 37.88 Selecting previously unselected package python3-setuptools.
20:22:05 [2021-06-18T20:22:05.497Z] #20 37.90 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:22:05 [2021-06-18T20:22:05.497Z] #20 37.91 Unpacking python3-setuptools (40.8.0-1) ...
20:22:05 [2021-06-18T20:22:05.696Z] #55 ...
20:22:05 [2021-06-18T20:22:05.696Z] 
20:22:05 [2021-06-18T20:22:05.696Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:05 [2021-06-18T20:22:05.696Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.57 go: downloading github.com/fatih/color v1.7.0
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.57 go: downloading github.com/spf13/cobra v0.0.5
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.61 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.61 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.69 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.80 go: downloading github.com/sirupsen/logrus v1.4.2
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.86 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.86 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:05 [2021-06-18T20:22:05.696Z] #49 15.90 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.01 go: extracting github.com/fatih/color v1.7.0
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.19 go: downloading github.com/mattn/go-isatty v0.0.8
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.29 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.41 go: downloading github.com/pkg/errors v0.8.1
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.46 go: extracting github.com/spf13/cobra v0.0.5
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.59 go: extracting github.com/pkg/errors v0.8.1
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.59 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.83 go: extracting github.com/mattn/go-isatty v0.0.8
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.83 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.87 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.87 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.87 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:05 [2021-06-18T20:22:05.696Z] #49 16.95 go: extracting github.com/sirupsen/logrus v1.4.2
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.11 Selecting previously unselected package python3-wheel.
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.12 Unpacking python3-wheel (0.32.3-2) ...
20:22:05 [2021-06-18T20:22:05.759Z] #20 ...
20:22:05 [2021-06-18T20:22:05.759Z] 
20:22:05 [2021-06-18T20:22:05.759Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:05 [2021-06-18T20:22:05.759Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.05   LINK     criu/pie/restorer.built-in.o
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.08   GEN      criu/pie/restorer-blob.h
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.16   DEP      criu/vdso.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.39   DEP      criu/uts_ns.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.60   DEP      criu/util.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 82.84   DEP      criu/uffd.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 83.03   DEP      criu/tun.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 83.34   DEP      criu/tty.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 83.55   DEP      criu/timerfd.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 83.68   DEP      criu/timens.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 83.81   DEP      criu/sysfs_parse.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.00   DEP      criu/sysctl.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.19   DEP      criu/string.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.24   DEP      criu/stats.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.40   DEP      criu/sockets.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.60   DEP      criu/sk-unix.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.81   DEP      criu/sk-tcp.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 84.96   DEP      criu/sk-queue.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.08   DEP      criu/sk-packet.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.24   DEP      criu/sk-netlink.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.50   DEP      criu/sk-inet.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.72   DEP      criu/signalfd.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.82   DEP      criu/sigframe.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 85.96   DEP      criu/shmem.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.16   DEP      criu/servicefd.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.36   DEP      criu/seize.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.48   DEP      criu/seccomp.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.67   DEP      criu/rst-malloc.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.76   DEP      criu/rbtree.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.81   DEP      criu/pstree.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 86.98   DEP      criu/protobuf.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 87.15   GEN      criu/protobuf-desc-gen.h
20:22:05 [2021-06-18T20:22:05.759Z] #43 88.79   DEP      criu/protobuf-desc.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 88.93   DEP      criu/proc_parse.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 89.13   DEP      criu/plugin.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 89.28   DEP      criu/pipes.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 89.56   DEP      criu/pie-util.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 89.71   DEP      criu/pie-util-vdso.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 89.86   DEP      criu/path.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 90.02   DEP      criu/parasite-syscall.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 90.35   DEP      criu/pagemap.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 90.53   DEP      criu/pagemap-cache.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 90.69   DEP      criu/page-xfer.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 90.80   DEP      criu/page-pipe.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 91.00   DEP      criu/netfilter.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 91.19   DEP      criu/net.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 91.45   DEP      criu/namespaces.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 91.66   DEP      criu/mount.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 91.85   DEP      criu/memfd.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 92.03   DEP      criu/mem.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 92.27   DEP      criu/lsm.d
20:22:05 [2021-06-18T20:22:05.759Z] #43 ...
20:22:05 [2021-06-18T20:22:05.759Z] 
20:22:05 [2021-06-18T20:22:05.759Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:05 [2021-06-18T20:22:05.759Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.27 Selecting previously unselected package sudo.
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.28 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
20:22:05 [2021-06-18T20:22:05.759Z] #20 38.29 Unpacking sudo (1.8.27-1+deb10u3) ...
20:22:05 [2021-06-18T20:22:05.801Z] #43 58.75   CC       criu/arch/x86/sigframe.o
20:22:05 [2021-06-18T20:22:05.801Z] #43 ...
20:22:05 [2021-06-18T20:22:05.801Z] 
20:22:05 [2021-06-18T20:22:05.801Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:22:05 [2021-06-18T20:22:05.801Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:22:05 [2021-06-18T20:22:05.801Z] #16 1.601 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:22:05 [2021-06-18T20:22:05.801Z] #16 DONE 1.7s
20:22:05 [2021-06-18T20:22:05.801Z] 
20:22:05 [2021-06-18T20:22:05.801Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:22:05 [2021-06-18T20:22:05.801Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
20:22:05 [2021-06-18T20:22:05.955Z] #49 17.07 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:22:06 [2021-06-18T20:22:06.227Z] #49 17.36 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:06 [2021-06-18T20:22:06.227Z] #49 17.36 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:06 [2021-06-18T20:22:06.227Z] #49 17.38 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:06 [2021-06-18T20:22:06.227Z] #49 17.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:06 [2021-06-18T20:22:06.246Z] #51 21.11 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:06 [2021-06-18T20:22:06.335Z] #20 38.80 Selecting previously unselected package thin-provisioning-tools.
20:22:06 [2021-06-18T20:22:06.335Z] #20 38.80 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
20:22:06 [2021-06-18T20:22:06.335Z] #20 38.80 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:22:06 [2021-06-18T20:22:06.487Z] #49 17.72 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:06 [2021-06-18T20:22:06.487Z] #49 17.72 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:06 [2021-06-18T20:22:06.599Z] #20 39.05 Selecting previously unselected package uidmap.
20:22:06 [2021-06-18T20:22:06.599Z] #20 39.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
20:22:06 [2021-06-18T20:22:06.599Z] #20 39.05 Unpacking uidmap (1:4.5-1.1) ...
20:22:06 [2021-06-18T20:22:06.737Z] #58 ...
20:22:06 [2021-06-18T20:22:06.737Z] 
20:22:06 [2021-06-18T20:22:06.737Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:06 [2021-06-18T20:22:06.737Z] #67 sha256:5e03055852623d1cae764eaa421fd4c3ca84ce250737e0c947f465a5887e822b
20:22:06 [2021-06-18T20:22:06.737Z] #67 26.28 Checking out files:  67% (1283/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
20:22:06 [2021-06-18T20:22:06.737Z] #67 26.91 + cd /tmp/tmp.SrGRIIoxxD/src/github.com/docker/libnetwork
20:22:06 [2021-06-18T20:22:06.746Z] #49 17.94 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:22:06 [2021-06-18T20:22:06.746Z] #49 17.98 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:06 [2021-06-18T20:22:06.746Z] #49 17.98 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:06 [2021-06-18T20:22:06.746Z] #49 17.98 go: downloading github.com/ultraware/funlen v0.0.2
20:22:06 [2021-06-18T20:22:06.746Z] #49 18.02 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:06 [2021-06-18T20:22:06.861Z] #20 39.20 Selecting previously unselected package vim-runtime.
20:22:06 [2021-06-18T20:22:06.861Z] #20 39.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:22:06 [2021-06-18T20:22:06.861Z] #20 39.25 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:22:06 [2021-06-18T20:22:06.861Z] #20 39.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:22:06 [2021-06-18T20:22:06.861Z] #20 39.30 Unpacking vim-runtime (2:8.1.0875-5) ...
20:22:07 [2021-06-18T20:22:07.003Z] #67 26.92 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
20:22:07 [2021-06-18T20:22:07.006Z] #49 18.31 go: extracting github.com/ultraware/funlen v0.0.2
20:22:07 [2021-06-18T20:22:07.006Z] #49 18.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:07 [2021-06-18T20:22:07.176Z] #51 21.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:07 [2021-06-18T20:22:07.266Z] #49 18.43 go: downloading github.com/go-critic/go-critic v0.4.1
20:22:07 [2021-06-18T20:22:07.266Z] #49 18.45 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:22:07 [2021-06-18T20:22:07.266Z] #49 18.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:07 [2021-06-18T20:22:07.433Z] #51 ...
20:22:07 [2021-06-18T20:22:07.433Z] 
20:22:07 [2021-06-18T20:22:07.433Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:07 [2021-06-18T20:22:07.433Z] #47 sha256:55f6095629421669ed99669deef3b2de6d0623cfa44457969586d4d2b0405f2f
20:22:07 [2021-06-18T20:22:07.433Z] #47 12.37 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:07 [2021-06-18T20:22:07.433Z] #47 14.40 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:07 [2021-06-18T20:22:07.433Z] #47 15.77 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.50 go: finding github.com/fatih/color v1.9.0
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.50 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.52 go: finding github.com/pkg/errors v0.9.1
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.62 go: finding github.com/spf13/pflag v1.0.3
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.72 go: finding github.com/mattn/go-colorable v0.1.6
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.78 go: finding github.com/mattn/go-isatty v0.0.12
20:22:07 [2021-06-18T20:22:07.433Z] #47 19.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:07 [2021-06-18T20:22:07.433Z] #47 20.16 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:07 [2021-06-18T20:22:07.433Z] #47 20.27 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:07 [2021-06-18T20:22:07.433Z] #47 20.32 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:07 [2021-06-18T20:22:07.433Z] #47 20.37 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:07 [2021-06-18T20:22:07.573Z] #67 27.49 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:07 [2021-06-18T20:22:07.690Z] #47 ...
20:22:07 [2021-06-18T20:22:07.690Z] 
20:22:07 [2021-06-18T20:22:07.690Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:07 [2021-06-18T20:22:07.690Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:07 [2021-06-18T20:22:07.690Z] #36 12.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:07 [2021-06-18T20:22:07.690Z] #36 14.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:07 [2021-06-18T20:22:07.690Z] #36 ...
20:22:07 [2021-06-18T20:22:07.690Z] 
20:22:07 [2021-06-18T20:22:07.690Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:07 [2021-06-18T20:22:07.690Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.73 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.73 go: downloading github.com/fatih/color v1.7.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.73 go: downloading github.com/spf13/cobra v0.0.5
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.76 go: downloading github.com/pkg/errors v0.8.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.76 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.76 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.82 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 16.85 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.17 go: extracting github.com/pkg/errors v0.8.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.26 go: downloading github.com/spf13/pflag v1.0.5
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.27 go: extracting github.com/fatih/color v1.7.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.30 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.31 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.49 go: downloading github.com/mattn/go-colorable v0.1.4
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.49 go: downloading github.com/spf13/viper v1.6.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.52 go: extracting github.com/spf13/cobra v0.0.5
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.61 go: downloading github.com/sirupsen/logrus v1.4.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.76 go: downloading github.com/stretchr/testify v1.4.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.85 go: extracting github.com/mattn/go-colorable v0.1.4
20:22:07 [2021-06-18T20:22:07.690Z] #49 17.96 go: extracting github.com/spf13/viper v1.6.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.07 go: downloading github.com/go-critic/go-critic v0.4.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.07 go: extracting github.com/spf13/pflag v1.0.5
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.25 go: downloading github.com/mattn/go-isatty v0.0.8
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.36 go: extracting github.com/stretchr/testify v1.4.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.59 go: downloading github.com/spf13/afero v1.1.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.63 go: extracting github.com/sirupsen/logrus v1.4.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.65 go: downloading gopkg.in/ini.v1 v1.51.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.71 go: extracting github.com/mattn/go-isatty v0.0.8
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.76 go: downloading github.com/spf13/cast v1.3.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.84 go: downloading github.com/davecgh/go-spew v1.1.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 18.91 go: extracting github.com/go-critic/go-critic v0.4.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.07 go: downloading github.com/pelletier/go-toml v1.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.24 go: extracting github.com/spf13/afero v1.1.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.28 go: extracting gopkg.in/ini.v1 v1.51.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.45 go: extracting github.com/pelletier/go-toml v1.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.58 go: extracting github.com/davecgh/go-spew v1.1.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.68 go: extracting github.com/spf13/cast v1.3.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.82 go: downloading github.com/magiconair/properties v1.8.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 19.92 go: downloading github.com/hashicorp/hcl v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.28 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.31 go: extracting github.com/magiconair/properties v1.8.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.46 go: downloading golang.org/x/text v0.3.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.48 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.64 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.72 go: extracting github.com/hashicorp/hcl v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 20.91 go: downloading github.com/subosito/gotenv v1.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.04 go: downloading github.com/stretchr/objx v0.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.09 go: downloading github.com/pmezard/go-difflib v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.12 go: extracting github.com/stretchr/objx v0.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.16 go: extracting github.com/subosito/gotenv v1.2.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.19 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.26 go: extracting github.com/pmezard/go-difflib v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.51 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.65 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.88 go: downloading github.com/go-toolsmith/typep v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.88 go: downloading gopkg.in/yaml.v2 v2.2.7
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.89 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 21.97 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.10 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.11 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.14 go: extracting gopkg.in/yaml.v2 v2.2.7
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.15 go: extracting github.com/go-toolsmith/typep v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.15 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.24 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.43 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.56 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:22:07 [2021-06-18T20:22:07.690Z] #49 22.56 go: downloading github.com/go-toolsmith/astp v1.0.0
20:22:07 [2021-06-18T20:22:07.706Z] #17 DONE 1.7s
20:22:07 [2021-06-18T20:22:07.706Z] 
20:22:07 [2021-06-18T20:22:07.706Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:22:07 [2021-06-18T20:22:07.706Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
20:22:07 [2021-06-18T20:22:07.846Z] #49 18.89 go: extracting github.com/go-critic/go-critic v0.4.1
20:22:07 [2021-06-18T20:22:07.949Z] #49 22.74 go: extracting github.com/go-toolsmith/astp v1.0.0
20:22:07 [2021-06-18T20:22:07.949Z] #49 22.79 go: downloading github.com/ultraware/whitespace v0.0.4
20:22:07 [2021-06-18T20:22:07.949Z] #49 22.80 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:22:07 [2021-06-18T20:22:07.949Z] #49 ...
20:22:07 [2021-06-18T20:22:07.949Z] 
20:22:07 [2021-06-18T20:22:07.949Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:07 [2021-06-18T20:22:07.949Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:07 [2021-06-18T20:22:07.949Z] #55 12.89 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:07 [2021-06-18T20:22:07.949Z] #55 15.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:08 [2021-06-18T20:22:08.206Z] #55 ...
20:22:08 [2021-06-18T20:22:08.207Z] 
20:22:08 [2021-06-18T20:22:08.207Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:08 [2021-06-18T20:22:08.207Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:22:08 [2021-06-18T20:22:08.207Z] #58 18.68 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:08 [2021-06-18T20:22:08.207Z] #58 18.75 go: downloading github.com/u-root/u-root v7.0.0+incompatible
20:22:08 [2021-06-18T20:22:08.207Z] #58 18.89 go: extracting github.com/moby/vpnkit v0.5.0
20:22:08 [2021-06-18T20:22:08.207Z] #58 20.11 go: extracting github.com/urfave/cli/v2 v2.3.0
20:22:08 [2021-06-18T20:22:08.207Z] #58 20.80 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:08 [2021-06-18T20:22:08.237Z] #49 ...
20:22:08 [2021-06-18T20:22:08.237Z] 
20:22:08 [2021-06-18T20:22:08.237Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:08 [2021-06-18T20:22:08.237Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:08 [2021-06-18T20:22:08.237Z] #32 5.070 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:08 [2021-06-18T20:22:08.237Z] #32 5.073 Cloning into '.'...
20:22:08 [2021-06-18T20:22:08.237Z] #32 ...
20:22:08 [2021-06-18T20:22:08.237Z] 
20:22:08 [2021-06-18T20:22:08.237Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:22:08 [2021-06-18T20:22:08.237Z] #24 sha256:e934426b29f7de722d846bb7d9a690984e404fb4d3700947ad7d9d743a38bee1
20:22:08 [2021-06-18T20:22:08.237Z] #24 18.93 + mkdir -p /build
20:22:08 [2021-06-18T20:22:08.237Z] #24 18.94 + mv docker/docker /build/
20:22:08 [2021-06-18T20:22:08.237Z] #24 19.01 + rmdir docker
20:22:08 [2021-06-18T20:22:08.643Z] #18 DONE 1.1s
20:22:08 [2021-06-18T20:22:08.643Z] 
20:22:08 [2021-06-18T20:22:08.643Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:22:08 [2021-06-18T20:22:08.643Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
20:22:08 [2021-06-18T20:22:08.769Z] #58 23.42 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:08 [2021-06-18T20:22:08.804Z] #24 ...
20:22:08 [2021-06-18T20:22:08.804Z] 
20:22:08 [2021-06-18T20:22:08.804Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:08 [2021-06-18T20:22:08.804Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:22:08 [2021-06-18T20:22:08.804Z] #40 6.807 + git clone https://github.com/docker/distribution.git .
20:22:08 [2021-06-18T20:22:08.804Z] #40 6.807 Cloning into '.'...
20:22:09 [2021-06-18T20:22:09.064Z] #40 ...
20:22:09 [2021-06-18T20:22:09.064Z] 
20:22:09 [2021-06-18T20:22:09.064Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:22:09 [2021-06-18T20:22:09.064Z] #24 sha256:e934426b29f7de722d846bb7d9a690984e404fb4d3700947ad7d9d743a38bee1
20:22:09 [2021-06-18T20:22:09.064Z] #24 DONE 20.3s
20:22:09 [2021-06-18T20:22:09.064Z] 
20:22:09 [2021-06-18T20:22:09.064Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:09 [2021-06-18T20:22:09.064Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:09 [2021-06-18T20:22:09.064Z] #49 20.24 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:09 [2021-06-18T20:22:09.323Z] #49 ...
20:22:09 [2021-06-18T20:22:09.323Z] 
20:22:09 [2021-06-18T20:22:09.323Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:09 [2021-06-18T20:22:09.323Z] #47 sha256:0c26b3c941e3ea19fad604de254ffda538679be6c1b3bc1c28bb23d684cf329d
20:22:09 [2021-06-18T20:22:09.323Z] #47 10.50 go: extracting gotest.tools/gotestsum v0.5.3
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.33 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.37 go: downloading github.com/pkg/errors v0.9.1
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.48 go: downloading github.com/jonboulle/clockwork v0.1.0
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.48 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.48 go: downloading github.com/spf13/pflag v1.0.3
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.75 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.83 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:09 [2021-06-18T20:22:09.323Z] #47 11.84 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.10 go: downloading github.com/fatih/color v1.9.0
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.10 go: extracting github.com/pkg/errors v0.9.1
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.26 go: extracting github.com/spf13/pflag v1.0.3
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.26 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.32 go: extracting github.com/jonboulle/clockwork v0.1.0
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.72 go: extracting github.com/fatih/color v1.9.0
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.72 go: downloading github.com/mattn/go-isatty v0.0.12
20:22:09 [2021-06-18T20:22:09.323Z] #47 12.79 go: downloading github.com/mattn/go-colorable v0.1.6
20:22:09 [2021-06-18T20:22:09.323Z] #47 13.34 go: extracting github.com/mattn/go-isatty v0.0.12
20:22:09 [2021-06-18T20:22:09.323Z] #47 13.44 go: extracting github.com/mattn/go-colorable v0.1.6
20:22:09 [2021-06-18T20:22:09.323Z] #47 14.56 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:09 [2021-06-18T20:22:09.323Z] #47 15.82 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:09 [2021-06-18T20:22:09.323Z] #47 16.88 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:09 [2021-06-18T20:22:09.323Z] #47 ...
20:22:09 [2021-06-18T20:22:09.323Z] 
20:22:09 [2021-06-18T20:22:09.323Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:09 [2021-06-18T20:22:09.323Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:09 [2021-06-18T20:22:09.323Z] #49 20.39 go: downloading github.com/go-toolsmith/typep v1.0.0
20:22:09 [2021-06-18T20:22:09.323Z] #49 20.61 go: extracting github.com/go-toolsmith/typep v1.0.0
20:22:09 [2021-06-18T20:22:09.323Z] #49 20.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:09 [2021-06-18T20:22:09.336Z] #58 24.26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:09 [2021-06-18T20:22:09.336Z] #58 ...
20:22:09 [2021-06-18T20:22:09.336Z] 
20:22:09 [2021-06-18T20:22:09.336Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:09 [2021-06-18T20:22:09.336Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:09 [2021-06-18T20:22:09.336Z] #42 14.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:09 [2021-06-18T20:22:09.412Z] #20 41.92 Selecting previously unselected package vim.
20:22:09 [2021-06-18T20:22:09.412Z] #20 41.93 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
20:22:09 [2021-06-18T20:22:09.412Z] #20 41.95 Unpacking vim (2:8.1.0875-5) ...
20:22:09 [2021-06-18T20:22:09.582Z] #49 ...
20:22:09 [2021-06-18T20:22:09.582Z] 
20:22:09 [2021-06-18T20:22:09.582Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:09 [2021-06-18T20:22:09.582Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:09 [2021-06-18T20:22:09.582Z] #42 10.73 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:09 [2021-06-18T20:22:09.582Z] #42 10.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:09 [2021-06-18T20:22:09.582Z] #42 11.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:22:09 [2021-06-18T20:22:09.582Z] #42 13.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:09 [2021-06-18T20:22:09.582Z] #42 16.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:09 [2021-06-18T20:22:09.582Z] #42 ...
20:22:09 [2021-06-18T20:22:09.582Z] 
20:22:09 [2021-06-18T20:22:09.582Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:09 [2021-06-18T20:22:09.582Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.01 + cd /tmp/tmp.V7RL3AzoiS/src/github.com/rootless-containers/rootlesskit
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.02 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + export GO111MODULE=on
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + GO111MODULE=on
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + export GOPROXY=https://proxy.golang.org
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + GOPROXY=https://proxy.golang.org
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + for f in rootlesskit rootlesskit-docker-proxy
20:22:09 [2021-06-18T20:22:09.582Z] #58 11.05 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.27 go: downloading github.com/urfave/cli/v2 v2.3.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.43 go: downloading github.com/pkg/errors v0.9.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.45 go: downloading github.com/gorilla/mux v1.8.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.49 go: downloading github.com/sirupsen/logrus v1.8.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.58 go: downloading github.com/gofrs/flock v0.8.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.65 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.65 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.65 go: downloading github.com/moby/sys/mountinfo v0.4.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.74 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.86 go: extracting github.com/pkg/errors v0.9.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 13.87 go: extracting github.com/sirupsen/logrus v1.8.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.20 go: extracting github.com/gorilla/mux v1.8.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.20 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.42 go: extracting github.com/gofrs/flock v0.8.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.50 go: downloading github.com/google/uuid v1.2.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.52 go: extracting github.com/moby/sys/mountinfo v0.4.1
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.77 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:09 [2021-06-18T20:22:09.582Z] #58 14.96 go: downloading github.com/moby/vpnkit v0.5.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 15.43 go: extracting github.com/google/uuid v1.2.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 16.12 go: downloading github.com/u-root/u-root v7.0.0+incompatible
20:22:09 [2021-06-18T20:22:09.582Z] #58 16.24 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:09 [2021-06-18T20:22:09.582Z] #58 18.68 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:09 [2021-06-18T20:22:09.582Z] #58 19.81 go: extracting github.com/moby/vpnkit v0.5.0
20:22:09 [2021-06-18T20:22:09.582Z] #58 19.98 go: extracting github.com/urfave/cli/v2 v2.3.0
20:22:09 [2021-06-18T20:22:09.592Z] #42 ...
20:22:09 [2021-06-18T20:22:09.592Z] 
20:22:09 [2021-06-18T20:22:09.592Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:09 [2021-06-18T20:22:09.592Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:09 [2021-06-18T20:22:09.592Z] #49 23.16 go: extracting github.com/ultraware/whitespace v0.0.4
20:22:09 [2021-06-18T20:22:09.592Z] #49 23.26 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:09 [2021-06-18T20:22:09.592Z] #49 23.42 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:09 [2021-06-18T20:22:09.592Z] #49 23.42 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:22:09 [2021-06-18T20:22:09.592Z] #49 23.55 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:09 [2021-06-18T20:22:09.592Z] #49 ...
20:22:09 [2021-06-18T20:22:09.592Z] 
20:22:09 [2021-06-18T20:22:09.592Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:09 [2021-06-18T20:22:09.592Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:22:09 [2021-06-18T20:22:09.592Z] #45 14.46 unicode/utf8
20:22:09 [2021-06-18T20:22:09.592Z] #45 15.88 math
20:22:09 [2021-06-18T20:22:09.592Z] #45 20.02 unicode/utf16
20:22:09 [2021-06-18T20:22:09.592Z] #45 20.29 container/list
20:22:09 [2021-06-18T20:22:09.592Z] #45 21.02 crypto/internal/subtle
20:22:09 [2021-06-18T20:22:09.592Z] #45 21.13 crypto/subtle
20:22:09 [2021-06-18T20:22:09.592Z] #45 21.25 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:09 [2021-06-18T20:22:09.592Z] #45 21.43 internal/nettrace
20:22:09 [2021-06-18T20:22:09.592Z] #45 21.55 runtime/cgo
20:22:09 [2021-06-18T20:22:09.841Z] #58 ...
20:22:09 [2021-06-18T20:22:09.841Z] 
20:22:09 [2021-06-18T20:22:09.841Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:09 [2021-06-18T20:22:09.841Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:09 [2021-06-18T20:22:09.841Z] #49 20.91 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:09 [2021-06-18T20:22:09.841Z] #49 20.91 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:09 [2021-06-18T20:22:09.841Z] #49 21.13 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:09 [2021-06-18T20:22:09.841Z] #49 21.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:09 [2021-06-18T20:22:09.841Z] #49 21.14 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:09 [2021-06-18T20:22:09.841Z] #49 ...
20:22:09 [2021-06-18T20:22:09.841Z] 
20:22:09 [2021-06-18T20:22:09.841Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:09 [2021-06-18T20:22:09.841Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:22:09 [2021-06-18T20:22:09.841Z] #45 11.15 + cd /tmp/tmp.DLTQR5XZa1/src/github.com/LK4D4/vndr
20:22:09 [2021-06-18T20:22:09.841Z] #45 11.15 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:22:09 [2021-06-18T20:22:09.841Z] #45 11.17 + go build -buildmode=pie -v -o /build/vndr .
20:22:09 [2021-06-18T20:22:09.841Z] #45 12.76 internal/race
20:22:09 [2021-06-18T20:22:09.841Z] #45 12.93 runtime
20:22:09 [2021-06-18T20:22:09.841Z] #45 12.96 sync/atomic
20:22:09 [2021-06-18T20:22:09.841Z] #45 13.45 unicode
20:22:09 [2021-06-18T20:22:09.841Z] #45 17.31 internal/testlog
20:22:09 [2021-06-18T20:22:09.841Z] #45 17.93 encoding
20:22:09 [2021-06-18T20:22:09.841Z] #45 18.12 unicode/utf16
20:22:09 [2021-06-18T20:22:09.841Z] #45 18.45 container/list
20:22:09 [2021-06-18T20:22:09.841Z] #45 19.20 crypto/internal/subtle
20:22:09 [2021-06-18T20:22:09.841Z] #45 19.81 crypto/subtle
20:22:09 [2021-06-18T20:22:09.841Z] #45 20.19 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:09 [2021-06-18T20:22:09.841Z] #45 20.54 internal/nettrace
20:22:09 [2021-06-18T20:22:09.841Z] #45 20.65 runtime/cgo
20:22:09 [2021-06-18T20:22:09.849Z] #45 ...
20:22:09 [2021-06-18T20:22:09.849Z] 
20:22:09 [2021-06-18T20:22:09.849Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:09 [2021-06-18T20:22:09.849Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:22:09 [2021-06-18T20:22:09.849Z] #58 24.56 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:09 [2021-06-18T20:22:09.849Z] #58 24.56 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:22:09 [2021-06-18T20:22:09.985Z] #20 42.48 Selecting previously unselected package xfsprogs.
20:22:09 [2021-06-18T20:22:09.985Z] #20 42.50 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
20:22:09 [2021-06-18T20:22:09.985Z] #20 42.54 Unpacking xfsprogs (4.20.0-1) ...
20:22:10 [2021-06-18T20:22:10.024Z] #19 DONE 1.2s
20:22:10 [2021-06-18T20:22:10.024Z] 
20:22:10 [2021-06-18T20:22:10.024Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:10 [2021-06-18T20:22:10.024Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:22:10 [2021-06-18T20:22:10.100Z] #45 ...
20:22:10 [2021-06-18T20:22:10.100Z] 
20:22:10 [2021-06-18T20:22:10.100Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:10 [2021-06-18T20:22:10.100Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:10 [2021-06-18T20:22:10.100Z] #36 11.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:22:10 [2021-06-18T20:22:10.100Z] #36 13.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:10 [2021-06-18T20:22:10.100Z] #36 15.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:10 [2021-06-18T20:22:10.100Z] #36 ...
20:22:10 [2021-06-18T20:22:10.100Z] 
20:22:10 [2021-06-18T20:22:10.100Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:10 [2021-06-18T20:22:10.100Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:22:10 [2021-06-18T20:22:10.100Z] #58 21.39 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:10 [2021-06-18T20:22:10.411Z] #58 25.24 go: extracting github.com/russross/blackfriday/v2 v2.1.0
20:22:10 [2021-06-18T20:22:10.559Z] #20 42.94 Selecting previously unselected package zip.
20:22:10 [2021-06-18T20:22:10.559Z] #20 42.96 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
20:22:10 [2021-06-18T20:22:10.559Z] #20 42.96 Unpacking zip (3.0-11+b1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.24 Setting up aufs-tools (1:4.14+20190211-1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.26 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.27 Setting up libip6tc0:arm64 (1.8.2-4) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.29 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.30 Setting up libgpm2:arm64 (1.20.7-5) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.31 Setting up libip4tc0:arm64 (1.8.2-4) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.33 Setting up uidmap (1:4.5-1.1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.34 Setting up libnftnl11:arm64 (1.1.2-2) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.35 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:22:10 [2021-06-18T20:22:10.821Z] #20 43.38 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:22:10 [2021-06-18T20:22:10.869Z] #67 ...
20:22:10 [2021-06-18T20:22:10.869Z] 
20:22:10 [2021-06-18T20:22:10.869Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:10 [2021-06-18T20:22:10.869Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:22:10 [2021-06-18T20:22:10.869Z] #49 20.36 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 21.13 go: downloading github.com/spf13/afero v1.1.2
20:22:10 [2021-06-18T20:22:10.869Z] #49 21.34 go: extracting github.com/spf13/afero v1.1.2
20:22:10 [2021-06-18T20:22:10.869Z] #49 21.66 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.83 go: downloading github.com/magiconair/properties v1.8.1
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.88 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.88 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.89 go: downloading github.com/mattn/go-isatty v0.0.8
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.89 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.89 go: downloading github.com/ultraware/funlen v0.0.2
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.89 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.90 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.90 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.98 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 23.99 go: extracting github.com/magiconair/properties v1.8.1
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.00 go: extracting github.com/mattn/go-isatty v0.0.8
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.02 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.03 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.10 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.14 go: downloading github.com/gogo/protobuf v1.2.1
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.18 go: downloading github.com/subosito/gotenv v1.2.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.19 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.28 go: downloading github.com/pkg/errors v0.8.1
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.29 go: extracting github.com/ultraware/funlen v0.0.2
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.29 go: downloading github.com/mattn/go-colorable v0.1.4
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.44 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.54 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.65 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.69 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.76 go: extracting github.com/subosito/gotenv v1.2.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.84 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.84 go: downloading github.com/spf13/cobra v0.0.5
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.90 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 24.95 go: extracting github.com/mattn/go-colorable v0.1.4
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.11 go: extracting github.com/pkg/errors v0.8.1
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.11 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.14 go: downloading github.com/hashicorp/hcl v1.0.0
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.14 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:10 [2021-06-18T20:22:10.869Z] #49 25.14 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.27 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.27 go: downloading golang.org/x/text v0.3.2
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.31 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.39 go: extracting github.com/spf13/cobra v0.0.5
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.70 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.71 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.73 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:10 [2021-06-18T20:22:10.870Z] #49 25.73 go: downloading github.com/go-toolsmith/astp v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.04 go: downloading github.com/spf13/cast v1.3.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.17 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.18 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.18 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.51 go: extracting github.com/spf13/cast v1.3.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.59 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.59 go: downloading github.com/go-toolsmith/typep v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.60 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.63 go: extracting github.com/go-toolsmith/astp v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.63 go: extracting github.com/hashicorp/hcl v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.65 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 26.85 go: downloading github.com/sirupsen/logrus v1.4.2
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.04 go: extracting github.com/go-toolsmith/typep v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.10 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.12 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.19 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.35 go: downloading github.com/kisielk/gotool v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.49 go: downloading github.com/ultraware/whitespace v0.0.4
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.49 go: extracting github.com/sirupsen/logrus v1.4.2
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.82 go: extracting github.com/kisielk/gotool v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.83 go: extracting github.com/ultraware/whitespace v0.0.4
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.83 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.94 go: downloading gopkg.in/ini.v1 v1.51.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 27.97 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.13 go: downloading github.com/gobwas/glob v0.2.3
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.13 go: downloading gopkg.in/yaml.v2 v2.2.7
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.40 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.56 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.68 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.86 go: extracting gopkg.in/yaml.v2 v2.2.7
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.86 go: extracting github.com/gobwas/glob v0.2.3
20:22:10 [2021-06-18T20:22:10.870Z] #49 28.86 go: extracting gopkg.in/ini.v1 v1.51.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.41 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.44 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.64 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.65 go: downloading github.com/BurntSushi/toml v0.3.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.74 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.87 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.95 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 29.96 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.01 go: downloading github.com/pelletier/go-toml v1.2.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.04 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.06 go: extracting github.com/BurntSushi/toml v0.3.1
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.25 go: downloading github.com/stretchr/testify v1.4.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.51 go: extracting github.com/pelletier/go-toml v1.2.0
20:22:10 [2021-06-18T20:22:10.870Z] #49 30.93 go: extracting github.com/stretchr/testify v1.4.0
20:22:10 [2021-06-18T20:22:10.976Z] #58 ...
20:22:10 [2021-06-18T20:22:10.976Z] 
20:22:10 [2021-06-18T20:22:10.976Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:10 [2021-06-18T20:22:10.976Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:10 [2021-06-18T20:22:10.976Z] #13 10.67 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:10 [2021-06-18T20:22:10.976Z] #13 13.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:11 [2021-06-18T20:22:11.082Z] #20 43.40 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:22:11 [2021-06-18T20:22:11.082Z] #20 43.41 Setting up xxd (2:8.1.0875-5) ...
20:22:11 [2021-06-18T20:22:11.082Z] #20 43.45 Setting up zip (3.0-11+b1) ...
20:22:11 [2021-06-18T20:22:11.082Z] #20 43.47 Setting up vim-common (2:8.1.0875-5) ...
20:22:11 [2021-06-18T20:22:11.082Z] #20 43.50 Setting up bash-completion (1:2.8-6) ...
20:22:11 [2021-06-18T20:22:11.130Z] #49 31.18 go: downloading github.com/stretchr/objx v0.2.0
20:22:11 [2021-06-18T20:22:11.233Z] #13 ...
20:22:11 [2021-06-18T20:22:11.233Z] 
20:22:11 [2021-06-18T20:22:11.234Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:11 [2021-06-18T20:22:11.234Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:22:11 [2021-06-18T20:22:11.234Z] #34 16.03 internal/testlog
20:22:11 [2021-06-18T20:22:11.234Z] #34 16.37 encoding
20:22:11 [2021-06-18T20:22:11.234Z] #34 16.58 runtime/cgo
20:22:11 [2021-06-18T20:22:11.234Z] #34 ...
20:22:11 [2021-06-18T20:22:11.234Z] 
20:22:11 [2021-06-18T20:22:11.234Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:11 [2021-06-18T20:22:11.234Z] #67 sha256:d24c9cdc7126db7cffc57b4e0baa7e8a2f3da16ac820c5897f6e1d3d38b0a570
20:22:11 [2021-06-18T20:22:11.390Z] #49 31.35 go: downloading github.com/pmezard/go-difflib v1.0.0
20:22:11 [2021-06-18T20:22:11.390Z] #49 31.35 go: downloading github.com/davecgh/go-spew v1.1.1
20:22:11 [2021-06-18T20:22:11.405Z] #20 1.471 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:22:11 [2021-06-18T20:22:11.405Z] #20 1.516 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:11 [2021-06-18T20:22:11.405Z] #20 1.532 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:11 [2021-06-18T20:22:11.405Z] #20 1.532 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:11 [2021-06-18T20:22:11.491Z] #67 25.86 Checking out files:  71% (1360/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
20:22:11 [2021-06-18T20:22:11.491Z] #67 26.30 + cd /tmp/tmp.8gdBuVomyY/src/github.com/docker/libnetwork
20:22:11 [2021-06-18T20:22:11.491Z] #67 26.30 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
20:22:11 [2021-06-18T20:22:11.959Z] #49 31.71 go: extracting github.com/davecgh/go-spew v1.1.1
20:22:11 [2021-06-18T20:22:11.959Z] #49 31.84 go: extracting github.com/pmezard/go-difflib v1.0.0
20:22:11 [2021-06-18T20:22:11.973Z] #20 2.108 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:22:12 [2021-06-18T20:22:12.054Z] #67 26.70 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:12 [2021-06-18T20:22:12.219Z] #49 32.03 go: extracting github.com/stretchr/objx v0.2.0
20:22:12 [2021-06-18T20:22:12.479Z] #49 32.32 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:12 [2021-06-18T20:22:12.647Z] #58 ...
20:22:12 [2021-06-18T20:22:12.648Z] 
20:22:12 [2021-06-18T20:22:12.648Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:12 [2021-06-18T20:22:12.648Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:22:12 [2021-06-18T20:22:12.648Z] #34 13.56 unicode/utf8
20:22:12 [2021-06-18T20:22:12.648Z] #34 14.12 unicode
20:22:12 [2021-06-18T20:22:12.648Z] #34 17.75 internal/testlog
20:22:12 [2021-06-18T20:22:12.648Z] #34 18.09 encoding
20:22:12 [2021-06-18T20:22:12.648Z] #34 18.21 runtime/cgo
20:22:12 [2021-06-18T20:22:12.648Z] #34 ...
20:22:12 [2021-06-18T20:22:12.648Z] 
20:22:12 [2021-06-18T20:22:12.648Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:12 [2021-06-18T20:22:12.648Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:22:12 [2021-06-18T20:22:12.648Z] #58 23.64 go: extracting github.com/u-root/u-root v7.0.0+incompatible
20:22:12 [2021-06-18T20:22:12.648Z] #58 23.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:12 [2021-06-18T20:22:12.742Z] #49 32.77 go: extracting github.com/gogo/protobuf v1.2.1
20:22:12 [2021-06-18T20:22:12.910Z] #20 3.040 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:22:13 [2021-06-18T20:22:13.217Z] #58 24.35 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:13 [2021-06-18T20:22:13.217Z] #58 24.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:22:13 [2021-06-18T20:22:13.315Z] #49 ...
20:22:13 [2021-06-18T20:22:13.315Z] 
20:22:13 [2021-06-18T20:22:13.315Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:13 [2021-06-18T20:22:13.315Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:22:13 [2021-06-18T20:22:13.315Z] #51 23.24 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:13 [2021-06-18T20:22:13.315Z] #51 23.96 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:13 [2021-06-18T20:22:13.315Z] #51 25.56 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:13 [2021-06-18T20:22:13.315Z] #51 26.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:13 [2021-06-18T20:22:13.315Z] #51 26.89 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:13 [2021-06-18T20:22:13.315Z] #51 27.06 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:13 [2021-06-18T20:22:13.315Z] #51 27.21 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:13 [2021-06-18T20:22:13.315Z] #51 28.26 runtime
20:22:13 [2021-06-18T20:22:13.315Z] #51 ...
20:22:13 [2021-06-18T20:22:13.315Z] 
20:22:13 [2021-06-18T20:22:13.315Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:13 [2021-06-18T20:22:13.315Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:22:13 [2021-06-18T20:22:13.315Z] #40 24.01 Checking out files:  89% (1525/1695)   
Checking out files:  90% (1526/1695)   
Checking out files:  91% (1543/1695)   
Checking out files:  92% (1560/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
20:22:13 [2021-06-18T20:22:13.315Z] #40 24.19 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:13 [2021-06-18T20:22:13.315Z] #40 26.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:13 [2021-06-18T20:22:13.477Z] #58 24.76 go: extracting github.com/russross/blackfriday/v2 v2.1.0
20:22:14 [2021-06-18T20:22:14.289Z] #20 4.251 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.64 Setting up libiptc0:arm64 (1.8.2-4) ...
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.65 Setting up xz-utils (5.2.4-1) ...
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.75 Setting up sudo (1.8.27-1+deb10u3) ...
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.86 invoke-rc.d: could not determine current runlevel
20:22:14 [2021-06-18T20:22:14.389Z] #20 46.88 invoke-rc.d: policy-rc.d denied execution of start.
20:22:14 [2021-06-18T20:22:14.390Z] #20 46.89 Setting up pigz (2.4-1) ...
20:22:14 [2021-06-18T20:22:14.390Z] #20 46.91 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:22:14 [2021-06-18T20:22:14.390Z] #20 46.93 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:22:14 [2021-06-18T20:22:14.651Z] #20 46.96 Setting up python-pip-whl (18.1-5) ...
20:22:14 [2021-06-18T20:22:14.651Z] #20 46.97 Setting up libmpdec2:arm64 (2.4.2-2) ...
20:22:14 [2021-06-18T20:22:14.651Z] #20 47.00 Setting up vim-runtime (2:8.1.0875-5) ...
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.64 Setting up libaio1:arm64 (0.3.112-3) ...
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.66 Setting up libonig5:arm64 (6.9.1-1) ...
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.67 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.69 Setting up vim (2:8.1.0875-5) ...
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:22:15 [2021-06-18T20:22:15.224Z] #20 47.83 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
20:22:15 [2021-06-18T20:22:15.431Z] #58 ...
20:22:15 [2021-06-18T20:22:15.431Z] 
20:22:15 [2021-06-18T20:22:15.431Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:15 [2021-06-18T20:22:15.431Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:15 [2021-06-18T20:22:15.431Z] #13 7.814 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 7.912 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 7.912 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 7.912 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 8.976 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 11.46 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 12.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 14.99 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:22:15 [2021-06-18T20:22:15.431Z] #13 ...
20:22:15 [2021-06-18T20:22:15.431Z] 
20:22:15 [2021-06-18T20:22:15.431Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:15 [2021-06-18T20:22:15.431Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.13 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.13 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.13 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.13 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.13 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.20 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.20 go: downloading github.com/ultraware/whitespace v0.0.4
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.20 go: downloading github.com/stretchr/testify v1.4.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.20 go: downloading github.com/uudashr/gocognit v1.0.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.36 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.42 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.46 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.57 go: downloading golang.org/x/text v0.3.2
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.76 go: extracting github.com/stretchr/testify v1.4.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.84 go: extracting github.com/ultraware/whitespace v0.0.4
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.84 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.84 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.84 go: extracting github.com/uudashr/gocognit v1.0.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.84 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 23.92 go: downloading github.com/kisielk/gotool v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.04 go: downloading github.com/gobwas/glob v0.2.3
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.08 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.25 go: downloading github.com/mattn/go-colorable v0.1.4
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.35 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.35 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.48 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.56 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.56 go: extracting github.com/kisielk/gotool v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.76 go: downloading github.com/spf13/pflag v1.0.5
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.83 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.86 go: extracting github.com/mattn/go-colorable v0.1.4
20:22:15 [2021-06-18T20:22:15.431Z] #49 24.94 go: extracting github.com/gobwas/glob v0.2.3
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.04 go: downloading github.com/go-toolsmith/astp v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.05 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.10 go: downloading github.com/spf13/viper v1.6.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.30 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.59 go: downloading github.com/davecgh/go-spew v1.1.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.74 go: downloading github.com/pmezard/go-difflib v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.74 go: extracting github.com/spf13/pflag v1.0.5
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.87 go: extracting github.com/spf13/viper v1.6.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.87 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 25.94 go: extracting github.com/pmezard/go-difflib v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.00 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.00 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.00 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.19 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.19 go: extracting github.com/go-toolsmith/astp v1.0.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.19 go: downloading github.com/magiconair/properties v1.8.1
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.37 go: downloading gopkg.in/ini.v1 v1.51.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.37 go: downloading gopkg.in/yaml.v2 v2.2.7
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.50 go: downloading github.com/pelletier/go-toml v1.2.0
20:22:15 [2021-06-18T20:22:15.431Z] #49 26.50 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:15 [2021-06-18T20:22:15.431Z] #49 ...
20:22:15 [2021-06-18T20:22:15.431Z] 
20:22:15 [2021-06-18T20:22:15.431Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:15 [2021-06-18T20:22:15.431Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:22:15 [2021-06-18T20:22:15.431Z] #51 16.74 + cd /tmp/tmp.zGwYiyrxvB/src/github.com/mvdan/sh
20:22:15 [2021-06-18T20:22:15.431Z] #51 16.74 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:15 [2021-06-18T20:22:15.431Z] #51 16.91 + GO111MODULE=on
20:22:15 [2021-06-18T20:22:15.431Z] #51 16.91 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:15 [2021-06-18T20:22:15.431Z] #51 18.36 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:15 [2021-06-18T20:22:15.431Z] #51 18.36 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:15 [2021-06-18T20:22:15.431Z] #51 18.36 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:15 [2021-06-18T20:22:15.431Z] #51 18.67 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:15 [2021-06-18T20:22:15.431Z] #51 18.78 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:15 [2021-06-18T20:22:15.431Z] #51 19.85 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:15 [2021-06-18T20:22:15.431Z] #51 20.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:15 [2021-06-18T20:22:15.431Z] #51 22.11 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:15 [2021-06-18T20:22:15.431Z] #51 23.42 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:15 [2021-06-18T20:22:15.431Z] #51 23.64 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:15 [2021-06-18T20:22:15.431Z] #51 23.84 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:15 [2021-06-18T20:22:15.431Z] #51 24.04 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:15 [2021-06-18T20:22:15.431Z] #51 24.88 runtime
20:22:15 [2021-06-18T20:22:15.431Z] #51 24.96 runtime/cgo
20:22:15 [2021-06-18T20:22:15.486Z] #20 47.85 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:22:15 [2021-06-18T20:22:15.486Z] #20 47.89 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:22:15 [2021-06-18T20:22:15.486Z] #20 47.91 Setting up jq (1.5+dfsg-2+b1) ...
20:22:15 [2021-06-18T20:22:15.486Z] #20 47.93 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
20:22:15 [2021-06-18T20:22:15.486Z] #20 47.94 Setting up python3.7 (3.7.3-2+deb10u3) ...
20:22:15 [2021-06-18T20:22:15.671Z] #20 ...
20:22:15 [2021-06-18T20:22:15.671Z] 
20:22:15 [2021-06-18T20:22:15.671Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:22:15 [2021-06-18T20:22:15.671Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:22:15 [2021-06-18T20:22:15.671Z] #53 14.04 + cd /tmp/tmp.5PC2uTr1qj/src/github.com/opencontainers/runc
20:22:15 [2021-06-18T20:22:15.671Z] #53 14.04 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:22:15 [2021-06-18T20:22:15.671Z] #53 14.63 + '[' -z '' ']'
20:22:15 [2021-06-18T20:22:15.671Z] #53 14.63 + target=static
20:22:15 [2021-06-18T20:22:15.672Z] #53 14.63 + make 'BUILDTAGS=seccomp ' static
20:22:15 [2021-06-18T20:22:15.672Z] #53 14.94 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
20:22:15 [2021-06-18T20:22:15.689Z] #51 ...
20:22:15 [2021-06-18T20:22:15.689Z] 
20:22:15 [2021-06-18T20:22:15.689Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:15 [2021-06-18T20:22:15.689Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:15 [2021-06-18T20:22:15.689Z] #49 26.81 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:15 [2021-06-18T20:22:15.689Z] #49 26.81 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:22:15 [2021-06-18T20:22:15.689Z] #49 26.81 go: extracting github.com/davecgh/go-spew v1.1.1
20:22:15 [2021-06-18T20:22:15.689Z] #49 26.90 go: extracting gopkg.in/ini.v1 v1.51.0
20:22:15 [2021-06-18T20:22:15.689Z] #49 26.97 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:22:15 [2021-06-18T20:22:15.689Z] #49 27.02 go: extracting github.com/magiconair/properties v1.8.1
20:22:15 [2021-06-18T20:22:15.747Z] #20 ...
20:22:15 [2021-06-18T20:22:15.747Z] 
20:22:15 [2021-06-18T20:22:15.748Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:15 [2021-06-18T20:22:15.748Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
20:22:15 [2021-06-18T20:22:15.748Z] #40 142.8 + dpkg --print-architecture
20:22:15 [2021-06-18T20:22:15.948Z] #49 27.05 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:22:15 [2021-06-18T20:22:15.948Z] #49 27.07 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:15 [2021-06-18T20:22:15.948Z] #49 27.07 go: downloading github.com/spf13/cast v1.3.0
20:22:15 [2021-06-18T20:22:15.948Z] #49 27.12 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:22:15 [2021-06-18T20:22:15.948Z] #49 27.18 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:22:16 [2021-06-18T20:22:16.009Z] #40 ...
20:22:16 [2021-06-18T20:22:16.009Z] 
20:22:16 [2021-06-18T20:22:16.009Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:16 [2021-06-18T20:22:16.009Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:16 [2021-06-18T20:22:16.009Z] #43 92.39   DEP      criu/log.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 92.62   DEP      criu/libnetlink.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 92.79   DEP      criu/kerndat.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.08   DEP      criu/kcmp-ids.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.20   DEP      criu/irmap.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.41   DEP      criu/ipc_ns.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.56   DEP      criu/image.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.74   DEP      criu/image-desc.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 93.85   DEP      criu/fsnotify.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 94.13   DEP      criu/filesystems.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 94.39   DEP      criu/files.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 94.62   DEP      criu/files-reg.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 94.74   DEP      criu/files-ext.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 94.86   DEP      criu/file-lock.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.04   DEP      criu/file-ids.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.18   DEP      criu/fifo.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.39   DEP      criu/fdstore.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.55   DEP      criu/fault-injection.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.61   DEP      criu/external.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.76   DEP      criu/eventpoll.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 95.91   DEP      criu/eventfd.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.03   DEP      criu/crtools.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.19   DEP      criu/cr-service.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.38   DEP      criu/cr-restore.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.57   DEP      criu/cr-errno.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.59   DEP      criu/cr-dump.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 96.91   DEP      criu/cr-dedup.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 97.13   DEP      criu/cr-check.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 97.37   DEP      criu/config.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 97.55   DEP      criu/clone-noasan.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 97.66   DEP      criu/cgroup.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 97.92   DEP      criu/cgroup-props.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 98.07   DEP      criu/bitmap.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 98.10   DEP      criu/bfd.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 98.26   DEP      criu/autofs.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 98.52   DEP      criu/aio.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 98.76   DEP      criu/action-scripts.d
20:22:16 [2021-06-18T20:22:16.009Z] #43 99.07   CC       criu/action-scripts.o
20:22:16 [2021-06-18T20:22:16.009Z] #43 99.63   CC       criu/aio.o
20:22:16 [2021-06-18T20:22:16.009Z] #43 100.2   CC       criu/autofs.o
20:22:16 [2021-06-18T20:22:16.009Z] #43 101.5   CC       criu/bfd.o
20:22:16 [2021-06-18T20:22:16.009Z] #43 102.0   CC       criu/bitmap.o
20:22:16 [2021-06-18T20:22:16.009Z] #43 102.2   CC       criu/cgroup-props.o
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.37 go: extracting github.com/spf13/cast v1.3.0
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.37 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.37 go: extracting gopkg.in/yaml.v2 v2.2.7
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.44 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.47 go: extracting github.com/pelletier/go-toml v1.2.0
20:22:16 [2021-06-18T20:22:16.207Z] #49 27.47 go: downloading github.com/spf13/afero v1.1.2
20:22:16 [2021-06-18T20:22:16.239Z] #53 ...
20:22:16 [2021-06-18T20:22:16.239Z] 
20:22:16 [2021-06-18T20:22:16.239Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:16 [2021-06-18T20:22:16.239Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:16 [2021-06-18T20:22:16.239Z] #43 59.28   LINK     criu/arch/x86/crtools.built-in.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 59.37   DEP      criu/pie/util-vdso-elf32.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 59.59   DEP      criu/pie/util-vdso.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 59.76   DEP      criu/pie/util.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 60.01   CC       criu/pie/util.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 60.58   CC       criu/pie/util-vdso.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 61.67   CC       criu/pie/util-vdso-elf32.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 62.60   AR       criu/pie/pie.lib.a
20:22:16 [2021-06-18T20:22:16.239Z] #43 62.65   DEP      criu/pie/restorer.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 62.88   DEP      criu/arch/x86/sigaction_compat_pie.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 63.03   DEP      criu/arch/x86/restorer_unmap.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 63.06   DEP      criu/arch/x86/restorer.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 63.38   DEP      criu/arch/x86/vdso-pie.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 63.50   DEP      criu/pie/parasite-vdso.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 63.74   DEP      criu/pie/parasite.d
20:22:16 [2021-06-18T20:22:16.239Z] #43 64.11   CC       criu/pie/parasite.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 65.40   LINK     criu/pie/parasite.built-in.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 65.42   GEN      criu/pie/parasite-blob.h
20:22:16 [2021-06-18T20:22:16.239Z] #43 65.44   CC       criu/pie/parasite-vdso.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 66.03   CC       criu/arch/x86/vdso-pie.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 66.44   CC       criu/arch/x86/restorer.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 66.97   CC       criu/arch/x86/restorer_unmap.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 67.02   CC       criu/arch/x86/sigaction_compat_pie.o
20:22:16 [2021-06-18T20:22:16.239Z] #43 67.31   CC       criu/pie/restorer.o
20:22:16 [2021-06-18T20:22:16.467Z] #49 27.62 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:22:16 [2021-06-18T20:22:16.467Z] #49 27.62 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:16 [2021-06-18T20:22:16.467Z] #49 27.62 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:22:16 [2021-06-18T20:22:16.588Z] #43 103.0   CC       criu/cgroup.o
20:22:16 [2021-06-18T20:22:16.588Z] #43 ...
20:22:16 [2021-06-18T20:22:16.588Z] 
20:22:16 [2021-06-18T20:22:16.588Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:16 [2021-06-18T20:22:16.588Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
20:22:16 [2021-06-18T20:22:16.588Z] #40 DONE 143.8s
20:22:16 [2021-06-18T20:22:16.626Z] #40 ...
20:22:16 [2021-06-18T20:22:16.626Z] 
20:22:16 [2021-06-18T20:22:16.626Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:16 [2021-06-18T20:22:16.626Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:16 [2021-06-18T20:22:16.626Z] #42 26.03 Fetched 8449 kB in 18s (470 kB/s)
20:22:16 [2021-06-18T20:22:16.626Z] #42 26.03 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #42 32.89 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #42 ...
20:22:16 [2021-06-18T20:22:16.626Z] 
20:22:16 [2021-06-18T20:22:16.626Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:16 [2021-06-18T20:22:16.626Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:16 [2021-06-18T20:22:16.626Z] #36 26.17 Fetched 8449 kB in 18s (469 kB/s)
20:22:16 [2021-06-18T20:22:16.626Z] #36 26.17 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #36 33.44 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #36 ...
20:22:16 [2021-06-18T20:22:16.626Z] 
20:22:16 [2021-06-18T20:22:16.626Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:16 [2021-06-18T20:22:16.626Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:22:16 [2021-06-18T20:22:16.626Z] #58 27.67 go: extracting github.com/u-root/u-root v7.0.0+incompatible
20:22:16 [2021-06-18T20:22:16.626Z] #58 27.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 27.88 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 27.90 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 28.12 go: extracting github.com/russross/blackfriday/v2 v2.1.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 30.67 go: finding github.com/pkg/errors v0.9.1
20:22:16 [2021-06-18T20:22:16.626Z] #58 30.72 go: finding github.com/sirupsen/logrus v1.8.1
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.03 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.14 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.24 go: finding github.com/google/uuid v1.2.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.35 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.44 go: finding github.com/gofrs/flock v0.8.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.45 go: finding github.com/moby/vpnkit v0.5.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.49 go: finding github.com/moby/sys/mountinfo v0.4.1
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.53 go: finding github.com/gorilla/mux v1.8.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.55 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.61 go: finding github.com/urfave/cli/v2 v2.3.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.62 go: finding github.com/u-root/u-root v7.0.0+incompatible
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.89 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 31.91 go: finding github.com/russross/blackfriday/v2 v2.1.0
20:22:16 [2021-06-18T20:22:16.626Z] #58 ...
20:22:16 [2021-06-18T20:22:16.626Z] 
20:22:16 [2021-06-18T20:22:16.626Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:16 [2021-06-18T20:22:16.626Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:16 [2021-06-18T20:22:16.626Z] #55 26.49 Fetched 8449 kB in 19s (448 kB/s)
20:22:16 [2021-06-18T20:22:16.626Z] #55 26.49 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #55 33.52 Reading package lists...
20:22:16 [2021-06-18T20:22:16.626Z] #55 ...
20:22:16 [2021-06-18T20:22:16.626Z] 
20:22:16 [2021-06-18T20:22:16.627Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:16 [2021-06-18T20:22:16.627Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:16 [2021-06-18T20:22:16.627Z] #13 21.94 Fetched 8980 kB in 19s (479 kB/s)
20:22:16 [2021-06-18T20:22:16.627Z] #13 21.94 Reading package lists...
20:22:16 [2021-06-18T20:22:16.727Z] #49 27.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:16 [2021-06-18T20:22:16.727Z] #49 27.88 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:22:16 [2021-06-18T20:22:16.727Z] #49 27.97 go: downloading github.com/BurntSushi/toml v0.3.1
20:22:16 [2021-06-18T20:22:16.727Z] #49 28.02 go: downloading github.com/stretchr/objx v0.2.0
20:22:16 [2021-06-18T20:22:16.727Z] #49 28.07 go: extracting github.com/spf13/afero v1.1.2
20:22:16 [2021-06-18T20:22:16.850Z] 
20:22:16 [2021-06-18T20:22:16.850Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:16 [2021-06-18T20:22:16.850Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:16 [2021-06-18T20:22:16.987Z] #49 28.11 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:16 [2021-06-18T20:22:16.987Z] #49 28.15 go: downloading github.com/subosito/gotenv v1.2.0
20:22:16 [2021-06-18T20:22:16.987Z] #49 28.24 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:16 [2021-06-18T20:22:16.987Z] #49 28.24 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:22:17 [2021-06-18T20:22:17.173Z] #43 70.38   LINK     criu/pie/restorer.built-in.o
20:22:17 [2021-06-18T20:22:17.173Z] #43 70.41   GEN      criu/pie/restorer-blob.h
20:22:17 [2021-06-18T20:22:17.246Z] #49 28.37 go: downloading github.com/hashicorp/hcl v1.0.0
20:22:17 [2021-06-18T20:22:17.246Z] #49 28.42 go: extracting github.com/stretchr/objx v0.2.0
20:22:17 [2021-06-18T20:22:17.431Z] #43 70.48   DEP      criu/vdso.d
20:22:17 [2021-06-18T20:22:17.431Z] #43 70.63   DEP      criu/vdso-compat.d
20:22:17 [2021-06-18T20:22:17.506Z] #49 28.66 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:17 [2021-06-18T20:22:17.506Z] #49 28.70 go: extracting github.com/subosito/gotenv v1.2.0
20:22:17 [2021-06-18T20:22:17.506Z] #49 28.73 go: extracting github.com/BurntSushi/toml v0.3.1
20:22:17 [2021-06-18T20:22:17.506Z] #49 28.85 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:17 [2021-06-18T20:22:17.575Z] #13 28.99 Reading package lists...
20:22:17 [2021-06-18T20:22:17.575Z] #13 ...
20:22:17 [2021-06-18T20:22:17.575Z] 
20:22:17 [2021-06-18T20:22:17.575Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:17 [2021-06-18T20:22:17.575Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:22:17 [2021-06-18T20:22:17.575Z] #49 37.56 go: extracting golang.org/x/text v0.3.2
20:22:17 [2021-06-18T20:22:17.689Z] #43 70.85   DEP      criu/uts_ns.d
20:22:17 [2021-06-18T20:22:17.689Z] #43 71.00   DEP      criu/util.d
20:22:17 [2021-06-18T20:22:17.802Z] #49 28.92 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:22:17 [2021-06-18T20:22:17.947Z] #43 71.19   DEP      criu/uffd.d
20:22:18 [2021-06-18T20:22:18.132Z] #49 29.16 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:18 [2021-06-18T20:22:18.132Z] #49 29.36 go: downloading github.com/gogo/protobuf v1.2.1
20:22:18 [2021-06-18T20:22:18.150Z] #49 ...
20:22:18 [2021-06-18T20:22:18.150Z] 
20:22:18 [2021-06-18T20:22:18.150Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:18 [2021-06-18T20:22:18.150Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:18 [2021-06-18T20:22:18.150Z] #45 27.98 vendor/golang.org/x/crypto/internal/subtle
20:22:18 [2021-06-18T20:22:18.150Z] #45 28.15 vendor/golang.org/x/crypto/curve25519
20:22:18 [2021-06-18T20:22:18.206Z] #43 71.43   DEP      criu/tun.d
20:22:18 [2021-06-18T20:22:18.398Z] #49 29.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:18 [2021-06-18T20:22:18.398Z] #49 29.74 go: extracting github.com/hashicorp/hcl v1.0.0
20:22:18 [2021-06-18T20:22:18.466Z] #43 71.65   DEP      criu/tty.d
20:22:18 [2021-06-18T20:22:18.597Z] #67 ...
20:22:18 [2021-06-18T20:22:18.597Z] 
20:22:18 [2021-06-18T20:22:18.597Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:18 [2021-06-18T20:22:18.597Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:22:18 [2021-06-18T20:22:18.597Z] #45 32.35 vendor/golang.org/x/crypto/curve25519
20:22:18 [2021-06-18T20:22:18.597Z] #45 ...
20:22:18 [2021-06-18T20:22:18.597Z] 
20:22:18 [2021-06-18T20:22:18.597Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:18 [2021-06-18T20:22:18.597Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:22:18 [2021-06-18T20:22:18.597Z] #51 23.23 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:18 [2021-06-18T20:22:18.597Z] #51 24.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:18 [2021-06-18T20:22:18.597Z] #51 24.79 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:18 [2021-06-18T20:22:18.597Z] #51 25.01 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:18 [2021-06-18T20:22:18.597Z] #51 25.03 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:18 [2021-06-18T20:22:18.597Z] #51 25.85 runtime/cgo
20:22:18 [2021-06-18T20:22:18.597Z] #51 25.90 runtime
20:22:18 [2021-06-18T20:22:18.597Z] #51 ...
20:22:18 [2021-06-18T20:22:18.597Z] 
20:22:18 [2021-06-18T20:22:18.597Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:18 [2021-06-18T20:22:18.597Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:18 [2021-06-18T20:22:18.597Z] #49 25.46 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:22:18 [2021-06-18T20:22:18.597Z] #49 26.56 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.79 go: downloading github.com/uudashr/gocognit v1.0.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.88 go: downloading github.com/ultraware/funlen v0.0.2
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.88 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.88 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.89 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.90 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.91 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.92 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.94 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.94 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:18 [2021-06-18T20:22:18.597Z] #49 30.99 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.12 go: extracting github.com/ultraware/funlen v0.0.2
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.13 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.14 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.14 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.15 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.26 go: extracting github.com/uudashr/gocognit v1.0.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.27 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.31 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.39 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.69 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.77 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.81 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.90 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:18 [2021-06-18T20:22:18.597Z] #49 31.94 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.04 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.20 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.22 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.22 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.22 go: downloading github.com/gogo/protobuf v1.2.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.29 go: extracting golang.org/x/text v0.3.2
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.34 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.46 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.76 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.77 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.88 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.89 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.96 go: downloading github.com/BurntSushi/toml v0.3.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.96 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:22:18 [2021-06-18T20:22:18.597Z] #49 32.99 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.07 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.11 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.13 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.17 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.17 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.18 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.30 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.46 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:18 [2021-06-18T20:22:18.597Z] #49 33.52 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:18 [2021-06-18T20:22:18.657Z] #49 29.92 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:22:18 [2021-06-18T20:22:18.657Z] #49 29.92 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:18 [2021-06-18T20:22:18.725Z] #43 71.82   DEP      criu/timerfd.d
20:22:18 [2021-06-18T20:22:18.725Z] #43 72.01   DEP      criu/timens.d
20:22:18 [2021-06-18T20:22:18.772Z] #43 ...
20:22:18 [2021-06-18T20:22:18.772Z] 
20:22:18 [2021-06-18T20:22:18.772Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:18 [2021-06-18T20:22:18.772Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.16 Setting up iptables (1.8.2-4) ...
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:22:18 [2021-06-18T20:22:18.772Z] #20 51.26 Setting up python3 (3.7.3-1) ...
20:22:18 [2021-06-18T20:22:18.854Z] #49 33.53 go: downloading github.com/gobwas/glob v0.2.3
20:22:18 [2021-06-18T20:22:18.855Z] #49 33.53 go: extracting github.com/BurntSushi/toml v0.3.1
20:22:18 [2021-06-18T20:22:18.855Z] #49 33.57 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:18 [2021-06-18T20:22:18.855Z] #49 33.77 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:18 [2021-06-18T20:22:18.855Z] #49 33.78 go: downloading github.com/kisielk/gotool v1.0.0
20:22:18 [2021-06-18T20:22:18.984Z] #43 72.23   DEP      criu/sysfs_parse.d
20:22:19 [2021-06-18T20:22:19.114Z] #49 33.78 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:22:19 [2021-06-18T20:22:19.114Z] #49 33.79 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:19 [2021-06-18T20:22:19.114Z] #49 33.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:19 [2021-06-18T20:22:19.114Z] #49 34.03 go: extracting github.com/gobwas/glob v0.2.3
20:22:19 [2021-06-18T20:22:19.114Z] #49 34.07 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:19 [2021-06-18T20:22:19.224Z] #49 30.27 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:22:19 [2021-06-18T20:22:19.224Z] #49 30.28 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:19 [2021-06-18T20:22:19.243Z] #43 72.40   DEP      criu/sysctl.d
20:22:19 [2021-06-18T20:22:19.243Z] #43 72.53   DEP      criu/string.d
20:22:19 [2021-06-18T20:22:19.379Z] #49 34.07 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:19 [2021-06-18T20:22:19.379Z] #49 34.11 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:19 [2021-06-18T20:22:19.379Z] #49 34.13 go: extracting github.com/kisielk/gotool v1.0.0
20:22:19 [2021-06-18T20:22:19.502Z] #43 72.57   DEP      criu/stats.d
20:22:19 [2021-06-18T20:22:19.502Z] #43 72.72   DEP      criu/sockets.d
20:22:19 [2021-06-18T20:22:19.533Z] #45 ...
20:22:19 [2021-06-18T20:22:19.533Z] 
20:22:19 [2021-06-18T20:22:19.533Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:19 [2021-06-18T20:22:19.533Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:19 [2021-06-18T20:22:19.533Z] #34 39.47 sync
20:22:19 [2021-06-18T20:22:19.533Z] #34 39.48 internal/reflectlite
20:22:19 [2021-06-18T20:22:19.607Z] #20 51.92 Setting up python3-wheel (0.32.3-2) ...
20:22:19 [2021-06-18T20:22:19.610Z] using credential docker-jenkins-github-credentials
20:22:19 [2021-06-18T20:22:19.688Z] Cloning the remote Git repository
20:22:19 [2021-06-18T20:22:19.688Z] Cloning with configured refspecs honoured and without tags
20:22:19 [2021-06-18T20:22:19.762Z] #43 72.92   DEP      criu/sk-unix.d
20:22:19 [2021-06-18T20:22:19.762Z] #43 73.12   DEP      criu/sk-tcp.d
20:22:19 [2021-06-18T20:22:19.942Z] #49 34.55 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:19 [2021-06-18T20:22:19.942Z] #49 34.74 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:20 [2021-06-18T20:22:20.163Z] #49 ...
20:22:20 [2021-06-18T20:22:20.163Z] 
20:22:20 [2021-06-18T20:22:20.163Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:20 [2021-06-18T20:22:20.163Z] #47 sha256:0c26b3c941e3ea19fad604de254ffda538679be6c1b3bc1c28bb23d684cf329d
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.30 go: finding github.com/fatih/color v1.9.0
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.48 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.51 go: finding github.com/pkg/errors v0.9.1
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.57 go: finding github.com/mattn/go-colorable v0.1.6
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.58 go: finding github.com/spf13/pflag v1.0.3
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.63 go: finding github.com/mattn/go-isatty v0.0.12
20:22:20 [2021-06-18T20:22:20.163Z] #47 21.77 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:20 [2021-06-18T20:22:20.163Z] #47 22.10 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:20 [2021-06-18T20:22:20.163Z] #47 22.17 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:20 [2021-06-18T20:22:20.163Z] #47 22.28 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:20 [2021-06-18T20:22:20.163Z] #47 22.28 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:20 [2021-06-18T20:22:20.163Z] #47 ...
20:22:20 [2021-06-18T20:22:20.163Z] 
20:22:20 [2021-06-18T20:22:20.163Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:20 [2021-06-18T20:22:20.163Z] #67 sha256:5482d4f25a31743d48f7afdbb1a681a18236148aa10ee59391d87ca4dfbdc9b4
20:22:20 [2021-06-18T20:22:20.163Z] #67 27.27 Checking out files:  62% (1191/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
20:22:20 [2021-06-18T20:22:20.163Z] #67 27.97 + cd /tmp/tmp.08tWElDDrJ/src/github.com/docker/libnetwork
20:22:20 [2021-06-18T20:22:20.163Z] #67 27.97 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
20:22:20 [2021-06-18T20:22:20.163Z] #67 28.50 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:20 [2021-06-18T20:22:20.197Z] #20 52.73 Setting up apparmor (2.13.2-10) ...
20:22:20 [2021-06-18T20:22:20.198Z] #49 34.87 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:20 [2021-06-18T20:22:20.330Z] #43 73.34   DEP      criu/sk-queue.d
20:22:20 [2021-06-18T20:22:20.330Z] #43 73.51   DEP      criu/sk-packet.d
20:22:20 [2021-06-18T20:22:20.590Z] #43 73.67   DEP      criu/sk-netlink.d
20:22:20 [2021-06-18T20:22:20.590Z] #43 73.86   DEP      criu/sk-inet.d
20:22:19 [2021-06-18T20:22:19.884Z] Cloning repository https://github.com/moby/moby.git
20:22:20 [2021-06-18T20:22:20.288Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:22:20 [2021-06-18T20:22:20.762Z] #49 ...
20:22:20 [2021-06-18T20:22:20.762Z] 
20:22:20 [2021-06-18T20:22:20.762Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:20 [2021-06-18T20:22:20.762Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:20 [2021-06-18T20:22:20.762Z] #36 25.67 Fetched 8449 kB in 18s (465 kB/s)
20:22:20 [2021-06-18T20:22:20.762Z] #36 25.67 Reading package lists...
20:22:20 [2021-06-18T20:22:20.850Z] #43 74.13   DEP      criu/signalfd.d
20:22:21 [2021-06-18T20:22:21.018Z] #36 32.07 Reading package lists...
20:22:21 [2021-06-18T20:22:21.018Z] #36 ...
20:22:21 [2021-06-18T20:22:21.018Z] 
20:22:21 [2021-06-18T20:22:21.018Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:21 [2021-06-18T20:22:21.018Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:21 [2021-06-18T20:22:21.018Z] #42 25.66 Fetched 8449 kB in 18s (473 kB/s)
20:22:21 [2021-06-18T20:22:21.018Z] #42 25.66 Reading package lists...
20:22:21 [2021-06-18T20:22:21.018Z] #42 32.35 Reading package lists...
20:22:21 [2021-06-18T20:22:21.018Z] #42 ...
20:22:21 [2021-06-18T20:22:21.018Z] 
20:22:21 [2021-06-18T20:22:21.018Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:21 [2021-06-18T20:22:21.018Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:21 [2021-06-18T20:22:21.018Z] #49 35.88 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:21 [2021-06-18T20:22:21.109Z] #43 74.29   DEP      criu/sigframe.d
20:22:21 [2021-06-18T20:22:21.370Z] #43 74.44   DEP      criu/shmem.d
20:22:21 [2021-06-18T20:22:21.370Z] #43 74.56   DEP      criu/servicefd.d
20:22:21 [2021-06-18T20:22:21.370Z] #43 74.71   DEP      criu/seize.d
20:22:21 [2021-06-18T20:22:21.581Z] #49 ...
20:22:21 [2021-06-18T20:22:21.581Z] 
20:22:21 [2021-06-18T20:22:21.581Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:21 [2021-06-18T20:22:21.581Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:22:21 [2021-06-18T20:22:21.581Z] #40 25.96 Checking out files:  81% (1373/1695)   
Checking out files:  82% (1390/1695)   
Checking out files:  83% (1407/1695)   
Checking out files:  84% (1424/1695)   
Checking out files:  85% (1441/1695)   
Checking out files:  86% (1458/1695)   
Checking out files:  87% (1475/1695)   
Checking out files:  88% (1492/1695)   
Checking out files:  89% (1509/1695)   
Checking out files:  90% (1526/1695)   
Checking out files:  91% (1543/1695)   
Checking out files:  92% (1560/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
20:22:21 [2021-06-18T20:22:21.581Z] #40 26.31 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:21 [2021-06-18T20:22:21.581Z] #40 28.58 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:21 [2021-06-18T20:22:21.581Z] #40 ...
20:22:21 [2021-06-18T20:22:21.581Z] 
20:22:21 [2021-06-18T20:22:21.581Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:21 [2021-06-18T20:22:21.581Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:21 [2021-06-18T20:22:21.581Z] #55 26.41 Fetched 8449 kB in 19s (447 kB/s)
20:22:21 [2021-06-18T20:22:21.581Z] #55 26.41 Reading package lists...
20:22:21 [2021-06-18T20:22:21.629Z] #43 74.90   DEP      criu/seccomp.d
20:22:21 [2021-06-18T20:22:21.837Z] #55 33.29 Reading package lists...
20:22:21 [2021-06-18T20:22:21.837Z] #55 ...
20:22:21 [2021-06-18T20:22:21.837Z] 
20:22:21 [2021-06-18T20:22:21.837Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:21 [2021-06-18T20:22:21.837Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:22:21 [2021-06-18T20:22:21.837Z] #58 26.66 go: extracting github.com/u-root/u-root v7.0.0+incompatible
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.11 go: finding github.com/pkg/errors v0.9.1
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.30 go: finding github.com/sirupsen/logrus v1.8.1
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.46 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.59 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.70 go: finding github.com/google/uuid v1.2.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.76 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.90 go: finding github.com/gofrs/flock v0.8.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.93 go: finding github.com/moby/vpnkit v0.5.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 29.95 go: finding github.com/u-root/u-root v7.0.0+incompatible
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.02 go: finding github.com/gorilla/mux v1.8.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.02 go: finding github.com/moby/sys/mountinfo v0.4.1
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.03 go: finding github.com/urfave/cli/v2 v2.3.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.18 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.24 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:21 [2021-06-18T20:22:21.837Z] #58 30.38 go: finding github.com/russross/blackfriday/v2 v2.1.0
20:22:21 [2021-06-18T20:22:21.889Z] #43 75.16   DEP      criu/rst-malloc.d
20:22:21 [2021-06-18T20:22:21.889Z] #43 75.23   DEP      criu/rbtree.d
20:22:21 [2021-06-18T20:22:21.889Z] #43 75.26   DEP      criu/pstree.d
20:22:22 [2021-06-18T20:22:22.075Z] #34 41.93 sort
20:22:22 [2021-06-18T20:22:22.076Z] #34 41.94 errors
20:22:22 [2021-06-18T20:22:22.076Z] #34 42.23 strconv
20:22:22 [2021-06-18T20:22:22.117Z] #20 54.65 Setting up xfsprogs (4.20.0-1) ...
20:22:22 [2021-06-18T20:22:22.117Z] #20 54.66 Setting up python3-lib2to3 (3.7.3-1) ...
20:22:22 [2021-06-18T20:22:22.148Z] #43 75.40   DEP      criu/protobuf.d
20:22:22 [2021-06-18T20:22:22.407Z] #43 75.50   GEN      criu/protobuf-desc-gen.h
20:22:22 [2021-06-18T20:22:22.691Z] #20 55.06 Setting up python3-pkg-resources (40.8.0-1) ...
20:22:21 [2021-06-18T20:22:21.130Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:21 [2021-06-18T20:22:21.131Z]  > git --version # timeout=10
20:22:21 [2021-06-18T20:22:21.171Z]  > git --version # 'git version 2.24.1.windows.2'
20:22:21 [2021-06-18T20:22:21.171Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:21 [2021-06-18T20:22:21.174Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:22:23 [2021-06-18T20:22:23.451Z] #67 ...
20:22:23 [2021-06-18T20:22:23.451Z] 
20:22:23 [2021-06-18T20:22:23.451Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:23 [2021-06-18T20:22:23.451Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:23 [2021-06-18T20:22:23.451Z] #55 24.12 Fetched 8449 kB in 16s (518 kB/s)
20:22:23 [2021-06-18T20:22:23.451Z] #55 24.12 Reading package lists...
20:22:23 [2021-06-18T20:22:23.451Z] #55 32.15 Reading package lists...
20:22:23 [2021-06-18T20:22:23.451Z] #55 ...
20:22:23 [2021-06-18T20:22:23.451Z] 
20:22:23 [2021-06-18T20:22:23.451Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:22:23 [2021-06-18T20:22:23.451Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:22:23 [2021-06-18T20:22:23.451Z] #58 27.71 go: finding github.com/pkg/errors v0.9.1
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.02 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.05 go: finding github.com/sirupsen/logrus v1.8.1
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.11 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.28 go: finding github.com/google/uuid v1.2.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.36 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.50 go: finding github.com/gofrs/flock v0.8.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.50 go: finding github.com/moby/vpnkit v0.5.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.51 go: finding github.com/gorilla/mux v1.8.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.56 go: finding github.com/moby/sys/mountinfo v0.4.1
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.63 go: finding github.com/urfave/cli/v2 v2.3.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.66 go: finding github.com/u-root/u-root v7.0.0+incompatible
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.76 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.87 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
20:22:23 [2021-06-18T20:22:23.451Z] #58 28.92 go: finding github.com/russross/blackfriday/v2 v2.1.0
20:22:23 [2021-06-18T20:22:23.459Z] #34 43.18 io
20:22:23 [2021-06-18T20:22:23.636Z] #20 55.86 Setting up python3-distutils (3.7.3-1) ...
20:22:23 [2021-06-18T20:22:23.729Z] #58 ...
20:22:23 [2021-06-18T20:22:23.729Z] 
20:22:23 [2021-06-18T20:22:23.729Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:23 [2021-06-18T20:22:23.729Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:23 [2021-06-18T20:22:23.729Z] #36 32.07 Reading package lists...
20:22:23 [2021-06-18T20:22:23.729Z] #36 38.61 Building dependency tree...
20:22:23 [2021-06-18T20:22:23.729Z] #36 ...
20:22:23 [2021-06-18T20:22:23.729Z] 
20:22:23 [2021-06-18T20:22:23.729Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:23 [2021-06-18T20:22:23.729Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:23 [2021-06-18T20:22:23.729Z] #13 23.30 Fetched 8980 kB in 20s (451 kB/s)
20:22:23 [2021-06-18T20:22:23.729Z] #13 23.30 Reading package lists...
20:22:23 [2021-06-18T20:22:23.785Z] #43 ...
20:22:23 [2021-06-18T20:22:23.785Z] 
20:22:23 [2021-06-18T20:22:23.785Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:23 [2021-06-18T20:22:23.785Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:22:23 [2021-06-18T20:22:23.785Z] #45 137.0 github.com/LK4D4/vndr/godl
20:22:23 [2021-06-18T20:22:23.785Z] #45 137.8 github.com/LK4D4/vndr
20:22:23 [2021-06-18T20:22:23.985Z] #13 30.60 Reading package lists...
20:22:23 [2021-06-18T20:22:23.985Z] #13 ...
20:22:23 [2021-06-18T20:22:23.985Z] 
20:22:23 [2021-06-18T20:22:23.985Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:23 [2021-06-18T20:22:23.985Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:23 [2021-06-18T20:22:23.985Z] #49 38.68 go: extracting github.com/gogo/protobuf v1.2.1
20:22:24 [2021-06-18T20:22:24.022Z] #58 ...
20:22:24 [2021-06-18T20:22:24.022Z] 
20:22:24 [2021-06-18T20:22:24.022Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:24 [2021-06-18T20:22:24.022Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:24 [2021-06-18T20:22:24.022Z] #13 26.75 Fetched 8980 kB in 19s (468 kB/s)
20:22:24 [2021-06-18T20:22:24.044Z] #45 ...
20:22:24 [2021-06-18T20:22:24.044Z] 
20:22:24 [2021-06-18T20:22:24.044Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:24 [2021-06-18T20:22:24.044Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:24 [2021-06-18T20:22:24.045Z] #43 77.14   DEP      criu/protobuf-desc.d
20:22:24 [2021-06-18T20:22:24.045Z] #43 77.29   DEP      criu/proc_parse.d
20:22:24 [2021-06-18T20:22:24.209Z] #20 56.54 Setting up python3-setuptools (40.8.0-1) ...
20:22:24 [2021-06-18T20:22:24.305Z] #43 77.41   DEP      criu/plugin.d
20:22:24 [2021-06-18T20:22:24.305Z] #43 77.48   DEP      criu/pipes.d
20:22:24 [2021-06-18T20:22:24.305Z] #43 77.60   DEP      criu/pie-util.d
20:22:24 [2021-06-18T20:22:24.564Z] #43 77.72   DEP      criu/pie-util-vdso.d
20:22:24 [2021-06-18T20:22:24.564Z] #43 ...
20:22:24 [2021-06-18T20:22:24.564Z] 
20:22:24 [2021-06-18T20:22:24.564Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:24 [2021-06-18T20:22:24.564Z] #45 sha256:2f571ecf7af9275a7a03747ec3190b206f36188253a8344fbdc4ada53575fa5b
20:22:24 [2021-06-18T20:22:24.564Z] #45 DONE 147.8s
20:22:24 [2021-06-18T20:22:24.825Z] 
20:22:24 [2021-06-18T20:22:24.825Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:24 [2021-06-18T20:22:24.825Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:24 [2021-06-18T20:22:24.825Z] #43 78.01   DEP      criu/pie-util-vdso-elf32.d
20:22:24 [2021-06-18T20:22:24.843Z] #34 44.57 internal/oserror
20:22:24 [2021-06-18T20:22:24.843Z] #34 44.65 syscall
20:22:24 [2021-06-18T20:22:24.843Z] #34 ...
20:22:24 [2021-06-18T20:22:24.843Z] 
20:22:24 [2021-06-18T20:22:24.843Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:24 [2021-06-18T20:22:24.843Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.09 go: finding github.com/fatih/color v1.7.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.26 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.30 go: finding github.com/mattn/go-colorable v0.1.4
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.32 go: finding github.com/mattn/go-isatty v0.0.8
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.37 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.41 go: finding github.com/go-critic/go-critic v0.4.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.41 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.43 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.52 go: finding github.com/pkg/errors v0.8.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.54 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.57 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.57 go: finding github.com/sirupsen/logrus v1.4.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.59 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.59 go: finding github.com/stretchr/testify v1.4.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.61 go: finding github.com/davecgh/go-spew v1.1.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.63 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.64 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.66 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.67 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.68 go: finding github.com/stretchr/objx v0.2.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.70 go: finding github.com/spf13/viper v1.6.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.75 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.86 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.95 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 42.99 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.09 go: finding github.com/spf13/cobra v0.0.5
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.15 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.16 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.18 go: finding github.com/gobwas/glob v0.2.3
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.21 go: finding github.com/spf13/pflag v1.0.5
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.23 go: finding github.com/hashicorp/hcl v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.30 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.39 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.41 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.42 go: finding github.com/magiconair/properties v1.8.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.47 go: finding github.com/pelletier/go-toml v1.2.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.47 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.49 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.50 go: finding github.com/spf13/afero v1.1.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.52 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.54 go: finding github.com/spf13/cast v1.3.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.55 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.81 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.83 go: finding golang.org/x/text v0.3.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.84 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.85 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.88 go: finding github.com/subosito/gotenv v1.2.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.96 go: finding gopkg.in/ini.v1 v1.51.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 43.98 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.03 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.06 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.09 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.12 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.12 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.14 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.14 go: finding github.com/kisielk/gotool v1.0.0
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.14 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.16 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.16 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.17 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.39 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.39 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.40 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.60 go: finding github.com/ultraware/funlen v0.0.2
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.66 go: finding github.com/gogo/protobuf v1.2.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.75 go: finding github.com/ultraware/whitespace v0.0.4
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.79 go: finding github.com/uudashr/gocognit v1.0.1
20:22:24 [2021-06-18T20:22:24.843Z] #49 44.80 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:25 [2021-06-18T20:22:25.083Z] #43 78.26   DEP      criu/path.d
20:22:25 [2021-06-18T20:22:25.104Z] #49 45.06 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:25 [2021-06-18T20:22:25.104Z] #49 45.11 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:25 [2021-06-18T20:22:25.104Z] #49 45.13 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:25 [2021-06-18T20:22:25.104Z] #49 45.19 go: finding github.com/BurntSushi/toml v0.3.1
20:22:25 [2021-06-18T20:22:25.104Z] #49 45.19 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:25 [2021-06-18T20:22:25.342Z] #43 78.59   DEP      criu/parasite-syscall.d
20:22:25 [2021-06-18T20:22:25.365Z] #49 ...
20:22:25 [2021-06-18T20:22:25.365Z] 
20:22:25 [2021-06-18T20:22:25.365Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:25 [2021-06-18T20:22:25.365Z] #67 sha256:5e03055852623d1cae764eaa421fd4c3ca84ce250737e0c947f465a5887e822b
20:22:25 [2021-06-18T20:22:25.365Z] #67 DONE 45.4s
20:22:25 [2021-06-18T20:22:25.597Z] #20 58.10 Setting up python3-pip (18.1-5) ...
20:22:25 [2021-06-18T20:22:25.602Z] #43 ...
20:22:25 [2021-06-18T20:22:25.602Z] 
20:22:25 [2021-06-18T20:22:25.602Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:25 [2021-06-18T20:22:25.602Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:22:25 [2021-06-18T20:22:25.602Z] #20 5.717 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:22:25 [2021-06-18T20:22:25.602Z] #20 10.96 Fetched 8980 kB in 10s (922 kB/s)
20:22:25 [2021-06-18T20:22:25.602Z] #20 10.96 Reading package lists...
20:22:25 [2021-06-18T20:22:25.626Z] 
20:22:25 [2021-06-18T20:22:25.626Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:25 [2021-06-18T20:22:25.626Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:25 [2021-06-18T20:22:25.626Z] #42 32.89 Reading package lists...
20:22:25 [2021-06-18T20:22:25.626Z] #42 39.68 Building dependency tree...
20:22:25 [2021-06-18T20:22:25.626Z] #42 43.34 The following additional packages will be installed:
20:22:25 [2021-06-18T20:22:25.626Z] #42 43.35   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:25 [2021-06-18T20:22:25.626Z] #42 43.35   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:25 [2021-06-18T20:22:25.626Z] #42 43.36 Suggested packages:
20:22:25 [2021-06-18T20:22:25.626Z] #42 43.36   manpages-dev python-setuptools
20:22:25 [2021-06-18T20:22:25.626Z] #42 44.74 The following NEW packages will be installed:
20:22:25 [2021-06-18T20:22:25.626Z] #42 44.74   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:25 [2021-06-18T20:22:25.626Z] #42 44.74   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:25 [2021-06-18T20:22:25.626Z] #42 44.75   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:25 [2021-06-18T20:22:25.626Z] #42 44.75   python-six zlib1g-dev
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.34 0 upgraded, 17 newly installed, 0 to remove and 32 not upgraded.
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.34 Need to get 4095 kB of archives.
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.34 After this operation, 22.5 MB of additional disk space will be used.
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:22:25 [2021-06-18T20:22:25.626Z] #42 45.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:22:25 [2021-06-18T20:22:25.863Z] #20 15.47 Reading package lists...
20:22:25 [2021-06-18T20:22:25.863Z] #20 ...
20:22:25 [2021-06-18T20:22:25.863Z] 
20:22:25 [2021-06-18T20:22:25.863Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:25 [2021-06-18T20:22:25.863Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:25 [2021-06-18T20:22:25.863Z] #43 78.87   DEP      criu/pagemap.d
20:22:25 [2021-06-18T20:22:25.863Z] #43 79.11   DEP      criu/pagemap-cache.d
20:22:25 [2021-06-18T20:22:25.924Z] #13 26.75 Reading package lists...
20:22:25 [2021-06-18T20:22:25.924Z] #13 ...
20:22:25 [2021-06-18T20:22:25.924Z] 
20:22:25 [2021-06-18T20:22:25.924Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:22:25 [2021-06-18T20:22:25.924Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:22:25 [2021-06-18T20:22:25.924Z] #40 23.95 Checking out files:  81% (1387/1695)   
Checking out files:  82% (1390/1695)   
Checking out files:  83% (1407/1695)   
Checking out files:  84% (1424/1695)   
Checking out files:  85% (1441/1695)   
Checking out files:  86% (1458/1695)   
Checking out files:  87% (1475/1695)   
Checking out files:  88% (1492/1695)   
Checking out files:  89% (1509/1695)   
Checking out files:  90% (1526/1695)   
Checking out files:  91% (1543/1695)   
Checking out files:  92% (1560/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
20:22:25 [2021-06-18T20:22:25.924Z] #40 24.30 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:25 [2021-06-18T20:22:25.924Z] #40 26.45 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:26 [2021-06-18T20:22:26.123Z] #43 79.31   DEP      criu/page-xfer.d
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:22:26 [2021-06-18T20:22:26.202Z] #42 46.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:22:26 [2021-06-18T20:22:26.381Z] #43 79.48   DEP      criu/page-pipe.d
20:22:26 [2021-06-18T20:22:26.381Z] #43 79.61   DEP      criu/netfilter.d
20:22:26 [2021-06-18T20:22:26.640Z] #43 79.77   DEP      criu/net.d
20:22:26 [2021-06-18T20:22:26.778Z] #42 ...
20:22:26 [2021-06-18T20:22:26.778Z] 
20:22:26 [2021-06-18T20:22:26.778Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:26 [2021-06-18T20:22:26.778Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:26 [2021-06-18T20:22:26.778Z] #34 46.66 reflect
20:22:26 [2021-06-18T20:22:26.859Z] #40 ...
20:22:26 [2021-06-18T20:22:26.859Z] 
20:22:26 [2021-06-18T20:22:26.859Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:26 [2021-06-18T20:22:26.859Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:26 [2021-06-18T20:22:26.859Z] #36 28.10 Fetched 8449 kB in 18s (461 kB/s)
20:22:26 [2021-06-18T20:22:26.859Z] #36 28.10 Reading package lists...
20:22:26 [2021-06-18T20:22:26.899Z] #43 79.99   DEP      criu/namespaces.d
20:22:26 [2021-06-18T20:22:26.899Z] #43 80.15   DEP      criu/mount.d
20:22:26 [2021-06-18T20:22:26.986Z] #20 59.35 Processing triggers for libc-bin (2.28-10) ...
20:22:26 [2021-06-18T20:22:26.986Z] #20 59.42 Processing triggers for mime-support (3.62) ...
20:22:27 [2021-06-18T20:22:27.117Z] #36 35.88 Reading package lists...
20:22:27 [2021-06-18T20:22:27.117Z] #36 ...
20:22:27 [2021-06-18T20:22:27.117Z] 
20:22:27 [2021-06-18T20:22:27.117Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:27 [2021-06-18T20:22:27.117Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:27 [2021-06-18T20:22:27.117Z] #49 31.96 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:27 [2021-06-18T20:22:27.117Z] #49 35.47 go: extracting github.com/gogo/protobuf v1.2.1
20:22:27 [2021-06-18T20:22:27.158Z] #43 80.31   DEP      criu/memfd.d
20:22:27 [2021-06-18T20:22:27.158Z] #43 80.45   DEP      criu/mem.d
20:22:27 [2021-06-18T20:22:27.376Z] #49 ...
20:22:27 [2021-06-18T20:22:27.376Z] 
20:22:27 [2021-06-18T20:22:27.376Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:27 [2021-06-18T20:22:27.376Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:27 [2021-06-18T20:22:27.376Z] #42 28.66 Fetched 8449 kB in 18s (464 kB/s)
20:22:27 [2021-06-18T20:22:27.376Z] #42 28.66 Reading package lists...
20:22:27 [2021-06-18T20:22:27.417Z] #43 80.63   DEP      criu/lsm.d
20:22:27 [2021-06-18T20:22:27.417Z] #43 80.74   DEP      criu/log.d
20:22:27 [2021-06-18T20:22:27.560Z] #20 DONE 60.0s
20:22:27 [2021-06-18T20:22:27.560Z] 
20:22:27 [2021-06-18T20:22:27.560Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
20:22:27 [2021-06-18T20:22:27.560Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab
20:22:27 [2021-06-18T20:22:27.634Z] #42 36.29 Reading package lists...
20:22:27 [2021-06-18T20:22:27.634Z] #42 ...
20:22:27 [2021-06-18T20:22:27.634Z] 
20:22:27 [2021-06-18T20:22:27.634Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:27 [2021-06-18T20:22:27.634Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:27 [2021-06-18T20:22:27.634Z] #49 38.70 go: extracting golang.org/x/text v0.3.2
20:22:27 [2021-06-18T20:22:27.676Z] #43 80.85   DEP      criu/libnetlink.d
20:22:27 [2021-06-18T20:22:27.676Z] #43 80.95   DEP      criu/kerndat.d
20:22:27 [2021-06-18T20:22:27.722Z] #34 ...
20:22:27 [2021-06-18T20:22:27.722Z] 
20:22:27 [2021-06-18T20:22:27.722Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:27 [2021-06-18T20:22:27.722Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:27 [2021-06-18T20:22:27.722Z] #55 33.52 Reading package lists...
20:22:27 [2021-06-18T20:22:27.722Z] #55 40.24 Building dependency tree...
20:22:27 [2021-06-18T20:22:27.722Z] #55 43.63 The following additional packages will be installed:
20:22:27 [2021-06-18T20:22:27.722Z] #55 43.64   libbtrfs0
20:22:27 [2021-06-18T20:22:27.722Z] #55 43.83 The following NEW packages will be installed:
20:22:27 [2021-06-18T20:22:27.722Z] #55 43.85   libbtrfs-dev libbtrfs0
20:22:27 [2021-06-18T20:22:27.722Z] #55 44.59 0 upgraded, 2 newly installed, 0 to remove and 32 not upgraded.
20:22:27 [2021-06-18T20:22:27.722Z] #55 44.59 Need to get 119 kB of archives.
20:22:27 [2021-06-18T20:22:27.722Z] #55 44.59 After this operation, 387 kB of additional disk space will be used.
20:22:27 [2021-06-18T20:22:27.722Z] #55 44.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:27 [2021-06-18T20:22:27.722Z] #55 44.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.21 debconf: delaying package configuration, since apt-utils is not installed
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.59 Fetched 119 kB in 1s (202 kB/s)
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.80 Selecting previously unselected package libbtrfs0.
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.89 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 46.91 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.07 Selecting previously unselected package libbtrfs-dev.
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.08 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.36 Setting up libbtrfs0 (4.20.1-2) ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.40 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 47.42 Processing triggers for libc-bin (2.28-10) ...
20:22:27 [2021-06-18T20:22:27.722Z] #55 DONE 47.7s
20:22:27 [2021-06-18T20:22:27.722Z] 
20:22:27 [2021-06-18T20:22:27.722Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:27 [2021-06-18T20:22:27.722Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:27 [2021-06-18T20:22:27.722Z] #42 47.72 debconf: delaying package configuration, since apt-utils is not installed
20:22:27 [2021-06-18T20:22:27.934Z] #43 81.13   DEP      criu/kcmp-ids.d
20:22:27 [2021-06-18T20:22:27.935Z] #43 81.19   DEP      criu/irmap.d
20:22:28 [2021-06-18T20:22:28.166Z] #49 42.87 go: finding github.com/fatih/color v1.7.0
20:22:28 [2021-06-18T20:22:28.166Z] #49 42.94 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:28 [2021-06-18T20:22:28.166Z] #49 43.04 go: finding github.com/mattn/go-colorable v0.1.4
20:22:28 [2021-06-18T20:22:28.166Z] #49 43.06 go: finding github.com/mattn/go-isatty v0.0.8
20:22:28 [2021-06-18T20:22:28.193Z] #43 81.30   DEP      criu/ipc_ns.d
20:22:28 [2021-06-18T20:22:28.193Z] #43 81.44   DEP      criu/image.d
20:22:28 [2021-06-18T20:22:28.193Z] #43 81.55   DEP      criu/image-desc.d
20:22:28 [2021-06-18T20:22:28.293Z] #42 48.17 Fetched 4095 kB in 1s (3181 kB/s)
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.15 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.21 go: finding github.com/go-critic/go-critic v0.4.1
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.25 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.27 go: finding github.com/pkg/errors v0.8.1
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.31 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.33 go: finding github.com/sirupsen/logrus v1.4.2
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.33 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.34 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.36 go: finding github.com/stretchr/testify v1.4.0
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.37 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.37 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.41 go: finding github.com/davecgh/go-spew v1.1.1
20:22:28 [2021-06-18T20:22:28.424Z] #49 43.42 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:28 [2021-06-18T20:22:28.452Z] #43 81.69   DEP      criu/fsnotify.d
20:22:28 [2021-06-18T20:22:28.554Z] #42 48.45 Selecting previously unselected package libcap-dev:amd64.
20:22:28 [2021-06-18T20:22:28.554Z] #42 48.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:28 [2021-06-18T20:22:28.554Z] #42 48.57 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:22:28 [2021-06-18T20:22:28.554Z] #42 48.59 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:22:28 [2021-06-18T20:22:28.681Z] #49 43.45 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:28 [2021-06-18T20:22:28.681Z] #49 43.46 go: finding github.com/spf13/viper v1.6.1
20:22:28 [2021-06-18T20:22:28.681Z] #49 43.46 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:28 [2021-06-18T20:22:28.681Z] #49 43.52 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:28 [2021-06-18T20:22:28.711Z] #43 81.87   DEP      criu/filesystems.d
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.78 Selecting previously unselected package libnet1:amd64.
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.80 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.92 Selecting previously unselected package libnet1-dev.
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.93 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:22:28 [2021-06-18T20:22:28.814Z] #42 48.95 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.64 go: finding github.com/stretchr/objx v0.2.0
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.66 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.70 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.73 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.73 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.75 go: finding github.com/gobwas/glob v0.2.3
20:22:28 [2021-06-18T20:22:28.938Z] #49 43.88 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:28 [2021-06-18T20:22:28.951Z] #21 1.514 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:22:28 [2021-06-18T20:22:28.951Z] #21 1.519 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:22:28 [2021-06-18T20:22:28.951Z] #21 1.523 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:22:28 [2021-06-18T20:22:28.951Z] #21 DONE 1.6s
20:22:28 [2021-06-18T20:22:28.951Z] 
20:22:28 [2021-06-18T20:22:28.951Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:28 [2021-06-18T20:22:28.951Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:28 [2021-06-18T20:22:28.951Z] #43 106.1   CC       criu/clone-noasan.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 106.3   CC       criu/config.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 107.8   CC       criu/cr-check.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 109.6   CC       criu/cr-dedup.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 110.0   CC       criu/cr-dump.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 111.9   CC       criu/cr-errno.o
20:22:28 [2021-06-18T20:22:28.951Z] #43 112.0   CC       criu/cr-restore.o
20:22:28 [2021-06-18T20:22:28.971Z] #43 82.04   DEP      criu/files.d
20:22:28 [2021-06-18T20:22:28.971Z] #43 82.24   DEP      criu/files-reg.d
20:22:29 [2021-06-18T20:22:29.074Z] #42 49.23 Selecting previously unselected package libnl-3-200:amd64.
20:22:29 [2021-06-18T20:22:29.197Z] #49 43.91 go: finding github.com/spf13/cobra v0.0.5
20:22:29 [2021-06-18T20:22:29.197Z] #49 44.04 go: finding github.com/hashicorp/hcl v1.0.0
20:22:29 [2021-06-18T20:22:29.197Z] #49 44.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:29 [2021-06-18T20:22:29.197Z] #49 44.11 go: finding github.com/spf13/pflag v1.0.5
20:22:29 [2021-06-18T20:22:29.197Z] #49 44.12 go: finding github.com/magiconair/properties v1.8.1
20:22:29 [2021-06-18T20:22:29.214Z] #43 ...
20:22:29 [2021-06-18T20:22:29.214Z] 
20:22:29 [2021-06-18T20:22:29.214Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:22:29 [2021-06-18T20:22:29.214Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
20:22:29 [2021-06-18T20:22:29.230Z] #43 82.46   DEP      criu/files-ext.d
20:22:29 [2021-06-18T20:22:29.334Z] #42 49.24 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:22:29 [2021-06-18T20:22:29.334Z] #42 49.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:22:29 [2021-06-18T20:22:29.454Z] #49 ...
20:22:29 [2021-06-18T20:22:29.454Z] 
20:22:29 [2021-06-18T20:22:29.454Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:29 [2021-06-18T20:22:29.454Z] #67 sha256:d24c9cdc7126db7cffc57b4e0baa7e8a2f3da16ac820c5897f6e1d3d38b0a570
20:22:29 [2021-06-18T20:22:29.454Z] #67 DONE 44.3s
20:22:29 [2021-06-18T20:22:29.454Z] 
20:22:29 [2021-06-18T20:22:29.454Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:29 [2021-06-18T20:22:29.454Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:29 [2021-06-18T20:22:29.454Z] #49 44.18 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:29 [2021-06-18T20:22:29.454Z] #49 44.19 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:29 [2021-06-18T20:22:29.454Z] #49 44.23 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:29 [2021-06-18T20:22:29.454Z] #49 ...
20:22:29 [2021-06-18T20:22:29.454Z] 
20:22:29 [2021-06-18T20:22:29.454Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:29 [2021-06-18T20:22:29.454Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:29 [2021-06-18T20:22:29.454Z] #42 32.35 Reading package lists...
20:22:29 [2021-06-18T20:22:29.454Z] #42 38.79 Building dependency tree...
20:22:29 [2021-06-18T20:22:29.454Z] #42 41.94 The following additional packages will be installed:
20:22:29 [2021-06-18T20:22:29.454Z] #42 41.96   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:29 [2021-06-18T20:22:29.454Z] #42 41.96   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:29 [2021-06-18T20:22:29.454Z] #42 41.97 Suggested packages:
20:22:29 [2021-06-18T20:22:29.454Z] #42 41.98   manpages-dev python-setuptools
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.27 The following NEW packages will be installed:
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.28   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.28   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.28   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.28   python-six zlib1g-dev
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 0 upgraded, 17 newly installed, 0 to remove and 32 not upgraded.
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 Need to get 4095 kB of archives.
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 After this operation, 22.5 MB of additional disk space will be used.
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.83 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 43.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 44.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 44.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 44.09 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 44.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:22:29 [2021-06-18T20:22:29.454Z] #42 44.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:22:29 [2021-06-18T20:22:29.489Z] #43 82.57   DEP      criu/file-lock.d
20:22:29 [2021-06-18T20:22:29.489Z] #43 82.68   DEP      criu/file-ids.d
20:22:29 [2021-06-18T20:22:29.623Z] #42 49.47 Selecting previously unselected package libnl-3-dev:amd64.
20:22:29 [2021-06-18T20:22:29.623Z] #42 49.47 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:22:29 [2021-06-18T20:22:29.623Z] #42 49.47 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:22:29 [2021-06-18T20:22:29.710Z] #42 ...
20:22:29 [2021-06-18T20:22:29.710Z] 
20:22:29 [2021-06-18T20:22:29.710Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:29 [2021-06-18T20:22:29.710Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:29 [2021-06-18T20:22:29.710Z] #49 44.36 go: finding github.com/pelletier/go-toml v1.2.0
20:22:29 [2021-06-18T20:22:29.710Z] #49 44.48 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:29 [2021-06-18T20:22:29.710Z] #49 44.53 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:29 [2021-06-18T20:22:29.710Z] #49 44.64 go: finding github.com/spf13/cast v1.3.0
20:22:29 [2021-06-18T20:22:29.710Z] #49 44.69 go: finding github.com/spf13/afero v1.1.2
20:22:29 [2021-06-18T20:22:29.747Z] #43 82.87   DEP      criu/fifo.d
20:22:29 [2021-06-18T20:22:29.748Z] #43 83.00   DEP      criu/fdstore.d
20:22:29 [2021-06-18T20:22:29.748Z] #43 83.08   DEP      criu/fault-injection.d
20:22:29 [2021-06-18T20:22:29.891Z] #42 49.81 Selecting previously unselected package libprotobuf-c1:amd64.
20:22:29 [2021-06-18T20:22:29.891Z] #42 49.82 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:22:29 [2021-06-18T20:22:29.891Z] #42 49.83 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:29 [2021-06-18T20:22:29.966Z] #49 44.71 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:29 [2021-06-18T20:22:29.966Z] #49 44.74 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:29 [2021-06-18T20:22:29.966Z] #49 44.74 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:29 [2021-06-18T20:22:29.966Z] #49 44.90 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:29 [2021-06-18T20:22:29.966Z] #49 44.92 go: finding github.com/subosito/gotenv v1.2.0
20:22:30 [2021-06-18T20:22:30.007Z] #43 83.13   DEP      criu/external.d
20:22:30 [2021-06-18T20:22:30.007Z] #43 83.25   DEP      criu/eventpoll.d
20:22:30 [2021-06-18T20:22:30.160Z] #42 49.96 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:22:30 [2021-06-18T20:22:30.160Z] #42 49.96 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:22:30 [2021-06-18T20:22:30.160Z] #42 49.97 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:30 [2021-06-18T20:22:30.160Z] #42 50.07 Selecting previously unselected package zlib1g-dev:amd64.
20:22:30 [2021-06-18T20:22:30.160Z] #42 ...
20:22:30 [2021-06-18T20:22:30.160Z] 
20:22:30 [2021-06-18T20:22:30.160Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:30 [2021-06-18T20:22:30.160Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:30 [2021-06-18T20:22:30.160Z] #36 33.44 Reading package lists...
20:22:30 [2021-06-18T20:22:30.160Z] #36 40.35 Building dependency tree...
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.84 The following additional packages will be installed:
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.85   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.88 Suggested packages:
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.88   cmake-doc ninja-build lrzip
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.88 Recommended packages:
20:22:30 [2021-06-18T20:22:30.160Z] #36 43.88   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:30 [2021-06-18T20:22:30.160Z] #36 44.78 The following NEW packages will be installed:
20:22:30 [2021-06-18T20:22:30.160Z] #36 44.79   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:30 [2021-06-18T20:22:30.160Z] #36 44.80   vim-common xxd
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.22 0 upgraded, 10 newly installed, 0 to remove and 32 not upgraded.
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.22 Need to get 14.9 MB of archives.
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.22 After this operation, 61.8 MB of additional disk space will be used.
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 45.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.80 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 46.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.54 debconf: delaying package configuration, since apt-utils is not installed
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.77 Fetched 14.9 MB in 2s (6640 kB/s)
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.88 Selecting previously unselected package xxd.
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.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 ... 15410 files and directories currently installed.)
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.95 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 48.98 Unpacking xxd (2:8.1.0875-5) ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.26 Selecting previously unselected package vim-common.
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.26 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.32 Unpacking vim-common (2:8.1.0875-5) ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.76 Selecting previously unselected package cmake-data.
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.77 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 49.78 Unpacking cmake-data (3.13.4-1) ...
20:22:30 [2021-06-18T20:22:30.160Z] #36 ...
20:22:30 [2021-06-18T20:22:30.160Z] 
20:22:30 [2021-06-18T20:22:30.160Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:30 [2021-06-18T20:22:30.160Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:30 [2021-06-18T20:22:30.160Z] #45 40.10 sync
20:22:30 [2021-06-18T20:22:30.160Z] #45 40.14 internal/reflectlite
20:22:30 [2021-06-18T20:22:30.160Z] #45 41.86 github.com/LK4D4/vndr/godl/singleflight
20:22:30 [2021-06-18T20:22:30.160Z] #45 42.11 math/rand
20:22:30 [2021-06-18T20:22:30.160Z] #45 43.24 internal/singleflight
20:22:30 [2021-06-18T20:22:30.160Z] #45 43.55 strconv
20:22:30 [2021-06-18T20:22:30.160Z] #45 43.56 io
20:22:30 [2021-06-18T20:22:30.160Z] #45 44.65 bytes
20:22:30 [2021-06-18T20:22:30.160Z] #45 47.36 bufio
20:22:30 [2021-06-18T20:22:30.160Z] #45 48.08 reflect
20:22:30 [2021-06-18T20:22:30.160Z] #45 49.96 syscall
20:22:30 [2021-06-18T20:22:30.223Z] #49 45.09 go: finding gopkg.in/ini.v1 v1.51.0
20:22:30 [2021-06-18T20:22:30.223Z] #49 45.23 go: finding golang.org/x/text v0.3.2
20:22:30 [2021-06-18T20:22:30.270Z] #43 83.48   DEP      criu/eventfd.d
20:22:30 [2021-06-18T20:22:30.421Z] #45 ...
20:22:30 [2021-06-18T20:22:30.421Z] 
20:22:30 [2021-06-18T20:22:30.421Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:30 [2021-06-18T20:22:30.421Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.07 Selecting previously unselected package zlib1g-dev:amd64.
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.08 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.14 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.47 Selecting previously unselected package libprotobuf17:amd64.
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.47 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:22:30 [2021-06-18T20:22:30.421Z] #42 50.49 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:30 [2021-06-18T20:22:30.487Z] #49 45.31 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:30 [2021-06-18T20:22:30.487Z] #49 45.37 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:30 [2021-06-18T20:22:30.487Z] #49 45.37 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:30 [2021-06-18T20:22:30.529Z] #43 83.71   DEP      criu/crtools.d
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.39 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.50 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.56 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.56 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.57 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.60 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.60 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.62 go: finding github.com/kisielk/gotool v1.0.0
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.63 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.66 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.68 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.68 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.69 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.71 go: finding github.com/ultraware/funlen v0.0.2
20:22:30 [2021-06-18T20:22:30.744Z] #49 45.72 go: finding github.com/ultraware/whitespace v0.0.4
20:22:30 [2021-06-18T20:22:30.788Z] #43 83.92   DEP      criu/cr-service.d
20:22:30 [2021-06-18T20:22:30.927Z] #49 ...
20:22:30 [2021-06-18T20:22:30.927Z] 
20:22:30 [2021-06-18T20:22:30.927Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:30 [2021-06-18T20:22:30.927Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:22:30 [2021-06-18T20:22:30.927Z] #45 32.15 vendor/golang.org/x/crypto/internal/subtle
20:22:30 [2021-06-18T20:22:30.927Z] #45 32.15 vendor/golang.org/x/crypto/curve25519
20:22:30 [2021-06-18T20:22:30.927Z] #45 ...
20:22:30 [2021-06-18T20:22:30.927Z] 
20:22:30 [2021-06-18T20:22:30.927Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:30 [2021-06-18T20:22:30.927Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:30 [2021-06-18T20:22:30.927Z] #36 35.88 Reading package lists...
20:22:31 [2021-06-18T20:22:31.001Z] #49 45.84 go: finding github.com/uudashr/gocognit v1.0.1
20:22:31 [2021-06-18T20:22:31.001Z] #49 45.93 go: finding github.com/gogo/protobuf v1.2.1
20:22:31 [2021-06-18T20:22:31.001Z] #49 45.94 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:31 [2021-06-18T20:22:31.047Z] #43 84.11   DEP      criu/cr-restore.d
20:22:31 [2021-06-18T20:22:31.047Z] #43 ...
20:22:31 [2021-06-18T20:22:31.047Z] 
20:22:31 [2021-06-18T20:22:31.047Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:31 [2021-06-18T20:22:31.047Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:31 [2021-06-18T20:22:31.047Z] #32 DONE 153.8s
20:22:31 [2021-06-18T20:22:31.047Z] 
20:22:31 [2021-06-18T20:22:31.048Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:31 [2021-06-18T20:22:31.048Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:22:31 [2021-06-18T20:22:31.048Z] #20 15.47 Reading package lists...
20:22:31 [2021-06-18T20:22:31.048Z] #20 19.15 Building dependency tree...
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.62 libcap2-bin is already the newest version (1:2.25-2).
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.62 The following additional packages will be installed:
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.63   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.64   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.64   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.64   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.64   python3.7 python3.7-minimal vim-runtime xxd
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.64 Suggested packages:
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65 Recommended packages:
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65   aufs-dkms nftables build-essential python3-dev python3-keyring
20:22:31 [2021-06-18T20:22:31.048Z] #20 20.65   python3-keyrings.alt python3-xdg unzip
20:22:31 [2021-06-18T20:22:31.259Z] #49 ...
20:22:31 [2021-06-18T20:22:31.259Z] 
20:22:31 [2021-06-18T20:22:31.259Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:31 [2021-06-18T20:22:31.259Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:31 [2021-06-18T20:22:31.259Z] #55 33.29 Reading package lists...
20:22:31 [2021-06-18T20:22:31.259Z] #55 39.51 Building dependency tree...
20:22:31 [2021-06-18T20:22:31.259Z] #55 42.43 The following additional packages will be installed:
20:22:31 [2021-06-18T20:22:31.259Z] #55 42.44   libbtrfs0
20:22:31 [2021-06-18T20:22:31.259Z] #55 42.67 The following NEW packages will be installed:
20:22:31 [2021-06-18T20:22:31.259Z] #55 42.68   libbtrfs-dev libbtrfs0
20:22:31 [2021-06-18T20:22:31.259Z] #55 43.09 0 upgraded, 2 newly installed, 0 to remove and 32 not upgraded.
20:22:31 [2021-06-18T20:22:31.259Z] #55 43.09 Need to get 119 kB of archives.
20:22:31 [2021-06-18T20:22:31.259Z] #55 43.09 After this operation, 387 kB of additional disk space will be used.
20:22:31 [2021-06-18T20:22:31.259Z] #55 43.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:31 [2021-06-18T20:22:31.259Z] #55 43.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:31 [2021-06-18T20:22:31.259Z] #55 44.73 debconf: delaying package configuration, since apt-utils is not installed
20:22:31 [2021-06-18T20:22:31.259Z] #55 44.90 Fetched 119 kB in 0s (451 kB/s)
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.15 Selecting previously unselected package libbtrfs0.
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.29 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.31 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.40 Selecting previously unselected package libbtrfs-dev.
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.40 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.51 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.73 Setting up libbtrfs0 (4.20.1-2) ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.74 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 45.77 Processing triggers for libc-bin (2.28-10) ...
20:22:31 [2021-06-18T20:22:31.259Z] #55 DONE 46.0s
20:22:31 [2021-06-18T20:22:31.259Z] 
20:22:31 [2021-06-18T20:22:31.259Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:22:31 [2021-06-18T20:22:31.259Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:22:31 [2021-06-18T20:22:31.374Z] #42 51.49 Selecting previously unselected package libprotobuf-lite17:amd64.
20:22:31 [2021-06-18T20:22:31.374Z] #42 51.49 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:22:31 [2021-06-18T20:22:31.634Z] #42 51.50 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:31 [2021-06-18T20:22:31.634Z] #42 51.75 Selecting previously unselected package libprotobuf-dev:amd64.
20:22:31 [2021-06-18T20:22:31.634Z] #42 51.75 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:22:31 [2021-06-18T20:22:31.634Z] #42 51.75 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:31 [2021-06-18T20:22:31.894Z] #42 ...
20:22:31 [2021-06-18T20:22:31.894Z] 
20:22:31 [2021-06-18T20:22:31.894Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:31 [2021-06-18T20:22:31.894Z] #13 28.99 Reading package lists...
20:22:31 [2021-06-18T20:22:31.894Z] #13 35.82 Building dependency tree...
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.51 The following additional packages will be installed:
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.51   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.51   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.51   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.53   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.53   mingw-w64-common mingw-w64-x86-64-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.55 Suggested packages:
20:22:31 [2021-06-18T20:22:31.894Z] #13 39.55   gcc-8-locales seccomp wine64
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.24 The following NEW packages will be installed:
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.24   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.24   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.24   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.25   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.25   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.25   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.27 The following packages will be upgraded:
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.28   libseccomp2 libsystemd0 libudev1
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.75 3 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.75 Need to get 78.2 MB of archives.
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.75 After this operation, 487 MB of additional disk space will be used.
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.75 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.75 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 41.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 42.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 43.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 43.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:22:31 [2021-06-18T20:22:31.894Z] #13 ...
20:22:31 [2021-06-18T20:22:31.894Z] 
20:22:31 [2021-06-18T20:22:31.894Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:31 [2021-06-18T20:22:31.894Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:31 [2021-06-18T20:22:31.894Z] #32 49.15 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:22:31 [2021-06-18T20:22:31.894Z] #32 49.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:32 [2021-06-18T20:22:32.303Z] #36 42.25 Building dependency tree...
20:22:32 [2021-06-18T20:22:32.465Z] #32 50.43 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.182 + RM_GOPATH=0
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.182 + TMP_GOPATH=
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.182 + : /build
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.183 + '[' -z '' ']'
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.184 ++ mktemp -d
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.186 + export GOPATH=/tmp/tmp.DEYLk949nY
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.186 + GOPATH=/tmp/tmp.DEYLk949nY
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.186 + RM_GOPATH=1
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.188 + case "$(go env GOARCH)" in
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.200 ++ go env GOARCH
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.224 + export GO_BUILDMODE=-buildmode=pie
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.224 + GO_BUILDMODE=-buildmode=pie
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.227 ++ dirname /tmp/install/install.sh
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.229 + dir=/tmp/install
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.230 + bin=containerd
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.230 + shift
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.239 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.241 + . /tmp/install/containerd.installer
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.243 ++ set -e
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.244 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.246 + install_containerd
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.255 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.255 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.255 + git clone https://github.com/containerd/containerd.git /tmp/tmp.DEYLk949nY/src/github.com/containerd/containerd
20:22:32 [2021-06-18T20:22:32.630Z] #56 1.259 Cloning into '/tmp/tmp.DEYLk949nY/src/github.com/containerd/containerd'...
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.21 The following NEW packages will be installed:
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:22:32 [2021-06-18T20:22:32.953Z] #20 23.22   xz-utils zip
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.54 0 upgraded, 48 newly installed, 0 to remove and 30 not upgraded.
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.54 Need to get 28.5 MB of archives.
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.54 After this operation, 116 MB of additional disk space will be used.
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
20:22:33 [2021-06-18T20:22:33.213Z] #20 23.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:22:33 [2021-06-18T20:22:33.520Z] #20 23.90 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:22:33 [2021-06-18T20:22:33.625Z] #56 ...
20:22:33 [2021-06-18T20:22:33.625Z] 
20:22:33 [2021-06-18T20:22:33.625Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:33 [2021-06-18T20:22:33.625Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:22:33 [2021-06-18T20:22:33.625Z] #34 38.50 internal/reflectlite
20:22:33 [2021-06-18T20:22:33.625Z] #34 38.51 sync
20:22:33 [2021-06-18T20:22:33.625Z] #34 40.97 sort
20:22:33 [2021-06-18T20:22:33.625Z] #34 40.98 errors
20:22:33 [2021-06-18T20:22:33.625Z] #34 41.32 strconv
20:22:33 [2021-06-18T20:22:33.625Z] #34 42.09 io
20:22:33 [2021-06-18T20:22:33.625Z] #34 43.47 internal/oserror
20:22:33 [2021-06-18T20:22:33.625Z] #34 43.64 syscall
20:22:33 [2021-06-18T20:22:33.625Z] #34 45.29 reflect
20:22:33 [2021-06-18T20:22:33.781Z] #20 23.91 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 23.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.06 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.09 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.09 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.09 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:22:33 [2021-06-18T20:22:33.781Z] #20 24.10 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:33 [2021-06-18T20:22:33.891Z] #34 ...
20:22:33 [2021-06-18T20:22:33.891Z] 
20:22:33 [2021-06-18T20:22:33.891Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:33 [2021-06-18T20:22:33.891Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:33 [2021-06-18T20:22:33.891Z] #42 45.92 debconf: delaying package configuration, since apt-utils is not installed
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.27 Fetched 4095 kB in 1s (5193 kB/s)
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.45 Selecting previously unselected package libcap-dev:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.58 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.63 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.78 Selecting previously unselected package libnet1:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.79 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.93 Selecting previously unselected package libnet1-dev.
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.96 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 46.98 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.26 Selecting previously unselected package libnl-3-200:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.27 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.29 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.45 Selecting previously unselected package libnl-3-dev:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.47 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.48 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.77 Selecting previously unselected package libprotobuf-c1:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.78 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.79 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.89 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.93 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 47.95 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.07 Selecting previously unselected package zlib1g-dev:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.08 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.36 Selecting previously unselected package libprotobuf17:amd64.
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.36 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:22:33 [2021-06-18T20:22:33.891Z] #42 48.37 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.60 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.60 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.60 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.61 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.62 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:22:34 [2021-06-18T20:22:34.372Z] #20 24.71 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:22:34 [2021-06-18T20:22:34.463Z] #42 49.34 Selecting previously unselected package libprotobuf-lite17:amd64.
20:22:34 [2021-06-18T20:22:34.463Z] #42 49.35 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:22:34 [2021-06-18T20:22:34.463Z] #42 49.35 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:34 [2021-06-18T20:22:34.576Z] #22 4.973 Collecting yamllint==1.26.1
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.72 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.74 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.76 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.78 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.79 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.86 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.91 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:22:34 [2021-06-18T20:22:34.632Z] #20 24.99 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:22:34 [2021-06-18T20:22:34.744Z] #42 49.62 Selecting previously unselected package libprotobuf-dev:amd64.
20:22:34 [2021-06-18T20:22:34.839Z] #36 ...
20:22:34 [2021-06-18T20:22:34.839Z] 
20:22:34 [2021-06-18T20:22:34.839Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
20:22:34 [2021-06-18T20:22:34.839Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
20:22:34 [2021-06-18T20:22:34.839Z] #55 32.15 Reading package lists...
20:22:34 [2021-06-18T20:22:34.839Z] #55 38.97 Building dependency tree...
20:22:34 [2021-06-18T20:22:34.839Z] #55 41.98 The following additional packages will be installed:
20:22:34 [2021-06-18T20:22:34.839Z] #55 41.99   libbtrfs0
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.17 The following NEW packages will be installed:
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.19   libbtrfs-dev libbtrfs0
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.76 0 upgraded, 2 newly installed, 0 to remove and 32 not upgraded.
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.76 Need to get 119 kB of archives.
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.76 After this operation, 387 kB of additional disk space will be used.
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:34 [2021-06-18T20:22:34.839Z] #55 42.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:34 [2021-06-18T20:22:34.839Z] #55 43.93 debconf: delaying package configuration, since apt-utils is not installed
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.15 Fetched 119 kB in 0s (264 kB/s)
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.28 Selecting previously unselected package libbtrfs0.
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.39 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.40 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.59 Selecting previously unselected package libbtrfs-dev.
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.59 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.60 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.89 Setting up libbtrfs0 (4.20.1-2) ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.92 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 44.94 Processing triggers for libc-bin (2.28-10) ...
20:22:34 [2021-06-18T20:22:34.839Z] #55 DONE 45.7s
20:22:34 [2021-06-18T20:22:34.839Z] 
20:22:34 [2021-06-18T20:22:34.839Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:34 [2021-06-18T20:22:34.839Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.63 The following additional packages will be installed:
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.63   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.64 Suggested packages:
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.65   cmake-doc ninja-build lrzip
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.65 Recommended packages:
20:22:34 [2021-06-18T20:22:34.839Z] #36 45.65   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:34 [2021-06-18T20:22:34.839Z] #36 ...
20:22:34 [2021-06-18T20:22:34.839Z] 
20:22:34 [2021-06-18T20:22:34.839Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
20:22:34 [2021-06-18T20:22:34.839Z] #67 sha256:5482d4f25a31743d48f7afdbb1a681a18236148aa10ee59391d87ca4dfbdc9b4
20:22:34 [2021-06-18T20:22:34.839Z] #67 DONE 45.9s
20:22:34 [2021-06-18T20:22:34.839Z] 
20:22:34 [2021-06-18T20:22:34.839Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:34 [2021-06-18T20:22:34.839Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.65 go: finding github.com/fatih/color v1.7.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.74 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.78 go: finding github.com/mattn/go-colorable v0.1.4
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.78 go: finding github.com/mattn/go-isatty v0.0.8
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.87 go: finding github.com/go-critic/go-critic v0.4.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.94 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:34 [2021-06-18T20:22:34.839Z] #49 43.98 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.02 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.02 go: finding github.com/pkg/errors v0.8.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.05 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.07 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.08 go: finding github.com/sirupsen/logrus v1.4.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.10 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.10 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.10 go: finding github.com/stretchr/testify v1.4.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.13 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.13 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.14 go: finding github.com/davecgh/go-spew v1.1.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.18 go: finding github.com/spf13/viper v1.6.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.19 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.19 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.33 go: finding github.com/stretchr/objx v0.2.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.44 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.45 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.51 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.51 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.59 go: finding github.com/spf13/cobra v0.0.5
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.59 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.65 go: finding github.com/hashicorp/hcl v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.77 go: finding github.com/spf13/pflag v1.0.5
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.78 go: finding github.com/gobwas/glob v0.2.3
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.81 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.83 go: finding github.com/magiconair/properties v1.8.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.84 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.86 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.90 go: finding github.com/pelletier/go-toml v1.2.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 44.92 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.03 go: finding github.com/spf13/afero v1.1.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.11 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.23 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.25 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.25 go: finding github.com/spf13/cast v1.3.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.25 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.27 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.30 go: finding github.com/subosito/gotenv v1.2.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.32 go: finding gopkg.in/ini.v1 v1.51.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.34 go: finding golang.org/x/text v0.3.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.48 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.50 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.57 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.58 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.64 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.65 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.65 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.67 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.69 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.69 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.74 go: finding github.com/kisielk/gotool v1.0.0
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.74 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:34 [2021-06-18T20:22:34.839Z] #49 45.92 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.07 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.07 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.07 go: finding github.com/ultraware/funlen v0.0.2
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.07 go: finding github.com/ultraware/whitespace v0.0.4
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.12 go: finding github.com/uudashr/gocognit v1.0.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.16 go: finding github.com/gogo/protobuf v1.2.1
20:22:34 [2021-06-18T20:22:34.839Z] #49 46.16 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:35 [2021-06-18T20:22:35.002Z] #42 49.62 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:22:35 [2021-06-18T20:22:35.002Z] #42 49.62 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:35 [2021-06-18T20:22:35.099Z] #49 46.31 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:35 [2021-06-18T20:22:35.099Z] #49 46.31 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:35 [2021-06-18T20:22:35.099Z] #49 46.31 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:35 [2021-06-18T20:22:35.150Z] #22 ...
20:22:35 [2021-06-18T20:22:35.150Z] 
20:22:35 [2021-06-18T20:22:35.150Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:35 [2021-06-18T20:22:35.150Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:35 [2021-06-18T20:22:35.150Z] #43 116.1   CC       criu/cr-service.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 118.0   CC       criu/crtools.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 118.6   CC       criu/eventfd.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 118.9   CC       criu/eventpoll.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 119.9   CC       criu/external.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 120.4   CC       criu/fault-injection.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 120.7   CC       criu/fdstore.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 121.1   CC       criu/fifo.o
20:22:35 [2021-06-18T20:22:35.150Z] #43 121.5   CC       criu/file-ids.o
20:22:35 [2021-06-18T20:22:35.200Z] #20 25.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:22:35 [2021-06-18T20:22:35.200Z] #20 25.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:22:35 [2021-06-18T20:22:35.200Z] #20 25.45 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #42 ...
20:22:35 [2021-06-18T20:22:35.258Z] 
20:22:35 [2021-06-18T20:22:35.258Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:35 [2021-06-18T20:22:35.258Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:35 [2021-06-18T20:22:35.258Z] #36 38.61 Building dependency tree...
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.74 The following additional packages will be installed:
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.76   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.76 Suggested packages:
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.77   cmake-doc ninja-build lrzip
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.77 Recommended packages:
20:22:35 [2021-06-18T20:22:35.258Z] #36 41.77   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:35 [2021-06-18T20:22:35.258Z] #36 42.84 The following NEW packages will be installed:
20:22:35 [2021-06-18T20:22:35.258Z] #36 42.86   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:35 [2021-06-18T20:22:35.258Z] #36 42.87   vim-common xxd
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.26 0 upgraded, 10 newly installed, 0 to remove and 32 not upgraded.
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.26 Need to get 14.9 MB of archives.
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.26 After this operation, 61.8 MB of additional disk space will be used.
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 43.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 44.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 44.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 44.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 45.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 45.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 45.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.14 debconf: delaying package configuration, since apt-utils is not installed
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.34 Fetched 14.9 MB in 3s (5616 kB/s)
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.42 Selecting previously unselected package xxd.
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.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 ... 15410 files and directories currently installed.)
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.53 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.53 Unpacking xxd (2:8.1.0875-5) ...
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.76 Selecting previously unselected package vim-common.
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.79 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:35 [2021-06-18T20:22:35.258Z] #36 47.84 Unpacking vim-common (2:8.1.0875-5) ...
20:22:35 [2021-06-18T20:22:35.258Z] #36 48.21 Selecting previously unselected package cmake-data.
20:22:35 [2021-06-18T20:22:35.258Z] #36 48.21 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:35 [2021-06-18T20:22:35.258Z] #36 48.22 Unpacking cmake-data (3.13.4-1) ...
20:22:35 [2021-06-18T20:22:35.359Z] #49 46.39 go: finding github.com/BurntSushi/toml v0.3.1
20:22:35 [2021-06-18T20:22:35.359Z] #49 46.39 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:35 [2021-06-18T20:22:35.412Z] #43 121.9   CC       criu/file-lock.o
20:22:35 [2021-06-18T20:22:35.768Z] #20 26.06 debconf: delaying package configuration, since apt-utils is not installed
20:22:36 [2021-06-18T20:22:36.029Z] #20 26.17 Fetched 28.5 MB in 2s (13.0 MB/s)
20:22:36 [2021-06-18T20:22:36.029Z] #20 26.22 Selecting previously unselected package pigz.
20:22:36 [2021-06-18T20:22:36.029Z] #20 26.22 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
20:22:36 [2021-06-18T20:22:36.029Z] #20 26.28 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:22:36 [2021-06-18T20:22:36.029Z] #20 26.28 Unpacking pigz (2.4-1) ...
20:22:36 [2021-06-18T20:22:36.186Z] #36 ...
20:22:36 [2021-06-18T20:22:36.186Z] 
20:22:36 [2021-06-18T20:22:36.186Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:36 [2021-06-18T20:22:36.186Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:36 [2021-06-18T20:22:36.186Z] #42 51.07 Selecting previously unselected package libprotoc17:amd64.
20:22:36 [2021-06-18T20:22:36.288Z] #20 26.36 Selecting previously unselected package libpython3.7-minimal:amd64.
20:22:36 [2021-06-18T20:22:36.288Z] #20 26.37 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:22:36 [2021-06-18T20:22:36.288Z] #20 26.38 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:22:36 [2021-06-18T20:22:36.443Z] #42 51.08 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:22:36 [2021-06-18T20:22:36.443Z] #42 51.08 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:22:36 [2021-06-18T20:22:36.443Z] #42 ...
20:22:36 [2021-06-18T20:22:36.443Z] 
20:22:36 [2021-06-18T20:22:36.443Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:36 [2021-06-18T20:22:36.443Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:22:36 [2021-06-18T20:22:36.443Z] #45 41.37 github.com/LK4D4/vndr/godl/singleflight
20:22:36 [2021-06-18T20:22:36.443Z] #45 41.37 io
20:22:36 [2021-06-18T20:22:36.443Z] #45 41.67 strconv
20:22:36 [2021-06-18T20:22:36.443Z] #45 42.55 bytes
20:22:36 [2021-06-18T20:22:36.443Z] #45 45.60 bufio
20:22:36 [2021-06-18T20:22:36.443Z] #45 45.87 reflect
20:22:36 [2021-06-18T20:22:36.443Z] #45 47.73 syscall
20:22:36 [2021-06-18T20:22:36.547Z] #20 26.81 Selecting previously unselected package python3.7-minimal.
20:22:36 [2021-06-18T20:22:36.548Z] #20 26.81 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:22:36 [2021-06-18T20:22:36.548Z] #20 26.82 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
20:22:36 [2021-06-18T20:22:36.700Z] #45 ...
20:22:36 [2021-06-18T20:22:36.700Z] 
20:22:36 [2021-06-18T20:22:36.700Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:36 [2021-06-18T20:22:36.700Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:36 [2021-06-18T20:22:36.700Z] #13 30.60 Reading package lists...
20:22:36 [2021-06-18T20:22:36.700Z] #13 37.60 Building dependency tree...
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.32 The following additional packages will be installed:
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.33   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.34   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.34   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.34   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.34   mingw-w64-common mingw-w64-x86-64-dev
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.36 Suggested packages:
20:22:36 [2021-06-18T20:22:36.700Z] #13 42.37   gcc-8-locales seccomp wine64
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.78 The following NEW packages will be installed:
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.80   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.80   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.80   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.80   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:36 [2021-06-18T20:22:36.700Z] #13 43.80   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:36 [2021-06-18T20:22:36.701Z] #13 43.81   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:36 [2021-06-18T20:22:36.701Z] #13 43.81 The following packages will be upgraded:
20:22:36 [2021-06-18T20:22:36.701Z] #13 43.82   libseccomp2 libsystemd0 libudev1
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.29 3 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.29 Need to get 78.2 MB of archives.
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.29 After this operation, 487 MB of additional disk space will be used.
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.29 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.29 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 44.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 45.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 45.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 45.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:22:36 [2021-06-18T20:22:36.701Z] #13 ...
20:22:36 [2021-06-18T20:22:36.701Z] 
20:22:36 [2021-06-18T20:22:36.701Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:36 [2021-06-18T20:22:36.701Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:36 [2021-06-18T20:22:36.701Z] #36 51.56 Selecting previously unselected package libicu63:amd64.
20:22:36 [2021-06-18T20:22:36.701Z] #36 51.56 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:22:36 [2021-06-18T20:22:36.701Z] #36 51.61 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:22:36 [2021-06-18T20:22:36.799Z] #43 122.9   CC       criu/files-ext.o
20:22:36 [2021-06-18T20:22:36.799Z] #43 123.2   CC       criu/files-reg.o
20:22:37 [2021-06-18T20:22:37.484Z] #20 27.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:22:37 [2021-06-18T20:22:37.484Z] #20 27.66 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
20:22:37 [2021-06-18T20:22:37.752Z] #32 ...
20:22:37 [2021-06-18T20:22:37.752Z] 
20:22:37 [2021-06-18T20:22:37.752Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:37 [2021-06-18T20:22:37.752Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:37 [2021-06-18T20:22:37.752Z] #45 57.14 time
20:22:37 [2021-06-18T20:22:37.752Z] #45 ...
20:22:37 [2021-06-18T20:22:37.752Z] 
20:22:37 [2021-06-18T20:22:37.752Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:22:37 [2021-06-18T20:22:37.752Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.145 + RM_GOPATH=0
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.146 + TMP_GOPATH=
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.146 + : /build
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.146 + '[' -z '' ']'
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.146 ++ mktemp -d
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.153 + export GOPATH=/tmp/tmp.C16eqEHvyv
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.153 + GOPATH=/tmp/tmp.C16eqEHvyv
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.153 + RM_GOPATH=1
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.153 + case "$(go env GOARCH)" in
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.154 ++ go env GOARCH
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.179 + export GO_BUILDMODE=-buildmode=pie
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.179 + GO_BUILDMODE=-buildmode=pie
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.181 ++ dirname /tmp/install/install.sh
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.181 + dir=/tmp/install
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 + bin=containerd
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 + shift
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 + . /tmp/install/containerd.installer
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 ++ set -e
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.186 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.189 + install_containerd
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.189 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.191 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.191 + git clone https://github.com/containerd/containerd.git /tmp/tmp.C16eqEHvyv/src/github.com/containerd/containerd
20:22:37 [2021-06-18T20:22:37.752Z] #56 1.193 Cloning into '/tmp/tmp.C16eqEHvyv/src/github.com/containerd/containerd'...
20:22:38 [2021-06-18T20:22:38.014Z] #56 ...
20:22:38 [2021-06-18T20:22:38.014Z] 
20:22:38 [2021-06-18T20:22:38.014Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:38 [2021-06-18T20:22:38.014Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:38 [2021-06-18T20:22:38.014Z] #42 53.57 Selecting previously unselected package libprotoc17:amd64.
20:22:38 [2021-06-18T20:22:38.014Z] #42 53.57 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 53.58 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.24 Selecting previously unselected package protobuf-c-compiler.
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.25 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.28 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.42 Selecting previously unselected package protobuf-compiler.
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.46 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.48 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.66 Selecting previously unselected package python-pkg-resources.
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.67 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.99 Selecting previously unselected package python-six.
20:22:38 [2021-06-18T20:22:38.014Z] #42 54.99 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 55.00 Unpacking python-six (1.12.0-1) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 55.12 Selecting previously unselected package python-protobuf.
20:22:38 [2021-06-18T20:22:38.014Z] #42 55.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 55.16 Unpacking python-protobuf (3.6.1.3-2) ...
20:22:38 [2021-06-18T20:22:38.014Z] #42 55.70 Setting up python-pkg-resources (40.8.0-1) ...
20:22:38 [2021-06-18T20:22:38.717Z] #43 125.1   CC       criu/files.o
20:22:39 [2021-06-18T20:22:39.486Z] Fetching without tags
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.69 Selecting previously unselected package python3-minimal.
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.74 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.75 Unpacking python3-minimal (3.7.3-1) ...
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.83 Selecting previously unselected package libmpdec2:amd64.
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.83 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.650Z] #20 29.84 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:22:39 [2021-06-18T20:22:39.662Z] #43 ...
20:22:39 [2021-06-18T20:22:39.662Z] 
20:22:39 [2021-06-18T20:22:39.662Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:22:39 [2021-06-18T20:22:39.662Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
20:22:39 [2021-06-18T20:22:39.662Z] #22 10.40   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
20:22:39 [2021-06-18T20:22:39.909Z] #20 29.98 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:22:39 [2021-06-18T20:22:39.909Z] #20 29.99 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.909Z] #20 29.99 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:22:39 [2021-06-18T20:22:39.938Z] #42 ...
20:22:39 [2021-06-18T20:22:39.938Z] 
20:22:39 [2021-06-18T20:22:39.938Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:39 [2021-06-18T20:22:39.938Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:22:39 [2021-06-18T20:22:39.938Z] #51 49.76 syscall
20:22:39 [2021-06-18T20:22:39.938Z] #51 49.82 reflect
20:22:39 [2021-06-18T20:22:39.938Z] #51 57.10 time
20:22:39 [2021-06-18T20:22:39.938Z] #51 ...
20:22:39 [2021-06-18T20:22:39.938Z] 
20:22:39 [2021-06-18T20:22:39.938Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:39 [2021-06-18T20:22:39.938Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:39 [2021-06-18T20:22:39.938Z] #13 47.27 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.86 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.87 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 49.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 50.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 50.10 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 50.10 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
20:22:39 [2021-06-18T20:22:39.938Z] #13 51.35 debconf: delaying package configuration, since apt-utils is not installed
20:22:39 [2021-06-18T20:22:39.938Z] #13 51.60 Fetched 78.2 MB in 9s (9050 kB/s)
20:22:39 [2021-06-18T20:22:39.938Z] #13 51.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:39 [2021-06-18T20:22:39.938Z] #13 51.81 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 51.83 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 52.34 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 52.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:39 [2021-06-18T20:22:39.938Z] #13 52.65 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 52.68 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 52.85 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 53.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 ... 15410 files and directories currently installed.)
20:22:39 [2021-06-18T20:22:39.938Z] #13 53.08 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 53.37 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:39 [2021-06-18T20:22:39.938Z] #13 ...
20:22:39 [2021-06-18T20:22:39.938Z] 
20:22:39 [2021-06-18T20:22:39.938Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:39 [2021-06-18T20:22:39.938Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:39 [2021-06-18T20:22:39.938Z] #42 60.10 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:40 [2021-06-18T20:22:40.158Z] Merging remotes/origin/20.10 commit 4d29d58a6502e961d5abc7f698d7cd2855972586 into PR head commit 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:22:40 [2021-06-18T20:22:40.198Z] 
20:22:40 [2021-06-18T20:22:40.198Z] #42 ...
20:22:40 [2021-06-18T20:22:40.198Z] 
20:22:40 [2021-06-18T20:22:40.198Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:40 [2021-06-18T20:22:40.198Z] #47 sha256:694d1ab9b21511345ebaeb16ed851cb89694a239101feee4b510a0582b02ece0
20:22:40 [2021-06-18T20:22:40.198Z] #47 DONE 60.1s
20:22:40 [2021-06-18T20:22:40.198Z] 
20:22:40 [2021-06-18T20:22:40.198Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:40 [2021-06-18T20:22:40.198Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:40 [2021-06-18T20:22:40.198Z] #42 60.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:40 [2021-06-18T20:22:40.198Z] #42 60.20 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:40 [2021-06-18T20:22:40.198Z] #42 60.22 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:40 [2021-06-18T20:22:40.198Z] #42 60.25 Setting up python-six (1.12.0-1) ...
20:22:40 [2021-06-18T20:22:40.645Z] #49 ...
20:22:40 [2021-06-18T20:22:40.645Z] 
20:22:40 [2021-06-18T20:22:40.645Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:40 [2021-06-18T20:22:40.645Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:22:40 [2021-06-18T20:22:40.645Z] #34 41.17 internal/reflectlite
20:22:40 [2021-06-18T20:22:40.645Z] #34 41.17 sync
20:22:40 [2021-06-18T20:22:40.645Z] #34 43.72 sort
20:22:40 [2021-06-18T20:22:40.645Z] #34 43.72 errors
20:22:40 [2021-06-18T20:22:40.645Z] #34 44.21 strconv
20:22:40 [2021-06-18T20:22:40.645Z] #34 44.88 io
20:22:40 [2021-06-18T20:22:40.645Z] #34 46.07 internal/oserror
20:22:40 [2021-06-18T20:22:40.645Z] #34 46.07 syscall
20:22:40 [2021-06-18T20:22:40.645Z] #34 48.54 reflect
20:22:40 [2021-06-18T20:22:40.645Z] #34 ...
20:22:40 [2021-06-18T20:22:40.645Z] 
20:22:40 [2021-06-18T20:22:40.645Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:40 [2021-06-18T20:22:40.645Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:40 [2021-06-18T20:22:40.645Z] #36 46.80 The following NEW packages will be installed:
20:22:40 [2021-06-18T20:22:40.645Z] #36 46.85   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:40 [2021-06-18T20:22:40.645Z] #36 46.85   vim-common xxd
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 0 upgraded, 10 newly installed, 0 to remove and 32 not upgraded.
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 Need to get 14.9 MB of archives.
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 After this operation, 61.8 MB of additional disk space will be used.
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 47.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 48.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:22:40 [2021-06-18T20:22:40.645Z] #36 49.73 debconf: delaying package configuration, since apt-utils is not installed
20:22:40 [2021-06-18T20:22:40.645Z] #36 49.92 Fetched 14.9 MB in 2s (8118 kB/s)
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.00 Selecting previously unselected package xxd.
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.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 ... 15410 files and directories currently installed.)
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.11 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.12 Unpacking xxd (2:8.1.0875-5) ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.34 Selecting previously unselected package vim-common.
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.34 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.36 Unpacking vim-common (2:8.1.0875-5) ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.69 Selecting previously unselected package cmake-data.
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.69 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 50.69 Unpacking cmake-data (3.13.4-1) ...
20:22:40 [2021-06-18T20:22:40.645Z] #36 ...
20:22:40 [2021-06-18T20:22:40.645Z] 
20:22:40 [2021-06-18T20:22:40.645Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:40 [2021-06-18T20:22:40.645Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:40 [2021-06-18T20:22:40.645Z] #13 26.75 Reading package lists...
20:22:40 [2021-06-18T20:22:40.645Z] #13 33.94 Reading package lists...
20:22:40 [2021-06-18T20:22:40.645Z] #13 40.86 Building dependency tree...
20:22:40 [2021-06-18T20:22:40.645Z] #13 ...
20:22:40 [2021-06-18T20:22:40.645Z] 
20:22:40 [2021-06-18T20:22:40.645Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:40 [2021-06-18T20:22:40.645Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:40 [2021-06-18T20:22:40.736Z] #20 30.86 Selecting previously unselected package python3.7.
20:22:40 [2021-06-18T20:22:40.736Z] #20 30.88 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
20:22:40 [2021-06-18T20:22:40.736Z] #20 30.89 Unpacking python3.7 (3.7.3-2+deb10u3) ...
20:22:40 [2021-06-18T20:22:40.736Z] #20 31.00 Selecting previously unselected package libpython3-stdlib:amd64.
20:22:40 [2021-06-18T20:22:40.736Z] #20 31.01 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:22:40 [2021-06-18T20:22:40.736Z] #20 31.01 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:22:40 [2021-06-18T20:22:40.736Z] #20 31.11 Setting up python3-minimal (3.7.3-1) ...
20:22:40 [2021-06-18T20:22:40.905Z] #32 47.40 Checking out files:  88% (1342/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:22:40 [2021-06-18T20:22:40.905Z] #32 47.92 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:41 [2021-06-18T20:22:41.051Z] #22 11.60 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
20:22:41 [2021-06-18T20:22:41.051Z] #22 11.67   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
20:22:41 [2021-06-18T20:22:41.051Z] #22 11.73 Collecting pyyaml (from yamllint==1.26.1)
20:22:41 [2021-06-18T20:22:41.051Z] #22 11.98   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
20:22:41 [2021-06-18T20:22:41.165Z] #32 ...
20:22:41 [2021-06-18T20:22:41.165Z] 
20:22:41 [2021-06-18T20:22:41.165Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:41 [2021-06-18T20:22:41.165Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:41 [2021-06-18T20:22:41.165Z] #42 36.29 Reading package lists...
20:22:41 [2021-06-18T20:22:41.165Z] #42 42.62 Building dependency tree...
20:22:41 [2021-06-18T20:22:41.165Z] #42 46.31 The following additional packages will be installed:
20:22:41 [2021-06-18T20:22:41.165Z] #42 46.31   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:41 [2021-06-18T20:22:41.165Z] #42 46.31   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:41 [2021-06-18T20:22:41.165Z] #42 46.31 Suggested packages:
20:22:41 [2021-06-18T20:22:41.165Z] #42 46.31   manpages-dev python-setuptools
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.54 The following NEW packages will be installed:
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.54   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.54   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.54   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.54   python-six zlib1g-dev
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 0 upgraded, 17 newly installed, 0 to remove and 32 not upgraded.
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 Need to get 4095 kB of archives.
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 After this operation, 22.5 MB of additional disk space will be used.
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 47.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.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]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 48.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.44 debconf: delaying package configuration, since apt-utils is not installed
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.58 Fetched 4095 kB in 1s (6305 kB/s)
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.72 Selecting previously unselected package libcap-dev:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.72 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.88 Selecting previously unselected package libnet1:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 49.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.01 Selecting previously unselected package libnet1-dev.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.01 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.01 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.19 Selecting previously unselected package libnl-3-200:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.19 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.36 Selecting previously unselected package libnl-3-dev:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.36 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.36 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.69 Selecting previously unselected package libprotobuf-c1:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.69 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.69 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.82 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.82 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.82 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.90 Selecting previously unselected package zlib1g-dev:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 50.90 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.17 Selecting previously unselected package libprotobuf17:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.17 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.17 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.96 Selecting previously unselected package libprotobuf-lite17:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.96 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 51.97 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 52.18 Selecting previously unselected package libprotobuf-dev:amd64.
20:22:41 [2021-06-18T20:22:41.165Z] #42 52.18 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.165Z] #42 52.20 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:41 [2021-06-18T20:22:41.304Z] #20 ...
20:22:41 [2021-06-18T20:22:41.305Z] 
20:22:41 [2021-06-18T20:22:41.305Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:41 [2021-06-18T20:22:41.305Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:41 [2021-06-18T20:22:41.305Z] #43 84.48   DEP      criu/cr-errno.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 84.54   DEP      criu/cr-dump.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.04   DEP      criu/cr-dedup.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.25   DEP      criu/cr-check.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.50   DEP      criu/config.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.65   DEP      criu/clone-noasan.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.74   DEP      criu/cgroup.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.86   DEP      criu/cgroup-props.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.92   DEP      criu/bitmap.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 85.95   DEP      criu/bfd.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 86.09   DEP      criu/autofs.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 86.23   DEP      criu/aio.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 86.35   DEP      criu/action-scripts.d
20:22:41 [2021-06-18T20:22:41.305Z] #43 86.54   CC       criu/action-scripts.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 86.90   CC       criu/aio.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 87.50   CC       criu/autofs.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 88.97   CC       criu/bfd.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 89.44   CC       criu/bitmap.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 89.62   CC       criu/cgroup-props.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 90.32   CC       criu/cgroup.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 93.08   CC       criu/clone-noasan.o
20:22:41 [2021-06-18T20:22:41.305Z] #43 93.28   CC       criu/config.o
20:22:39 [2021-06-18T20:22:39.189Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:39 [2021-06-18T20:22:39.254Z]  > git config --add remote.origin.fetch +refs/pull/42538/head:refs/remotes/origin/PR-42538 # timeout=10
20:22:39 [2021-06-18T20:22:39.294Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:22:39 [2021-06-18T20:22:39.408Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:39 [2021-06-18T20:22:39.524Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:39 [2021-06-18T20:22:39.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:39 [2021-06-18T20:22:39.526Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42538/head:refs/remotes/origin/PR-42538 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
20:22:40 [2021-06-18T20:22:40.270Z]  > git config core.sparsecheckout # timeout=10
20:22:40 [2021-06-18T20:22:40.310Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:22:41 [2021-06-18T20:22:41.563Z] #43 94.58   CC       criu/cr-check.o
20:22:41 [2021-06-18T20:22:41.740Z] #42 ...
20:22:41 [2021-06-18T20:22:41.740Z] 
20:22:41 [2021-06-18T20:22:41.740Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:41 [2021-06-18T20:22:41.740Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:41 [2021-06-18T20:22:41.740Z] #32 48.71 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:41 [2021-06-18T20:22:41.823Z] #43 ...
20:22:41 [2021-06-18T20:22:41.823Z] 
20:22:41 [2021-06-18T20:22:41.823Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:41 [2021-06-18T20:22:41.823Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:22:41 [2021-06-18T20:22:41.823Z] #20 31.94 Selecting previously unselected package python3.
20:22:41 [2021-06-18T20:22:41.823Z] #20 31.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 ... 24096 files and directories currently installed.)
20:22:41 [2021-06-18T20:22:41.823Z] #20 31.98 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.823Z] #20 31.99 Unpacking python3 (3.7.3-1) ...
20:22:41 [2021-06-18T20:22:41.823Z] #20 32.05 Selecting previously unselected package libip4tc0:amd64.
20:22:41 [2021-06-18T20:22:41.823Z] #20 32.06 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:22:41 [2021-06-18T20:22:41.823Z] #20 32.07 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:22:41 [2021-06-18T20:22:41.951Z] #36 ...
20:22:41 [2021-06-18T20:22:41.951Z] 
20:22:41 [2021-06-18T20:22:41.951Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:41 [2021-06-18T20:22:41.951Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:22:41 [2021-06-18T20:22:41.951Z] #49 46.28 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:41 [2021-06-18T20:22:41.951Z] #49 46.36 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:41 [2021-06-18T20:22:41.951Z] #49 46.38 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:41 [2021-06-18T20:22:41.951Z] #49 46.45 go: finding github.com/BurntSushi/toml v0.3.1
20:22:41 [2021-06-18T20:22:41.951Z] #49 46.55 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:41 [2021-06-18T20:22:41.951Z] #49 ...
20:22:41 [2021-06-18T20:22:41.951Z] 
20:22:41 [2021-06-18T20:22:41.951Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:41 [2021-06-18T20:22:41.951Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:22:41 [2021-06-18T20:22:41.951Z] #32 51.75 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:22:41 [2021-06-18T20:22:41.951Z] #32 52.48 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:41 [2021-06-18T20:22:41.951Z] #32 53.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:41 [2021-06-18T20:22:41.998Z] #22 12.79   Installing build dependencies: started
20:22:42 [2021-06-18T20:22:42.001Z] #32 ...
20:22:42 [2021-06-18T20:22:42.001Z] 
20:22:42 [2021-06-18T20:22:42.001Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:42 [2021-06-18T20:22:42.001Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:22:42 [2021-06-18T20:22:42.001Z] #45 43.12 github.com/LK4D4/vndr/godl/singleflight
20:22:42 [2021-06-18T20:22:42.001Z] #45 43.14 internal/reflectlite
20:22:42 [2021-06-18T20:22:42.001Z] #45 43.50 math/rand
20:22:42 [2021-06-18T20:22:42.001Z] #45 44.67 internal/singleflight
20:22:42 [2021-06-18T20:22:42.001Z] #45 45.79 io
20:22:42 [2021-06-18T20:22:42.001Z] #45 45.81 strconv
20:22:42 [2021-06-18T20:22:42.001Z] #45 47.03 bytes
20:22:42 [2021-06-18T20:22:42.001Z] #45 49.25 reflect
20:22:42 [2021-06-18T20:22:42.001Z] #45 49.30 bufio
20:22:42 [2021-06-18T20:22:42.001Z] #45 51.09 syscall
20:22:42 [2021-06-18T20:22:42.001Z] #45 ...
20:22:42 [2021-06-18T20:22:42.001Z] 
20:22:42 [2021-06-18T20:22:42.001Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:22:42 [2021-06-18T20:22:42.001Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.760 + RM_GOPATH=0
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.761 + TMP_GOPATH=
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.761 + : /build
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.761 + '[' -z '' ']'
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.761 ++ mktemp -d
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.765 + export GOPATH=/tmp/tmp.Vj0hbXPkFA
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.767 + GOPATH=/tmp/tmp.Vj0hbXPkFA
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.768 + RM_GOPATH=1
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.768 + case "$(go env GOARCH)" in
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.768 ++ go env GOARCH
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.798 + export GO_BUILDMODE=-buildmode=pie
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.798 + GO_BUILDMODE=-buildmode=pie
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.798 ++ dirname /tmp/install/install.sh
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.799 + dir=/tmp/install
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.799 + bin=containerd
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.799 + shift
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.799 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.799 + . /tmp/install/containerd.installer
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.800 ++ set -e
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.800 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.800 + install_containerd
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.800 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.810 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Vj0hbXPkFA/src/github.com/containerd/containerd
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.810 Cloning into '/tmp/tmp.Vj0hbXPkFA/src/github.com/containerd/containerd'...
20:22:42 [2021-06-18T20:22:42.001Z] #56 6.810 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.17 Selecting previously unselected package libip6tc0:amd64.
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.18 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.18 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.27 Selecting previously unselected package libiptc0:amd64.
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.30 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.30 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:22:42 [2021-06-18T20:22:42.082Z] #20 32.38 Selecting previously unselected package libnfnetlink0:amd64.
20:22:42 [2021-06-18T20:22:42.261Z] #56 ...
20:22:42 [2021-06-18T20:22:42.261Z] 
20:22:42 [2021-06-18T20:22:42.261Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:42 [2021-06-18T20:22:42.261Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:42 [2021-06-18T20:22:42.261Z] #36 53.48 Selecting previously unselected package libicu63:amd64.
20:22:42 [2021-06-18T20:22:42.261Z] #36 53.48 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.261Z] #36 53.49 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.39 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.39 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.45 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.45 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.45 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.53 Selecting previously unselected package libnftnl11:amd64.
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.56 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.63 Selecting previously unselected package iptables.
20:22:42 [2021-06-18T20:22:42.341Z] #20 32.63 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.514Z] #32 ...
20:22:42 [2021-06-18T20:22:42.514Z] 
20:22:42 [2021-06-18T20:22:42.514Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:42 [2021-06-18T20:22:42.514Z] #47 sha256:55f6095629421669ed99669deef3b2de6d0623cfa44457969586d4d2b0405f2f
20:22:42 [2021-06-18T20:22:42.514Z] #47 DONE 57.4s
20:22:42 [2021-06-18T20:22:42.514Z] 
20:22:42 [2021-06-18T20:22:42.514Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:42 [2021-06-18T20:22:42.514Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:42 [2021-06-18T20:22:42.514Z] #13 48.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.35 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.38 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.44 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.54 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.56 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:22:42 [2021-06-18T20:22:42.514Z] #13 51.56 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
20:22:42 [2021-06-18T20:22:42.526Z] Merge succeeded, producing 89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:22:42 [2021-06-18T20:22:42.527Z] Checking out Revision 89edb68e8917c61bd41bc9dcc516960ffa4a6556 (PR-42538)
20:22:42 [2021-06-18T20:22:42.601Z] #20 32.64 Unpacking iptables (1.8.2-4) ...
20:22:42 [2021-06-18T20:22:42.860Z] #20 32.96 Selecting previously unselected package xxd.
20:22:42 [2021-06-18T20:22:42.860Z] #20 32.97 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:22:42 [2021-06-18T20:22:42.860Z] #20 32.98 Unpacking xxd (2:8.1.0875-5) ...
20:22:42 [2021-06-18T20:22:42.860Z] #20 33.13 Selecting previously unselected package vim-common.
20:22:42 [2021-06-18T20:22:42.860Z] #20 33.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:42 [2021-06-18T20:22:42.860Z] #20 33.16 Unpacking vim-common (2:8.1.0875-5) ...
20:22:43 [2021-06-18T20:22:43.119Z] #20 33.32 Selecting previously unselected package bash-completion.
20:22:43 [2021-06-18T20:22:43.119Z] #20 33.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:22:43 [2021-06-18T20:22:43.446Z] #13 53.15 debconf: delaying package configuration, since apt-utils is not installed
20:22:43 [2021-06-18T20:22:43.494Z] #42 ...
20:22:43 [2021-06-18T20:22:43.494Z] 
20:22:43 [2021-06-18T20:22:43.494Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:43 [2021-06-18T20:22:43.494Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:43 [2021-06-18T20:22:43.494Z] #36 52.92 Selecting previously unselected package libicu63:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 52.92 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 52.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 60.47 Selecting previously unselected package libxml2:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 60.49 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 60.50 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.63 Selecting previously unselected package libarchive13:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.95 Selecting previously unselected package libjsoncpp1:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.95 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 61.98 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.16 Selecting previously unselected package librhash0:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.16 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.16 Unpacking librhash0:amd64 (1.3.8-1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.35 Selecting previously unselected package libuv1:amd64.
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.38 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.39 Unpacking libuv1:amd64 (1.24.1-1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.52 Selecting previously unselected package cmake.
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.57 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 62.58 Unpacking cmake (3.13.4-1) ...
20:22:43 [2021-06-18T20:22:43.494Z] #36 ...
20:22:43 [2021-06-18T20:22:43.494Z] 
20:22:43 [2021-06-18T20:22:43.494Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:43 [2021-06-18T20:22:43.494Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:43 [2021-06-18T20:22:43.494Z] #13 54.07 Setting up libudev1:amd64 (241-7~deb10u7) ...
20:22:43 [2021-06-18T20:22:43.494Z] #13 54.62 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:43 [2021-06-18T20:22:43.494Z] #13 54.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.)
20:22:43 [2021-06-18T20:22:43.494Z] #13 54.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #13 54.74 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:43 [2021-06-18T20:22:43.494Z] #13 ...
20:22:43 [2021-06-18T20:22:43.494Z] 
20:22:43 [2021-06-18T20:22:43.494Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:43 [2021-06-18T20:22:43.494Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:43 [2021-06-18T20:22:43.494Z] #34 53.31 time
20:22:43 [2021-06-18T20:22:43.494Z] #34 59.06 internal/poll
20:22:43 [2021-06-18T20:22:43.494Z] #34 61.52 internal/fmtsort
20:22:43 [2021-06-18T20:22:43.494Z] #34 61.59 internal/syscall/execenv
20:22:43 [2021-06-18T20:22:43.494Z] #34 61.79 internal/syscall/unix
20:22:43 [2021-06-18T20:22:43.494Z] #34 62.03 os
20:22:43 [2021-06-18T20:22:43.494Z] #34 62.32 strings
20:22:43 [2021-06-18T20:22:43.494Z] #34 ...
20:22:43 [2021-06-18T20:22:43.494Z] 
20:22:43 [2021-06-18T20:22:43.494Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:43 [2021-06-18T20:22:43.494Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:43 [2021-06-18T20:22:43.494Z] #13 57.17 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:43 [2021-06-18T20:22:43.494Z] #13 57.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:22:43 [2021-06-18T20:22:43.494Z] #13 57.22 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:43 [2021-06-18T20:22:43.703Z] #13 53.48 Fetched 78.2 MB in 8s (10.3 MB/s)
20:22:43 [2021-06-18T20:22:43.961Z] #13 53.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:43 [2021-06-18T20:22:43.961Z] #13 53.68 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
20:22:44 [2021-06-18T20:22:44.218Z] #13 53.72 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:44 [2021-06-18T20:22:44.475Z] #13 54.17 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
20:22:42 [2021-06-18T20:22:42.214Z]  > git remote # timeout=10
20:22:42 [2021-06-18T20:22:42.277Z]  > git config --get remote.origin.url # timeout=10
20:22:42 [2021-06-18T20:22:42.317Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:42 [2021-06-18T20:22:42.319Z]  > git merge 4d29d58a6502e961d5abc7f698d7cd2855972586 # timeout=10
20:22:42 [2021-06-18T20:22:42.447Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:22:42 [2021-06-18T20:22:42.563Z]  > git config core.sparsecheckout # timeout=10
20:22:42 [2021-06-18T20:22:42.602Z]  > git checkout -f 89edb68e8917c61bd41bc9dcc516960ffa4a6556 # timeout=10
20:22:44 [2021-06-18T20:22:44.732Z] #13 54.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 ... 15410 files and directories currently installed.)
20:22:44 [2021-06-18T20:22:44.732Z] #13 54.43 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
20:22:44 [2021-06-18T20:22:44.732Z] #13 54.45 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
20:22:44 [2021-06-18T20:22:44.989Z] #13 54.68 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
20:22:45 [2021-06-18T20:22:45.246Z] #13 54.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:45 [2021-06-18T20:22:45.246Z] #13 54.91 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
20:22:45 [2021-06-18T20:22:45.246Z] #13 54.97 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:45 [2021-06-18T20:22:45.810Z] #13 55.20 Setting up libudev1:amd64 (241-7~deb10u7) ...
20:22:45 [2021-06-18T20:22:45.810Z] #13 55.37 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:46 [2021-06-18T20:22:46.067Z] #13 55.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 ... 15410 files and directories currently installed.)
20:22:46 [2021-06-18T20:22:46.067Z] #13 55.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.067Z] #13 55.54 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.01 Unpacking bash-completion (1:2.8-6) ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.38 Selecting previously unselected package bzip2.
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.39 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.40 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.49 Selecting previously unselected package xz-utils.
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.50 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.51 Unpacking xz-utils (5.2.4-1) ...
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.64 Selecting previously unselected package apparmor.
20:22:46 [2021-06-18T20:22:46.406Z] #20 36.64 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.664Z] #20 36.74 Unpacking apparmor (2.13.2-10) ...
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.14 Selecting previously unselected package binutils-mingw-w64.
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.16 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.38 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.785Z] #13 60.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:22:46 [2021-06-18T20:22:46.923Z] #20 37.03 Selecting previously unselected package aufs-tools.
20:22:46 [2021-06-18T20:22:46.923Z] #20 37.03 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.923Z] #20 37.05 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #13 ...
20:22:46 [2021-06-18T20:22:46.998Z] 
20:22:46 [2021-06-18T20:22:46.998Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:46 [2021-06-18T20:22:46.998Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:46 [2021-06-18T20:22:46.998Z] #42 51.79 Selecting previously unselected package protobuf-c-compiler.
20:22:46 [2021-06-18T20:22:46.998Z] #42 51.80 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 51.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.05 Selecting previously unselected package protobuf-compiler.
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.05 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.09 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.20 Selecting previously unselected package python-pkg-resources.
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.20 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.21 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.44 Selecting previously unselected package python-six.
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.47 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.49 Unpacking python-six (1.12.0-1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.59 Selecting previously unselected package python-protobuf.
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 52.61 Unpacking python-protobuf (3.6.1.3-2) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 53.22 Setting up python-pkg-resources (40.8.0-1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 58.71 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 58.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 58.74 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 58.75 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:46 [2021-06-18T20:22:46.998Z] #42 58.79 Setting up python-six (1.12.0-1) ...
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.18 Selecting previously unselected package libonig5:amd64.
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.18 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.19 Unpacking libonig5:amd64 (6.9.1-1) ...
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.36 Selecting previously unselected package libjq1:amd64.
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.182Z] #20 37.38 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #42 ...
20:22:47 [2021-06-18T20:22:47.254Z] 
20:22:47 [2021-06-18T20:22:47.254Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:47 [2021-06-18T20:22:47.254Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.21 Selecting previously unselected package libxml2:amd64.
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.21 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.23 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.81 Selecting previously unselected package libarchive13:amd64.
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.84 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 59.85 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.22 Selecting previously unselected package libjsoncpp1:amd64.
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.22 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.23 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.41 Selecting previously unselected package librhash0:amd64.
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.41 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.42 Unpacking librhash0:amd64 (1.3.8-1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.60 Selecting previously unselected package libuv1:amd64.
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.60 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.61 Unpacking libuv1:amd64 (1.24.1-1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.74 Selecting previously unselected package cmake.
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.74 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 60.74 Unpacking cmake (3.13.4-1) ...
20:22:47 [2021-06-18T20:22:47.254Z] #36 ...
20:22:47 [2021-06-18T20:22:47.254Z] 
20:22:47 [2021-06-18T20:22:47.254Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:47 [2021-06-18T20:22:47.254Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:22:47 [2021-06-18T20:22:47.254Z] #51 52.10 syscall
20:22:47 [2021-06-18T20:22:47.254Z] #51 52.11 reflect
20:22:47 [2021-06-18T20:22:47.254Z] #51 60.46 context
20:22:47 [2021-06-18T20:22:47.254Z] #51 61.43 os
20:22:47 [2021-06-18T20:22:47.296Z] #22 ...
20:22:47 [2021-06-18T20:22:47.296Z] 
20:22:47 [2021-06-18T20:22:47.296Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:47 [2021-06-18T20:22:47.296Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:47 [2021-06-18T20:22:47.296Z] #43 126.8   CC       criu/filesystems.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 127.4   CC       criu/fsnotify.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 128.6   CC       criu/image-desc.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 128.8   CC       criu/image.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 129.6   CC       criu/ipc_ns.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 130.8   CC       criu/irmap.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 131.3   CC       criu/kcmp-ids.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 131.6   CC       criu/kerndat.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 132.7   CC       criu/libnetlink.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 132.9   CC       criu/log.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 133.4   CC       criu/lsm.o
20:22:47 [2021-06-18T20:22:47.296Z] #43 133.8   CC       criu/mem.o
20:22:47 [2021-06-18T20:22:47.354Z] #13 ...
20:22:47 [2021-06-18T20:22:47.354Z] 
20:22:47 [2021-06-18T20:22:47.354Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:47 [2021-06-18T20:22:47.354Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.04 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.09 Setting up xxd (2:8.1.0875-5) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.10 Setting up libuv1:amd64 (1.24.1-1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.12 Setting up vim-common (2:8.1.0875-5) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.15 Setting up librhash0:amd64 (1.3.8-1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.17 Setting up cmake-data (3.13.4-1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.20 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.22 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.23 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.27 Setting up cmake (3.13.4-1) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.29 Processing triggers for libc-bin (2.28-10) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 66.40 Processing triggers for mime-support (3.62) ...
20:22:47 [2021-06-18T20:22:47.354Z] #36 DONE 67.2s
20:22:47 [2021-06-18T20:22:47.354Z] 
20:22:47 [2021-06-18T20:22:47.354Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:47 [2021-06-18T20:22:47.354Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:47 [2021-06-18T20:22:47.354Z] #13 60.86 Selecting previously unselected package dmsetup.
20:22:47 [2021-06-18T20:22:47.354Z] #13 60.87 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.354Z] #13 60.92 Unpacking dmsetup (2:1.02.155-3) ...
20:22:47 [2021-06-18T20:22:47.354Z] #13 61.25 Selecting previously unselected package mingw-w64-common.
20:22:47 [2021-06-18T20:22:47.354Z] #13 61.25 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:22:47 [2021-06-18T20:22:47.354Z] #13 61.26 Unpacking mingw-w64-common (6.0.0-3) ...
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.49 Selecting previously unselected package jq.
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.50 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.51 Unpacking jq (1.5+dfsg-2+b1) ...
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.61 Selecting previously unselected package libaio1:amd64.
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.62 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.63 Unpacking libaio1:amd64 (0.3.112-3) ...
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.70 Selecting previously unselected package libgpm2:amd64.
20:22:47 [2021-06-18T20:22:47.441Z] #20 37.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.511Z] #51 ...
20:22:47 [2021-06-18T20:22:47.511Z] 
20:22:47 [2021-06-18T20:22:47.511Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:47 [2021-06-18T20:22:47.511Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:22:47 [2021-06-18T20:22:47.511Z] #34 52.94 time
20:22:47 [2021-06-18T20:22:47.511Z] #34 59.00 internal/poll
20:22:47 [2021-06-18T20:22:47.511Z] #34 59.02 internal/fmtsort
20:22:47 [2021-06-18T20:22:47.511Z] #34 59.78 internal/syscall/execenv
20:22:47 [2021-06-18T20:22:47.511Z] #34 60.07 internal/syscall/unix
20:22:47 [2021-06-18T20:22:47.511Z] #34 60.29 strings
20:22:47 [2021-06-18T20:22:47.511Z] #34 61.24 os
20:22:47 [2021-06-18T20:22:47.700Z] #20 37.72 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:22:47 [2021-06-18T20:22:47.700Z] #20 37.79 Selecting previously unselected package libicu63:amd64.
20:22:47 [2021-06-18T20:22:47.700Z] #20 37.80 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:22:47 [2021-06-18T20:22:47.700Z] #20 37.81 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:22:48 [2021-06-18T20:22:48.075Z] #34 ...
20:22:48 [2021-06-18T20:22:48.075Z] 
20:22:48 [2021-06-18T20:22:48.075Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:48 [2021-06-18T20:22:48.075Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:48 [2021-06-18T20:22:48.075Z] #42 62.93 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:48 [2021-06-18T20:22:48.075Z] #42 62.95 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:22:48 [2021-06-18T20:22:48.075Z] #42 63.01 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.03 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.06 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.09 Setting up protobuf-compiler (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.11 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.15 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:22:48 [2021-06-18T20:22:48.332Z] #42 63.21 Setting up python-protobuf (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.684Z] #43 ...
20:22:48 [2021-06-18T20:22:48.684Z] 
20:22:48 [2021-06-18T20:22:48.684Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:22:48 [2021-06-18T20:22:48.684Z] #49 sha256:e74b061d70d93b1ed8587a0d71c5977f0c4dfe9bc7bc9a18531dc9e971f3927d
20:22:48 [2021-06-18T20:22:48.684Z] #49 176.1 + /build/golangci-lint --version
20:22:48 [2021-06-18T20:22:48.842Z] #36 ...
20:22:48 [2021-06-18T20:22:48.842Z] 
20:22:48 [2021-06-18T20:22:48.842Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:48 [2021-06-18T20:22:48.842Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:22:48 [2021-06-18T20:22:48.842Z] #45 58.88 time
20:22:48 [2021-06-18T20:22:48.842Z] #45 ...
20:22:48 [2021-06-18T20:22:48.842Z] 
20:22:48 [2021-06-18T20:22:48.842Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
20:22:48 [2021-06-18T20:22:48.842Z] #47 sha256:0c26b3c941e3ea19fad604de254ffda538679be6c1b3bc1c28bb23d684cf329d
20:22:48 [2021-06-18T20:22:48.842Z] #47 DONE 59.4s
20:22:48 [2021-06-18T20:22:48.842Z] 
20:22:48 [2021-06-18T20:22:48.842Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:48 [2021-06-18T20:22:48.842Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:48 [2021-06-18T20:22:48.842Z] #42 53.58 Selecting previously unselected package libprotoc17:amd64.
20:22:48 [2021-06-18T20:22:48.842Z] #42 53.59 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 53.59 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.33 Selecting previously unselected package protobuf-c-compiler.
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.35 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.35 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.62 Selecting previously unselected package protobuf-compiler.
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.62 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.62 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.85 Selecting previously unselected package python-pkg-resources.
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 54.85 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.10 Selecting previously unselected package python-six.
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.10 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.15 Unpacking python-six (1.12.0-1) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.34 Selecting previously unselected package python-protobuf.
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.34 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 55.34 Unpacking python-protobuf (3.6.1.3-2) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 56.06 Setting up python-pkg-resources (40.8.0-1) ...
20:22:48 [2021-06-18T20:22:48.842Z] #42 ...
20:22:48 [2021-06-18T20:22:48.842Z] 
20:22:48 [2021-06-18T20:22:48.842Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:48 [2021-06-18T20:22:48.842Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:22:48 [2021-06-18T20:22:48.842Z] #51 49.88 syscall
20:22:48 [2021-06-18T20:22:48.842Z] #51 49.94 reflect
20:22:48 [2021-06-18T20:22:48.842Z] #51 57.24 time
20:22:48 [2021-06-18T20:22:48.842Z] #51 ...
20:22:48 [2021-06-18T20:22:48.842Z] 
20:22:48 [2021-06-18T20:22:48.842Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87 The following additional packages will be installed:
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   mingw-w64-common mingw-w64-x86-64-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87 Suggested packages:
20:22:48 [2021-06-18T20:22:48.842Z] #13 43.87   gcc-8-locales seccomp wine64
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.30 The following NEW packages will be installed:
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.32   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.34 The following packages will be upgraded:
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.34   libseccomp2 libsystemd0 libudev1
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 3 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 Need to get 78.2 MB of archives.
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 After this operation, 487 MB of additional disk space will be used.
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.77 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 45.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 46.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 47.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 47.14 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:22:48 [2021-06-18T20:22:48.842Z] #13 50.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:22:48 [2021-06-18T20:22:48.949Z] #49 176.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:22:49 [2021-06-18T20:22:49.211Z] #49 DONE 176.6s
20:22:49 [2021-06-18T20:22:49.211Z] 
20:22:49 [2021-06-18T20:22:49.211Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:49 [2021-06-18T20:22:49.211Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:22:49 [2021-06-18T20:22:49.211Z] #43 135.3   CC       criu/memfd.o
20:22:49 [2021-06-18T20:22:49.416Z] #13 ...
20:22:49 [2021-06-18T20:22:49.416Z] 
20:22:49 [2021-06-18T20:22:49.416Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:49 [2021-06-18T20:22:49.416Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:49 [2021-06-18T20:22:49.416Z] #42 60.78 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:49 [2021-06-18T20:22:49.675Z] #42 60.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:49 [2021-06-18T20:22:49.675Z] #42 60.81 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:49 [2021-06-18T20:22:49.675Z] #42 60.82 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:49 [2021-06-18T20:22:49.675Z] #42 60.84 Setting up python-six (1.12.0-1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #42 ...
20:22:49 [2021-06-18T20:22:49.706Z] 
20:22:49 [2021-06-18T20:22:49.706Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:49 [2021-06-18T20:22:49.706Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.59 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.63 Setting up xxd (2:8.1.0875-5) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.65 Setting up libuv1:amd64 (1.24.1-1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.66 Setting up vim-common (2:8.1.0875-5) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.69 Setting up librhash0:amd64 (1.3.8-1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.71 Setting up cmake-data (3.13.4-1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.75 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.77 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.79 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.80 Setting up cmake (3.13.4-1) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.81 Processing triggers for libc-bin (2.28-10) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 63.93 Processing triggers for mime-support (3.62) ...
20:22:49 [2021-06-18T20:22:49.706Z] #36 DONE 64.4s
20:22:49 [2021-06-18T20:22:49.706Z] 
20:22:49 [2021-06-18T20:22:49.706Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:49 [2021-06-18T20:22:49.706Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:49 [2021-06-18T20:22:49.706Z] #13 58.09 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:49 [2021-06-18T20:22:49.706Z] #13 58.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:22:49 [2021-06-18T20:22:49.706Z] #13 58.13 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:49 [2021-06-18T20:22:49.791Z] #43 136.2   CC       criu/mount.o
20:22:50 [2021-06-18T20:22:50.269Z] #13 ...
20:22:50 [2021-06-18T20:22:50.269Z] 
20:22:50 [2021-06-18T20:22:50.269Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:50 [2021-06-18T20:22:50.269Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:22:50 [2021-06-18T20:22:50.269Z] #45 55.25 time
20:22:50 [2021-06-18T20:22:50.269Z] #45 61.06 strings
20:22:50 [2021-06-18T20:22:50.269Z] #45 61.52 os
20:22:50 [2021-06-18T20:22:50.269Z] #45 64.36 regexp/syntax
20:22:50 [2021-06-18T20:22:50.269Z] #45 64.74 fmt
20:22:50 [2021-06-18T20:22:50.528Z] #45 ...
20:22:50 [2021-06-18T20:22:50.528Z] 
20:22:50 [2021-06-18T20:22:50.528Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:50 [2021-06-18T20:22:50.528Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:22:50 [2021-06-18T20:22:50.528Z] #34 63.11 path
20:22:50 [2021-06-18T20:22:50.528Z] #34 63.72 text/tabwriter
20:22:50 [2021-06-18T20:22:50.528Z] #34 65.00 fmt
20:22:50 [2021-06-18T20:22:50.528Z] #34 65.02 path/filepath
20:22:51 [2021-06-18T20:22:51.549Z] #13 ...
20:22:51 [2021-06-18T20:22:51.549Z] 
20:22:51 [2021-06-18T20:22:51.549Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:51 [2021-06-18T20:22:51.549Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.08 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.09 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.13 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.17 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.18 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.21 Setting up protobuf-compiler (3.6.1.3-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.23 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.25 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 64.28 Setting up python-protobuf (3.6.1.3-2) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 70.30 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 70.32 Processing triggers for libc-bin (2.28-10) ...
20:22:51 [2021-06-18T20:22:51.549Z] #42 DONE 71.2s
20:22:51 [2021-06-18T20:22:51.549Z] 
20:22:51 [2021-06-18T20:22:51.549Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:22:51 [2021-06-18T20:22:51.549Z] #37 sha256:d48bd701bc368b96d52bcb1f76f45b0e085a8b50105dfc8f174c57af354f5525
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 + RM_GOPATH=0
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 + TMP_GOPATH=
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 + : /build
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 + '[' -z '' ']'
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 ++ mktemp -d
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.114 + export GOPATH=/tmp/tmp.j821Cg1A85
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.138 + GOPATH=/tmp/tmp.j821Cg1A85
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.139 + RM_GOPATH=1
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.139 + case "$(go env GOARCH)" in
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.140 ++ go env GOARCH
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.170 + export GO_BUILDMODE=-buildmode=pie
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.171 + GO_BUILDMODE=-buildmode=pie
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.171 ++ dirname /tmp/install/install.sh
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.178 + dir=/tmp/install
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.181 + bin=tini
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.181 + shift
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.182 + '[' '!' -f /tmp/install/tini.installer ']'
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.182 + . /tmp/install/tini.installer
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.183 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.183 + install_tini
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.183 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.183 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.183 + git clone https://github.com/krallin/tini.git /tmp/tmp.j821Cg1A85/tini
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.185 Cloning into '/tmp/tmp.j821Cg1A85/tini'...
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.945 + cd /tmp/tmp.j821Cg1A85/tini
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.945 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:22:51 [2021-06-18T20:22:51.549Z] #37 1.992 + cmake .
20:22:51 [2021-06-18T20:22:51.549Z] #37 2.688 -- The C compiler identification is GNU 8.3.0
20:22:51 [2021-06-18T20:22:51.549Z] #37 2.742 -- Check for working C compiler: /usr/bin/cc
20:22:51 [2021-06-18T20:22:51.549Z] #37 3.430 -- Check for working C compiler: /usr/bin/cc -- works
20:22:51 [2021-06-18T20:22:51.549Z] #37 3.436 -- Detecting C compiler ABI info
20:22:51 [2021-06-18T20:22:51.549Z] #37 4.146 -- Detecting C compiler ABI info - done
20:22:51 [2021-06-18T20:22:51.549Z] #37 4.190 -- Detecting C compile features
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.42 Selecting previously unselected package libnet1:amd64.
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.43 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.51 Selecting previously unselected package libnl-3-200:amd64.
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.52 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.53 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.62 Selecting previously unselected package libprotobuf-c1:amd64.
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.63 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.63 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.68 Selecting previously unselected package libreadline5:amd64.
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.70 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.71 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.84 Selecting previously unselected package net-tools.
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.88 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 41.88 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 42.05 Selecting previously unselected package python-pip-whl.
20:22:51 [2021-06-18T20:22:51.891Z] #20 42.06 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:22:51 [2021-06-18T20:22:51.891Z] #20 42.08 Unpacking python-pip-whl (18.1-5) ...
20:22:51 [2021-06-18T20:22:51.898Z] #34 66.70 io/ioutil
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.56 Selecting previously unselected package python3-lib2to3.
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.57 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.57 Unpacking python3-lib2to3 (3.7.3-1) ...
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.71 Selecting previously unselected package python3-distutils.
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:22:52 [2021-06-18T20:22:52.459Z] #20 42.73 Unpacking python3-distutils (3.7.3-1) ...
20:22:52 [2021-06-18T20:22:52.487Z] #37 ...
20:22:52 [2021-06-18T20:22:52.487Z] 
20:22:52 [2021-06-18T20:22:52.487Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:52 [2021-06-18T20:22:52.487Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:52 [2021-06-18T20:22:52.487Z] #45 62.23 internal/fmtsort
20:22:52 [2021-06-18T20:22:52.487Z] #45 62.98 strings
20:22:52 [2021-06-18T20:22:52.487Z] #45 63.42 os
20:22:52 [2021-06-18T20:22:52.487Z] #45 65.58 regexp/syntax
20:22:52 [2021-06-18T20:22:52.487Z] #45 66.93 fmt
20:22:52 [2021-06-18T20:22:52.487Z] #45 71.16 regexp
20:22:52 [2021-06-18T20:22:52.487Z] #45 72.13 flag
20:22:52 [2021-06-18T20:22:52.487Z] #45 ...
20:22:52 [2021-06-18T20:22:52.487Z] 
20:22:52 [2021-06-18T20:22:52.487Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:52 [2021-06-18T20:22:52.487Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:52 [2021-06-18T20:22:52.487Z] #34 65.02 path
20:22:52 [2021-06-18T20:22:52.487Z] #34 65.63 text/tabwriter
20:22:52 [2021-06-18T20:22:52.487Z] #34 66.14 fmt
20:22:52 [2021-06-18T20:22:52.487Z] #34 66.38 path/filepath
20:22:52 [2021-06-18T20:22:52.487Z] #34 68.58 io/ioutil
20:22:52 [2021-06-18T20:22:52.487Z] #34 70.48 github.com/BurntSushi/toml
20:22:52 [2021-06-18T20:22:52.487Z] #34 70.49 flag
20:22:52 [2021-06-18T20:22:52.487Z] #34 72.46 log
20:22:52 [2021-06-18T20:22:52.718Z] #20 42.88 Selecting previously unselected package python3-pip.
20:22:52 [2021-06-18T20:22:52.718Z] #20 42.88 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:22:52 [2021-06-18T20:22:52.718Z] #20 42.89 Unpacking python3-pip (18.1-5) ...
20:22:52 [2021-06-18T20:22:52.718Z] #20 43.04 Selecting previously unselected package python3-pkg-resources.
20:22:52 [2021-06-18T20:22:52.718Z] #20 43.05 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:22:52 [2021-06-18T20:22:52.968Z] #42 ...
20:22:52 [2021-06-18T20:22:52.968Z] 
20:22:52 [2021-06-18T20:22:52.968Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:52 [2021-06-18T20:22:52.968Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:22:52 [2021-06-18T20:22:52.968Z] #34 53.85 time
20:22:52 [2021-06-18T20:22:52.968Z] #34 59.79 internal/poll
20:22:52 [2021-06-18T20:22:52.968Z] #34 62.02 internal/syscall/execenv
20:22:52 [2021-06-18T20:22:52.968Z] #34 62.27 internal/syscall/unix
20:22:52 [2021-06-18T20:22:52.968Z] #34 62.50 os
20:22:52 [2021-06-18T20:22:52.968Z] #34 63.04 internal/fmtsort
20:22:52 [2021-06-18T20:22:52.968Z] #34 64.02 strings
20:22:52 [2021-06-18T20:22:52.968Z] #34 ...
20:22:52 [2021-06-18T20:22:52.968Z] 
20:22:52 [2021-06-18T20:22:52.968Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:52 [2021-06-18T20:22:52.968Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.84 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 52.98 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 53.03 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 53.05 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 53.05 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
20:22:52 [2021-06-18T20:22:52.968Z] #13 54.29 debconf: delaying package configuration, since apt-utils is not installed
20:22:52 [2021-06-18T20:22:52.969Z] #13 54.55 Fetched 78.2 MB in 8s (10.3 MB/s)
20:22:52 [2021-06-18T20:22:52.969Z] #13 54.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 ... 15410 files and directories currently installed.)
20:22:52 [2021-06-18T20:22:52.969Z] #13 54.72 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
20:22:52 [2021-06-18T20:22:52.969Z] #13 54.78 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:52 [2021-06-18T20:22:52.969Z] #13 55.24 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
20:22:52 [2021-06-18T20:22:52.969Z] #13 55.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:52 [2021-06-18T20:22:52.969Z] #13 55.50 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
20:22:52 [2021-06-18T20:22:52.969Z] #13 55.50 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
20:22:52 [2021-06-18T20:22:52.969Z] #13 55.72 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
20:22:52 [2021-06-18T20:22:52.977Z] #20 43.05 Unpacking python3-pkg-resources (40.8.0-1) ...
20:22:52 [2021-06-18T20:22:52.977Z] #20 43.18 Selecting previously unselected package python3-setuptools.
20:22:52 [2021-06-18T20:22:52.977Z] #20 43.19 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:22:52 [2021-06-18T20:22:52.977Z] #20 43.19 Unpacking python3-setuptools (40.8.0-1) ...
20:22:53 [2021-06-18T20:22:53.100Z] #43 139.6   CC       criu/namespaces.o
20:22:53 [2021-06-18T20:22:53.229Z] #13 55.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:53 [2021-06-18T20:22:53.229Z] #13 56.01 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.229Z] #13 56.04 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.42 Selecting previously unselected package python3-wheel.
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.43 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:22:53 [2021-06-18T20:22:53.236Z] #20 ...
20:22:53 [2021-06-18T20:22:53.236Z] 
20:22:53 [2021-06-18T20:22:53.236Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:53 [2021-06-18T20:22:53.236Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:53 [2021-06-18T20:22:53.236Z] #43 96.33   CC       criu/cr-dedup.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 96.77   CC       criu/cr-dump.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 98.95   CC       criu/cr-errno.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 99.06   CC       criu/cr-restore.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 103.3   CC       criu/cr-service.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 104.9   CC       criu/crtools.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 105.5   CC       criu/eventfd.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 105.9   CC       criu/eventpoll.o
20:22:53 [2021-06-18T20:22:53.236Z] #43 ...
20:22:53 [2021-06-18T20:22:53.236Z] 
20:22:53 [2021-06-18T20:22:53.236Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:22:53 [2021-06-18T20:22:53.236Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.43 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.44 Unpacking python3-wheel (0.32.3-2) ...
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.51 Selecting previously unselected package sudo.
20:22:53 [2021-06-18T20:22:53.236Z] #20 43.51 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.432Z] #34 ...
20:22:53 [2021-06-18T20:22:53.432Z] 
20:22:53 [2021-06-18T20:22:53.432Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:22:53 [2021-06-18T20:22:53.432Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:22:53 [2021-06-18T20:22:53.432Z] #51 63.31 context
20:22:53 [2021-06-18T20:22:53.432Z] #51 63.40 encoding/binary
20:22:53 [2021-06-18T20:22:53.432Z] #51 64.29 os
20:22:53 [2021-06-18T20:22:53.432Z] #51 65.57 encoding/base64
20:22:53 [2021-06-18T20:22:53.432Z] #51 66.32 golang.org/x/sys/unix
20:22:53 [2021-06-18T20:22:53.432Z] #51 68.20 fmt
20:22:53 [2021-06-18T20:22:53.432Z] #51 73.28 encoding/json
20:22:53 [2021-06-18T20:22:53.432Z] #51 ...
20:22:53 [2021-06-18T20:22:53.432Z] 
20:22:53 [2021-06-18T20:22:53.432Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:22:53 [2021-06-18T20:22:53.432Z] #37 sha256:d48bd701bc368b96d52bcb1f76f45b0e085a8b50105dfc8f174c57af354f5525
20:22:53 [2021-06-18T20:22:53.432Z] #37 6.320 -- Detecting C compile features - done
20:22:53 [2021-06-18T20:22:53.488Z] #13 56.21 Setting up libudev1:amd64 (241-7~deb10u7) ...
20:22:53 [2021-06-18T20:22:53.495Z] #20 43.53 Unpacking sudo (1.8.27-1+deb10u3) ...
20:22:53 [2021-06-18T20:22:53.691Z] #37 6.354 -- Performing Test HAS_BUILTIN_FORTIFY
20:22:53 [2021-06-18T20:22:53.748Z] #13 56.39 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:53 [2021-06-18T20:22:53.748Z] #13 56.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 ... 15410 files and directories currently installed.)
20:22:53 [2021-06-18T20:22:53.748Z] #13 56.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.748Z] #13 56.51 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:53 [2021-06-18T20:22:53.754Z] #20 43.99 Selecting previously unselected package thin-provisioning-tools.
20:22:53 [2021-06-18T20:22:53.754Z] #20 44.00 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.754Z] #20 44.00 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:22:53 [2021-06-18T20:22:53.796Z] #34 ...
20:22:53 [2021-06-18T20:22:53.796Z] 
20:22:53 [2021-06-18T20:22:53.796Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:53 [2021-06-18T20:22:53.796Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.43 Selecting previously unselected package binutils-mingw-w64.
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.45 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.60 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.60 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.61 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.80 Selecting previously unselected package dmsetup.
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.80 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.81 Unpacking dmsetup (2:1.02.155-3) ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.99 Selecting previously unselected package mingw-w64-common.
20:22:53 [2021-06-18T20:22:53.796Z] #13 61.99 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:22:53 [2021-06-18T20:22:53.796Z] #13 62.00 Unpacking mingw-w64-common (6.0.0-3) ...
20:22:53 [2021-06-18T20:22:53.951Z] #37 6.611 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:22:53 [2021-06-18T20:22:53.951Z] #37 6.750 -- Configuring done
20:22:53 [2021-06-18T20:22:53.951Z] #37 6.779 -- Generating done
20:22:53 [2021-06-18T20:22:53.951Z] #37 6.783 -- Build files have been written to: /tmp/tmp.j821Cg1A85/tini
20:22:53 [2021-06-18T20:22:53.951Z] #37 6.788 + make tini-static
20:22:54 [2021-06-18T20:22:54.013Z] #20 44.21 Selecting previously unselected package uidmap.
20:22:54 [2021-06-18T20:22:54.013Z] #20 44.23 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:22:54 [2021-06-18T20:22:54.013Z] #20 44.24 Unpacking uidmap (1:4.5-1.1) ...
20:22:54 [2021-06-18T20:22:54.272Z] #20 44.36 Selecting previously unselected package vim-runtime.
20:22:54 [2021-06-18T20:22:54.272Z] #20 44.38 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:22:54 [2021-06-18T20:22:54.272Z] #20 44.41 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:22:54 [2021-06-18T20:22:54.272Z] #20 44.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:22:54 [2021-06-18T20:22:54.272Z] #20 44.44 Unpacking vim-runtime (2:8.1.0875-5) ...
20:22:54 [2021-06-18T20:22:54.521Z] #37 7.241 Scanning dependencies of target tini-static
20:22:54 [2021-06-18T20:22:54.521Z] #37 7.345 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:22:55 [2021-06-18T20:22:55.018Z] #43 141.1   CC       criu/net.o
20:22:55 [2021-06-18T20:22:55.110Z] Commit message: "Fix possible overlapping IPs"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:22:55 [2021-06-18T20:22:55.694Z] #13 ...
20:22:55 [2021-06-18T20:22:55.694Z] 
20:22:55 [2021-06-18T20:22:55.694Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:22:55 [2021-06-18T20:22:55.694Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:22:55 [2021-06-18T20:22:55.694Z] #42 69.91 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:22:55 [2021-06-18T20:22:55.694Z] #42 69.92 Processing triggers for libc-bin (2.28-10) ...
20:22:55 [2021-06-18T20:22:55.694Z] #42 DONE 70.4s
20:22:55 [2021-06-18T20:22:55.694Z] 
20:22:55 [2021-06-18T20:22:55.694Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:22:55 [2021-06-18T20:22:55.694Z] #37 sha256:7fd38685737c06312a466bc488a9bf389495c56d152a6519e30f5aa0b424ac1e
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.188 + RM_GOPATH=0
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.188 + TMP_GOPATH=
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.188 + : /build
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.188 + '[' -z '' ']'
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.189 ++ mktemp -d
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.190 + export GOPATH=/tmp/tmp.qaSJ7AyJqS
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.190 + GOPATH=/tmp/tmp.qaSJ7AyJqS
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.190 + RM_GOPATH=1
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.191 + case "$(go env GOARCH)" in
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.191 ++ go env GOARCH
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.251 + export GO_BUILDMODE=-buildmode=pie
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.251 + GO_BUILDMODE=-buildmode=pie
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.254 ++ dirname /tmp/install/install.sh
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + dir=/tmp/install
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + bin=tini
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + shift
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + '[' '!' -f /tmp/install/tini.installer ']'
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + . /tmp/install/tini.installer
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + install_tini
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.260 + git clone https://github.com/krallin/tini.git /tmp/tmp.qaSJ7AyJqS/tini
20:22:55 [2021-06-18T20:22:55.694Z] #37 1.262 Cloning into '/tmp/tmp.qaSJ7AyJqS/tini'...
20:22:55 [2021-06-18T20:22:55.694Z] #37 2.043 + cd /tmp/tmp.qaSJ7AyJqS/tini
20:22:55 [2021-06-18T20:22:55.694Z] #37 2.043 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:22:55 [2021-06-18T20:22:55.694Z] #37 2.050 + cmake .
20:22:55 [2021-06-18T20:22:55.694Z] #37 2.705 -- The C compiler identification is GNU 8.3.0
20:22:55 [2021-06-18T20:22:55.694Z] #37 2.764 -- Check for working C compiler: /usr/bin/cc
20:22:55 [2021-06-18T20:22:55.694Z] #37 3.445 -- Check for working C compiler: /usr/bin/cc -- works
20:22:55 [2021-06-18T20:22:55.694Z] #37 3.448 -- Detecting C compiler ABI info
20:22:55 [2021-06-18T20:22:55.694Z] #37 4.223 -- Detecting C compiler ABI info - done
20:22:55 [2021-06-18T20:22:55.694Z] #37 4.299 -- Detecting C compile features
20:22:55 [2021-06-18T20:22:55.901Z] #37 8.647 [100%] Linking C executable tini-static
20:22:56 [2021-06-18T20:22:56.262Z] #37 6.675 -- Detecting C compile features - done
20:22:56 [2021-06-18T20:22:56.262Z] #37 6.755 -- Performing Test HAS_BUILTIN_FORTIFY
20:22:56 [2021-06-18T20:22:56.293Z] #13 58.79 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:56 [2021-06-18T20:22:56.293Z] #13 58.80 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.293Z] #13 58.81 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:56 [2021-06-18T20:22:56.293Z] #13 ...
20:22:56 [2021-06-18T20:22:56.293Z] 
20:22:56 [2021-06-18T20:22:56.293Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
20:22:56 [2021-06-18T20:22:56.293Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
20:22:56 [2021-06-18T20:22:56.293Z] #36 61.62 Selecting previously unselected package libxml2:amd64.
20:22:56 [2021-06-18T20:22:56.293Z] #36 61.66 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.293Z] #36 61.67 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.42 Selecting previously unselected package libarchive13:amd64.
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.42 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.45 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.82 Selecting previously unselected package libjsoncpp1:amd64.
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.82 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 62.82 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.01 Selecting previously unselected package librhash0:amd64.
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.01 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.01 Unpacking librhash0:amd64 (1.3.8-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.22 Selecting previously unselected package libuv1:amd64.
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.22 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.22 Unpacking libuv1:amd64 (1.24.1-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.38 Selecting previously unselected package cmake.
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.38 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 63.38 Unpacking cmake (3.13.4-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.73 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.76 Setting up xxd (2:8.1.0875-5) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.78 Setting up libuv1:amd64 (1.24.1-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.81 Setting up vim-common (2:8.1.0875-5) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.85 Setting up librhash0:amd64 (1.3.8-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.87 Setting up cmake-data (3.13.4-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.91 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.92 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.95 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 66.98 Setting up cmake (3.13.4-1) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 67.01 Processing triggers for libc-bin (2.28-10) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 67.09 Processing triggers for mime-support (3.62) ...
20:22:56 [2021-06-18T20:22:56.294Z] #36 DONE 67.5s
20:22:56 [2021-06-18T20:22:56.294Z] 
20:22:56 [2021-06-18T20:22:56.294Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:22:56 [2021-06-18T20:22:56.294Z] #37 sha256:d0abf50bb2feba2be9a048acabf0be62502040ca1c0eaf6c8a43cd1b0e765000
20:22:56 [2021-06-18T20:22:56.470Z] #37 9.235 [100%] Built target tini-static
20:22:56 [2021-06-18T20:22:56.470Z] #37 9.310 + mkdir -p /build
20:22:56 [2021-06-18T20:22:56.470Z] #37 9.316 + cp tini-static /build/docker-init
20:22:56 [2021-06-18T20:22:56.828Z] #37 7.068 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:22:56 [2021-06-18T20:22:56.828Z] #37 7.209 -- Configuring done
20:22:56 [2021-06-18T20:22:56.828Z] #37 7.232 -- Generating done
20:22:56 [2021-06-18T20:22:56.828Z] #37 7.234 -- Build files have been written to: /tmp/tmp.qaSJ7AyJqS/tini
20:22:56 [2021-06-18T20:22:56.828Z] #37 7.247 + make tini-static
20:22:57 [2021-06-18T20:22:57.040Z] #37 DONE 9.8s
20:22:57 [2021-06-18T20:22:57.040Z] 
20:22:57 [2021-06-18T20:22:57.040Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:57 [2021-06-18T20:22:57.040Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:57 [2021-06-18T20:22:57.040Z] #43 2.526 Note: Building without setproctitle() and strlcpy() support.
20:22:57 [2021-06-18T20:22:57.040Z] #43 2.527       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:22:57 [2021-06-18T20:22:57.040Z] #43 2.568 Note: Building without GnuTLS support
20:22:57 [2021-06-18T20:22:57.040Z] #43 2.573 Makefile.config:39: Warn: you have no libnftables installed
20:22:57 [2021-06-18T20:22:57.040Z] #43 2.573 Makefile.config:40: Warn: Building without nftables support
20:22:57 [2021-06-18T20:22:57.040Z] #43 4.621 fatal: not a git repository (or any of the parent directories): .git
20:22:57 [2021-06-18T20:22:57.040Z] #43 4.675   GEN      .gitid
20:22:57 [2021-06-18T20:22:57.040Z] #43 4.708   GEN      criu/include/version.h
20:22:57 [2021-06-18T20:22:57.040Z] #43 4.792   GEN      include/common/asm
20:22:57 [2021-06-18T20:22:57.392Z] #37 7.800 Scanning dependencies of target tini-static
20:22:57 [2021-06-18T20:22:57.559Z] #20 47.34 Selecting previously unselected package vim.
20:22:57 [2021-06-18T20:22:57.559Z] #20 47.36 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:22:57 [2021-06-18T20:22:57.559Z] #20 47.39 Unpacking vim (2:8.1.0875-5) ...
20:22:57 [2021-06-18T20:22:57.570Z] #43 143.6   CC       criu/netfilter.o
20:22:57 [2021-06-18T20:22:57.570Z] #43 143.9   CC       criu/page-pipe.o
20:22:57 [2021-06-18T20:22:57.648Z] #37 7.948 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:22:57 [2021-06-18T20:22:57.818Z] #20 47.95 Selecting previously unselected package xfsprogs.
20:22:57 [2021-06-18T20:22:57.818Z] #20 47.97 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:22:57 [2021-06-18T20:22:57.818Z] #20 47.98 Unpacking xfsprogs (4.20.0-1) ...
20:22:58 [2021-06-18T20:22:58.143Z] #43 144.5   CC       criu/page-xfer.o
20:22:58 [2021-06-18T20:22:58.143Z] #43 ...
20:22:58 [2021-06-18T20:22:58.143Z] 
20:22:58 [2021-06-18T20:22:58.143Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:22:58 [2021-06-18T20:22:58.143Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
20:22:58 [2021-06-18T20:22:58.143Z] #22 28.92   Installing build dependencies: finished with status 'done'
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.41 Selecting previously unselected package zip.
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.42 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.42 Unpacking zip (3.0-11+b1) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.65 Setting up aufs-tools (1:4.14+20190211-1) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.67 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.69 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.71 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.73 Setting up libgpm2:amd64 (1.20.7-5) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.74 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:22:58 [2021-06-18T20:22:58.385Z] #20 48.75 Setting up uidmap (1:4.5-1.1) ...
20:22:58 [2021-06-18T20:22:58.419Z] + docker version
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.084   PBCC     images/timens.pb-c.c
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.124   DEP      images/timens.pb-c.d
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.172   PBCC     images/fown.pb-c.c
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.229   PBCC     images/google/protobuf/descriptor.pb-c.c
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.299   PBCC     images/opts.pb-c.c
20:22:58 [2021-06-18T20:22:58.420Z] #43 7.359   PBCC     images/memfd.pb-c.c
20:22:58 [2021-06-18T20:22:58.580Z] #37 ...
20:22:58 [2021-06-18T20:22:58.580Z] 
20:22:58 [2021-06-18T20:22:58.580Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:22:58 [2021-06-18T20:22:58.580Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:22:58 [2021-06-18T20:22:58.580Z] #13 68.11 Selecting previously unselected package mingw-w64-x86-64-dev.
20:22:58 [2021-06-18T20:22:58.580Z] #13 68.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:22:58 [2021-06-18T20:22:58.580Z] #13 68.18 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.77 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.79 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.81 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.82 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.83 Setting up xxd (2:8.1.0875-5) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.85 Setting up zip (3.0-11+b1) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.86 Setting up vim-common (2:8.1.0875-5) ...
20:22:58 [2021-06-18T20:22:58.644Z] #20 48.88 Setting up bash-completion (1:2.8-6) ...
20:22:58 [2021-06-18T20:22:58.679Z] #43 7.412   DEP      images/fown.pb-c.d
20:22:58 [2021-06-18T20:22:58.679Z] #43 7.484   DEP      images/google/protobuf/descriptor.pb-c.d
20:22:58 [2021-06-18T20:22:58.679Z] #43 7.544   DEP      images/opts.pb-c.d
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.592   DEP      images/memfd.pb-c.d
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.636   PBCC     images/sit.pb-c.c
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.680   DEP      images/sit.pb-c.d
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.756   PBCC     images/macvlan.pb-c.c
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.788   DEP      images/macvlan.pb-c.d
20:22:58 [2021-06-18T20:22:58.938Z] #43 7.856   PBCC     images/autofs.pb-c.c
20:22:59 [2021-06-18T20:22:59.198Z] #43 7.900   DEP      images/autofs.pb-c.d
20:22:59 [2021-06-18T20:22:59.198Z] #43 7.951   PBCC     images/sysctl.pb-c.c
20:22:59 [2021-06-18T20:22:59.198Z] #43 8.012   DEP      images/sysctl.pb-c.d
20:22:59 [2021-06-18T20:22:59.198Z] #43 8.058   PBCC     images/time.pb-c.c
20:22:59 [2021-06-18T20:22:59.198Z] #43 8.112   DEP      images/time.pb-c.d
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.176   PBCC     images/binfmt-misc.pb-c.c
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.206   DEP      images/binfmt-misc.pb-c.d
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.246   PBCC     images/seccomp.pb-c.c
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.284   DEP      images/seccomp.pb-c.d
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.325   PBCC     images/userns.pb-c.c
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.331   DEP      images/userns.pb-c.d
20:22:59 [2021-06-18T20:22:59.458Z] #43 8.372   PBCC     images/cgroup.pb-c.c
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.969 + RM_GOPATH=0
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.969 + TMP_GOPATH=
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.969 + : /build
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.970 + '[' -z '' ']'
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.972 ++ mktemp -d
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.976 + export GOPATH=/tmp/tmp.0ACy4CXuSj
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.976 + GOPATH=/tmp/tmp.0ACy4CXuSj
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.976 + RM_GOPATH=1
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.977 + case "$(go env GOARCH)" in
20:22:59 [2021-06-18T20:22:59.587Z] #37 2.978 ++ go env GOARCH
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.000 + export GO_BUILDMODE=-buildmode=pie
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.000 + GO_BUILDMODE=-buildmode=pie
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.003 ++ dirname /tmp/install/install.sh
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.004 + dir=/tmp/install
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.009 + bin=tini
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.009 + shift
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.009 + '[' '!' -f /tmp/install/tini.installer ']'
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.010 + . /tmp/install/tini.installer
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.010 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.010 + install_tini
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.011 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.011 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.011 + git clone https://github.com/krallin/tini.git /tmp/tmp.0ACy4CXuSj/tini
20:22:59 [2021-06-18T20:22:59.587Z] #37 3.014 Cloning into '/tmp/tmp.0ACy4CXuSj/tini'...
20:22:59 [2021-06-18T20:22:59.718Z] #43 8.396   DEP      images/cgroup.pb-c.d
20:22:59 [2021-06-18T20:22:59.718Z] #43 8.444   PBCC     images/ext-file.pb-c.c
20:22:59 [2021-06-18T20:22:59.718Z] #43 8.458   DEP      images/ext-file.pb-c.d
20:22:59 [2021-06-18T20:22:59.718Z] #43 8.532   PBCC     images/rpc.pb-c.c
20:22:59 [2021-06-18T20:22:59.718Z] #43 8.654   DEP      images/rpc.pb-c.d
20:22:59 [2021-06-18T20:22:59.960Z] #13 ...
20:22:59 [2021-06-18T20:22:59.960Z] 
20:22:59 [2021-06-18T20:22:59.960Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:22:59 [2021-06-18T20:22:59.960Z] #37 sha256:7fd38685737c06312a466bc488a9bf389495c56d152a6519e30f5aa0b424ac1e
20:22:59 [2021-06-18T20:22:59.960Z] #37 9.384 [100%] Linking C executable tini-static
20:22:59 [2021-06-18T20:22:59.960Z] #37 9.906 [100%] Built target tini-static
20:22:59 [2021-06-18T20:22:59.960Z] #37 10.04 + mkdir -p /build
20:22:59 [2021-06-18T20:22:59.960Z] #37 10.04 + cp tini-static /build/docker-init
20:22:59 [2021-06-18T20:22:59.960Z] #37 DONE 10.2s
20:22:59 [2021-06-18T20:22:59.960Z] 
20:22:59 [2021-06-18T20:22:59.960Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:59 [2021-06-18T20:22:59.960Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:59 [2021-06-18T20:22:59.960Z] #43 2.360 Note: Building without setproctitle() and strlcpy() support.
20:22:59 [2021-06-18T20:22:59.960Z] #43 2.360       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:22:59 [2021-06-18T20:22:59.960Z] #43 2.393 Note: Building without GnuTLS support
20:22:59 [2021-06-18T20:22:59.960Z] #43 2.413 Makefile.config:39: Warn: you have no libnftables installed
20:22:59 [2021-06-18T20:22:59.960Z] #43 2.413 Makefile.config:40: Warn: Building without nftables support
20:22:59 [2021-06-18T20:22:59.978Z] #43 ...
20:22:59 [2021-06-18T20:22:59.978Z] 
20:22:59 [2021-06-18T20:22:59.978Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:22:59 [2021-06-18T20:22:59.978Z] #34 sha256:704cf2c1d3a11db176940caeac71f22d919aa7bb6f0bb72f8d5cf22ce8776bf2
20:22:59 [2021-06-18T20:22:59.978Z] #34 75.20 github.com/BurntSushi/toml/cmd/tomlv
20:22:59 [2021-06-18T20:22:59.978Z] #34 DONE 79.8s
20:22:59 [2021-06-18T20:22:59.978Z] 
20:22:59 [2021-06-18T20:22:59.978Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:59 [2021-06-18T20:22:59.978Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:59 [2021-06-18T20:22:59.978Z] #43 8.787   PBCC     images/siginfo.pb-c.c
20:22:59 [2021-06-18T20:22:59.978Z] #43 ...
20:22:59 [2021-06-18T20:22:59.978Z] 
20:22:59 [2021-06-18T20:22:59.978Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:22:59 [2021-06-18T20:22:59.978Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:22:59 [2021-06-18T20:22:59.978Z] #45 74.01 go/token
20:22:59 [2021-06-18T20:22:59.978Z] #45 75.07 go/scanner
20:22:59 [2021-06-18T20:22:59.978Z] #45 75.58 internal/lazyregexp
20:22:59 [2021-06-18T20:22:59.978Z] #45 75.92 net/url
20:22:59 [2021-06-18T20:22:59.978Z] #45 76.51 go/ast
20:22:59 [2021-06-18T20:22:59.978Z] #45 78.75 text/template/parse
20:22:59 [2021-06-18T20:22:59.978Z] #45 ...
20:22:59 [2021-06-18T20:22:59.978Z] 
20:22:59 [2021-06-18T20:22:59.978Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:22:59 [2021-06-18T20:22:59.978Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:22:59 [2021-06-18T20:22:59.978Z] #43 8.796   DEP      images/siginfo.pb-c.d
20:22:59 [2021-06-18T20:22:59.978Z] #43 8.928   PBCC     images/pagemap.pb-c.c
20:23:00 [2021-06-18T20:23:00.330Z] #43 9.013   DEP      images/pagemap.pb-c.d
20:23:00 [2021-06-18T20:23:00.330Z] #43 9.167   PBCC     images/rlimit.pb-c.c
20:23:00 [2021-06-18T20:23:00.330Z] #43 9.192   DEP      images/rlimit.pb-c.d
20:23:00 [2021-06-18T20:23:00.330Z] #43 9.237   PBCC     images/file-lock.pb-c.c
20:23:00 [2021-06-18T20:23:00.330Z] #43 9.272   DEP      images/file-lock.pb-c.d
20:23:00 [2021-06-18T20:23:00.341Z] #37 ...
20:23:00 [2021-06-18T20:23:00.341Z] 
20:23:00 [2021-06-18T20:23:00.341Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
20:23:00 [2021-06-18T20:23:00.341Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.68 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.70 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.74 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.75 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.76 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.77 Setting up protobuf-compiler (3.6.1.3-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.81 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.82 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.84 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 64.85 Setting up python-protobuf (3.6.1.3-2) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 70.79 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 70.81 Processing triggers for libc-bin (2.28-10) ...
20:23:00 [2021-06-18T20:23:00.341Z] #42 DONE 71.2s
20:23:00 [2021-06-18T20:23:00.341Z] 
20:23:00 [2021-06-18T20:23:00.341Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:23:00 [2021-06-18T20:23:00.341Z] #37 sha256:d0abf50bb2feba2be9a048acabf0be62502040ca1c0eaf6c8a43cd1b0e765000
20:23:00 [2021-06-18T20:23:00.341Z] #37 3.792 + cd /tmp/tmp.0ACy4CXuSj/tini
20:23:00 [2021-06-18T20:23:00.341Z] #37 3.796 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:23:00 [2021-06-18T20:23:00.341Z] #37 3.828 + cmake .
20:23:00 [2021-06-18T20:23:00.591Z] #43 9.346   PBCC     images/tty.pb-c.c
20:23:00 [2021-06-18T20:23:00.591Z] #43 9.392   DEP      images/tty.pb-c.d
20:23:00 [2021-06-18T20:23:00.591Z] #43 9.464   PBCC     images/tun.pb-c.c
20:23:00 [2021-06-18T20:23:00.591Z] #43 9.525   PBCC     images/netdev.pb-c.c
20:23:00 [2021-06-18T20:23:00.591Z] #43 9.576   DEP      images/tun.pb-c.d
20:23:00 [2021-06-18T20:23:00.642Z] #43 5.062 fatal: not a git repository (or any of the parent directories): .git
20:23:00 [2021-06-18T20:23:00.642Z] #43 5.202   GEN      .gitid
20:23:00 [2021-06-18T20:23:00.854Z] #43 9.671   DEP      images/netdev.pb-c.d
20:23:00 [2021-06-18T20:23:00.854Z] #43 9.790   PBCC     images/vma.pb-c.c
20:23:00 [2021-06-18T20:23:00.854Z] #43 9.859   DEP      images/vma.pb-c.d
20:23:00 [2021-06-18T20:23:00.899Z] #43 5.297   GEN      criu/include/version.h
20:23:00 [2021-06-18T20:23:00.899Z] #43 ...
20:23:00 [2021-06-18T20:23:00.899Z] 
20:23:00 [2021-06-18T20:23:00.899Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:00 [2021-06-18T20:23:00.899Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:23:00 [2021-06-18T20:23:00.899Z] #51 65.72 path/filepath
20:23:00 [2021-06-18T20:23:00.899Z] #51 65.90 encoding/binary
20:23:00 [2021-06-18T20:23:00.899Z] #51 67.14 fmt
20:23:00 [2021-06-18T20:23:00.899Z] #51 68.13 encoding/base64
20:23:00 [2021-06-18T20:23:00.899Z] #51 69.05 golang.org/x/sys/unix
20:23:00 [2021-06-18T20:23:00.899Z] #51 72.15 encoding/json
20:23:00 [2021-06-18T20:23:00.914Z] #37 4.400 -- The C compiler identification is GNU 8.3.0
20:23:00 [2021-06-18T20:23:00.914Z] #37 4.461 -- Check for working C compiler: /usr/bin/cc
20:23:01 [2021-06-18T20:23:01.113Z] #43 9.896   PBCC     images/creds.pb-c.c
20:23:01 [2021-06-18T20:23:01.113Z] #43 9.929   DEP      images/creds.pb-c.d
20:23:01 [2021-06-18T20:23:01.113Z] #43 9.992   PBCC     images/utsns.pb-c.c
20:23:01 [2021-06-18T20:23:01.113Z] #43 10.01   DEP      images/utsns.pb-c.d
20:23:01 [2021-06-18T20:23:01.113Z] #43 10.05   PBCC     images/ipc-desc.pb-c.c
20:23:01 [2021-06-18T20:23:01.113Z] #43 10.08   PBCC     images/ipc-sem.pb-c.c
20:23:01 [2021-06-18T20:23:01.156Z] #51 ...
20:23:01 [2021-06-18T20:23:01.156Z] 
20:23:01 [2021-06-18T20:23:01.156Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:01 [2021-06-18T20:23:01.156Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:01 [2021-06-18T20:23:01.156Z] #43 5.386   GEN      include/common/asm
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.10   DEP      images/ipc-desc.pb-c.d
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.15   DEP      images/ipc-sem.pb-c.d
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.19   PBCC     images/ipc-msg.pb-c.c
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.22   DEP      images/ipc-msg.pb-c.d
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.30   PBCC     images/ipc-shm.pb-c.c
20:23:01 [2021-06-18T20:23:01.373Z] #43 10.35   DEP      images/ipc-shm.pb-c.d
20:23:01 [2021-06-18T20:23:01.483Z] #37 5.250 -- Check for working C compiler: /usr/bin/cc -- works
20:23:01 [2021-06-18T20:23:01.632Z] #43 10.41   PBCC     images/ipc-var.pb-c.c
20:23:01 [2021-06-18T20:23:01.632Z] #43 10.46   DEP      images/ipc-var.pb-c.d
20:23:01 [2021-06-18T20:23:01.632Z] #43 10.53   PBCC     images/sk-opts.pb-c.c
20:23:01 [2021-06-18T20:23:01.632Z] #43 10.58   PBCC     images/packet-sock.pb-c.c
20:23:01 [2021-06-18T20:23:01.742Z] #37 5.264 -- Detecting C compiler ABI info
20:23:01 [2021-06-18T20:23:01.742Z] #37 ...
20:23:01 [2021-06-18T20:23:01.742Z] 
20:23:01 [2021-06-18T20:23:01.743Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:01 [2021-06-18T20:23:01.743Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:23:01 [2021-06-18T20:23:01.743Z] #45 62.84 internal/fmtsort
20:23:01 [2021-06-18T20:23:01.743Z] #45 63.48 strings
20:23:01 [2021-06-18T20:23:01.743Z] #45 65.51 os
20:23:01 [2021-06-18T20:23:01.743Z] #45 66.42 regexp/syntax
20:23:01 [2021-06-18T20:23:01.743Z] #45 69.56 fmt
20:23:01 [2021-06-18T20:23:01.743Z] #45 72.25 regexp
20:23:01 [2021-06-18T20:23:01.743Z] #45 ...
20:23:01 [2021-06-18T20:23:01.743Z] 
20:23:01 [2021-06-18T20:23:01.743Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:01 [2021-06-18T20:23:01.743Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.53 Selecting previously unselected package binutils-mingw-w64.
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.53 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.53 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.69 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.69 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.70 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.90 Selecting previously unselected package dmsetup.
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.92 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 61.93 Unpacking dmsetup (2:1.02.155-3) ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 62.12 Selecting previously unselected package mingw-w64-common.
20:23:01 [2021-06-18T20:23:01.743Z] #13 62.12 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:23:01 [2021-06-18T20:23:01.743Z] #13 62.13 Unpacking mingw-w64-common (6.0.0-3) ...
20:23:01 [2021-06-18T20:23:01.892Z] #43 10.63   DEP      images/sk-opts.pb-c.d
20:23:01 [2021-06-18T20:23:01.892Z] #43 10.68   DEP      images/packet-sock.pb-c.d
20:23:01 [2021-06-18T20:23:01.892Z] #43 10.74   PBCC     images/sk-netlink.pb-c.c
20:23:01 [2021-06-18T20:23:01.892Z] #43 10.77   DEP      images/sk-netlink.pb-c.d
20:23:01 [2021-06-18T20:23:01.892Z] #43 10.81   PBCC     images/sk-inet.pb-c.c
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.64 Setting up libiptc0:amd64 (1.8.2-4) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.65 Setting up xz-utils (5.2.4-1) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.69 Setting up sudo (1.8.27-1+deb10u3) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.75 invoke-rc.d: could not determine current runlevel
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.77 invoke-rc.d: policy-rc.d denied execution of start.
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.78 Setting up pigz (2.4-1) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.79 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.81 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.84 Setting up python-pip-whl (18.1-5) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.85 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:23:01 [2021-06-18T20:23:01.930Z] #20 51.88 Setting up vim-runtime (2:8.1.0875-5) ...
20:23:02 [2021-06-18T20:23:02.002Z] #13 ...
20:23:02 [2021-06-18T20:23:02.002Z] 
20:23:02 [2021-06-18T20:23:02.002Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:02 [2021-06-18T20:23:02.002Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:23:02 [2021-06-18T20:23:02.002Z] #51 63.24 context
20:23:02 [2021-06-18T20:23:02.002Z] #51 64.21 os
20:23:02 [2021-06-18T20:23:02.002Z] #51 65.12 encoding/binary
20:23:02 [2021-06-18T20:23:02.002Z] #51 67.31 encoding/base64
20:23:02 [2021-06-18T20:23:02.002Z] #51 68.31 golang.org/x/sys/unix
20:23:02 [2021-06-18T20:23:02.002Z] #51 68.38 fmt
20:23:02 [2021-06-18T20:23:02.002Z] #51 ...
20:23:02 [2021-06-18T20:23:02.002Z] 
20:23:02 [2021-06-18T20:23:02.002Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:23:02 [2021-06-18T20:23:02.002Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:23:02 [2021-06-18T20:23:02.002Z] #34 66.25 fmt
20:23:02 [2021-06-18T20:23:02.002Z] #34 66.86 path/filepath
20:23:02 [2021-06-18T20:23:02.002Z] #34 68.31 io/ioutil
20:23:02 [2021-06-18T20:23:02.002Z] #34 69.06 path
20:23:02 [2021-06-18T20:23:02.002Z] #34 69.74 text/tabwriter
20:23:02 [2021-06-18T20:23:02.002Z] #34 71.17 github.com/BurntSushi/toml
20:23:02 [2021-06-18T20:23:02.002Z] #34 71.17 flag
20:23:02 [2021-06-18T20:23:02.002Z] #34 72.97 log
20:23:02 [2021-06-18T20:23:02.151Z] #43 10.85   DEP      images/sk-inet.pb-c.d
20:23:02 [2021-06-18T20:23:02.151Z] #43 10.92   PBCC     images/sk-unix.pb-c.c
20:23:02 [2021-06-18T20:23:02.151Z] #43 11.01   DEP      images/sk-unix.pb-c.d
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.31 Setting up libaio1:amd64 (0.3.112-3) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.33 Setting up libonig5:amd64 (6.9.1-1) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.34 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.35 Setting up vim (2:8.1.0875-5) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.46 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.48 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.52 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.54 Setting up jq (1.5+dfsg-2+b1) ...
20:23:02 [2021-06-18T20:23:02.191Z] #20 52.56 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:23:02 [2021-06-18T20:23:02.261Z] #34 ...
20:23:02 [2021-06-18T20:23:02.261Z] 
20:23:02 [2021-06-18T20:23:02.261Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:02 [2021-06-18T20:23:02.262Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:23:02 [2021-06-18T20:23:02.262Z] #51 73.44 encoding/json
20:23:02 [2021-06-18T20:23:02.411Z] #43 11.09   PBCC     images/mm.pb-c.c
20:23:02 [2021-06-18T20:23:02.411Z] #43 11.19   DEP      images/mm.pb-c.d
20:23:02 [2021-06-18T20:23:02.411Z] #43 11.26   PBCC     images/timerfd.pb-c.c
20:23:02 [2021-06-18T20:23:02.450Z] #20 52.57 Setting up python3.7 (3.7.3-2+deb10u3) ...
20:23:02 [2021-06-18T20:23:02.525Z] #43 6.919   PBCC     images/timens.pb-c.c
20:23:02 [2021-06-18T20:23:02.525Z] #43 6.946   DEP      images/timens.pb-c.d
20:23:02 [2021-06-18T20:23:02.671Z] #43 11.36   DEP      images/timerfd.pb-c.d
20:23:02 [2021-06-18T20:23:02.671Z] #43 11.45   PBCC     images/timer.pb-c.c
20:23:02 [2021-06-18T20:23:02.671Z] #43 11.47   DEP      images/timer.pb-c.d
20:23:02 [2021-06-18T20:23:02.671Z] #43 11.52   PBCC     images/sa.pb-c.c
20:23:02 [2021-06-18T20:23:02.671Z] #43 11.56   DEP      images/sa.pb-c.d
20:23:02 [2021-06-18T20:23:02.782Z] #43 7.029   PBCC     images/fown.pb-c.c
20:23:02 [2021-06-18T20:23:02.782Z] #43 7.054   PBCC     images/google/protobuf/descriptor.pb-c.c
20:23:02 [2021-06-18T20:23:02.782Z] #43 7.188   PBCC     images/opts.pb-c.c
20:23:02 [2021-06-18T20:23:02.782Z] #43 7.239   PBCC     images/memfd.pb-c.c
20:23:02 [2021-06-18T20:23:02.782Z] #43 7.282   DEP      images/fown.pb-c.d
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.62   PBCC     images/pipe-data.pb-c.c
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.63   DEP      images/pipe-data.pb-c.d
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.70   PBCC     images/mnt.pb-c.c
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.76   DEP      images/mnt.pb-c.d
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.80   PBCC     images/sk-packet.pb-c.c
20:23:02 [2021-06-18T20:23:02.930Z] #43 11.84   DEP      images/sk-packet.pb-c.d
20:23:03 [2021-06-18T20:23:03.039Z] #43 7.310   DEP      images/google/protobuf/descriptor.pb-c.d
20:23:03 [2021-06-18T20:23:03.039Z] #43 7.411   DEP      images/opts.pb-c.d
20:23:03 [2021-06-18T20:23:03.039Z] #43 7.526   DEP      images/memfd.pb-c.d
20:23:03 [2021-06-18T20:23:03.189Z] #43 11.89   PBCC     images/tcp-stream.pb-c.c
20:23:03 [2021-06-18T20:23:03.189Z] #43 11.95   DEP      images/tcp-stream.pb-c.d
20:23:03 [2021-06-18T20:23:03.189Z] #43 12.02   PBCC     images/pipe.pb-c.c
20:23:03 [2021-06-18T20:23:03.189Z] #43 12.07   DEP      images/pipe.pb-c.d
20:23:03 [2021-06-18T20:23:03.189Z] #43 12.13   PBCC     images/pstree.pb-c.c
20:23:03 [2021-06-18T20:23:03.189Z] #43 12.16   DEP      images/pstree.pb-c.d
20:23:03 [2021-06-18T20:23:03.189Z] #43 12.19   PBCC     images/fs.pb-c.c
20:23:03 [2021-06-18T20:23:03.299Z] #43 7.558   PBCC     images/sit.pb-c.c
20:23:03 [2021-06-18T20:23:03.299Z] #43 7.641   DEP      images/sit.pb-c.d
20:23:03 [2021-06-18T20:23:03.299Z] #43 7.696   PBCC     images/macvlan.pb-c.c
20:23:03 [2021-06-18T20:23:03.299Z] #43 7.736   DEP      images/macvlan.pb-c.d
20:23:03 [2021-06-18T20:23:03.439Z] #22 ...
20:23:03 [2021-06-18T20:23:03.439Z] 
20:23:03 [2021-06-18T20:23:03.439Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:03 [2021-06-18T20:23:03.439Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:03 [2021-06-18T20:23:03.439Z] #43 146.2   CC       criu/pagemap-cache.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 146.7   CC       criu/pagemap.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 147.5   CC       criu/parasite-syscall.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 148.3   CC       criu/path.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 148.6   CC       criu/pie-util-vdso.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 148.9   CC       criu/pie-util.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 149.2   CC       criu/pipes.o
20:23:03 [2021-06-18T20:23:03.439Z] #43 149.9   CC       criu/plugin.o
20:23:03 [2021-06-18T20:23:03.449Z] #43 12.22   DEP      images/fs.pb-c.d
20:23:03 [2021-06-18T20:23:03.449Z] #43 12.26   PBCC     images/signalfd.pb-c.c
20:23:03 [2021-06-18T20:23:03.449Z] #43 12.31   DEP      images/signalfd.pb-c.d
20:23:03 [2021-06-18T20:23:03.449Z] #43 12.35   PBCC     images/fh.pb-c.c
20:23:03 [2021-06-18T20:23:03.449Z] #43 12.41   PBCC     images/fsnotify.pb-c.c
20:23:03 [2021-06-18T20:23:03.556Z] #43 ...
20:23:03 [2021-06-18T20:23:03.556Z] 
20:23:03 [2021-06-18T20:23:03.556Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:23:03 [2021-06-18T20:23:03.556Z] #34 sha256:806543875d4615dc42869276a46993d3ffc5c7d20d1399e73b41e425131f77fd
20:23:03 [2021-06-18T20:23:03.556Z] #34 68.74 github.com/BurntSushi/toml
20:23:03 [2021-06-18T20:23:03.556Z] #34 68.74 flag
20:23:03 [2021-06-18T20:23:03.556Z] #34 70.77 log
20:23:03 [2021-06-18T20:23:03.556Z] #34 73.47 github.com/BurntSushi/toml/cmd/tomlv
20:23:03 [2021-06-18T20:23:03.556Z] #34 DONE 78.3s
20:23:03 [2021-06-18T20:23:03.556Z] 
20:23:03 [2021-06-18T20:23:03.556Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:03 [2021-06-18T20:23:03.556Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:03 [2021-06-18T20:23:03.556Z] #43 7.823   PBCC     images/autofs.pb-c.c
20:23:03 [2021-06-18T20:23:03.556Z] #43 7.880   DEP      images/autofs.pb-c.d
20:23:03 [2021-06-18T20:23:03.556Z] #43 7.972   PBCC     images/sysctl.pb-c.c
20:23:03 [2021-06-18T20:23:03.556Z] #43 7.993   DEP      images/sysctl.pb-c.d
20:23:03 [2021-06-18T20:23:03.556Z] #43 8.077   PBCC     images/time.pb-c.c
20:23:03 [2021-06-18T20:23:03.708Z] #43 12.46   DEP      images/fh.pb-c.d
20:23:03 [2021-06-18T20:23:03.708Z] #43 12.55   DEP      images/fsnotify.pb-c.d
20:23:03 [2021-06-18T20:23:03.708Z] #43 12.61   PBCC     images/eventpoll.pb-c.c
20:23:03 [2021-06-18T20:23:03.708Z] #43 12.64   DEP      images/eventpoll.pb-c.d
20:23:03 [2021-06-18T20:23:03.708Z] #43 ...
20:23:03 [2021-06-18T20:23:03.708Z] 
20:23:03 [2021-06-18T20:23:03.708Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:03 [2021-06-18T20:23:03.708Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:03 [2021-06-18T20:23:03.708Z] #13 67.59 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:03 [2021-06-18T20:23:03.708Z] #13 67.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:03 [2021-06-18T20:23:03.708Z] #13 67.60 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:03 [2021-06-18T20:23:03.708Z] #13 74.87 Selecting previously unselected package gcc-mingw-w64-base.
20:23:03 [2021-06-18T20:23:03.708Z] #13 74.88 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:03 [2021-06-18T20:23:03.708Z] #13 74.89 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:03 [2021-06-18T20:23:03.708Z] #13 75.04 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:03 [2021-06-18T20:23:03.708Z] #13 75.04 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:03 [2021-06-18T20:23:03.708Z] #13 75.05 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:03 [2021-06-18T20:23:03.814Z] #43 8.134   DEP      images/time.pb-c.d
20:23:03 [2021-06-18T20:23:03.814Z] #43 8.209   PBCC     images/binfmt-misc.pb-c.c
20:23:03 [2021-06-18T20:23:03.814Z] #43 8.278   DEP      images/binfmt-misc.pb-c.d
20:23:03 [2021-06-18T20:23:03.826Z] #20 ...
20:23:03 [2021-06-18T20:23:03.826Z] 
20:23:03 [2021-06-18T20:23:03.826Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:03 [2021-06-18T20:23:03.826Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:03 [2021-06-18T20:23:03.826Z] #43 106.7   CC       criu/external.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 107.0   CC       criu/fault-injection.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 107.2   CC       criu/fdstore.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 107.5   CC       criu/fifo.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 107.8   CC       criu/file-ids.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 108.2   CC       criu/file-lock.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 109.2   CC       criu/files-ext.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 109.6   CC       criu/files-reg.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 111.9   CC       criu/files.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 114.0   CC       criu/filesystems.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 114.7   CC       criu/fsnotify.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 115.9   CC       criu/image-desc.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 116.1   CC       criu/image.o
20:23:03 [2021-06-18T20:23:03.826Z] #43 117.0   CC       criu/ipc_ns.o
20:23:03 [2021-06-18T20:23:03.968Z] #13 ...
20:23:03 [2021-06-18T20:23:03.968Z] 
20:23:03 [2021-06-18T20:23:03.968Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:03 [2021-06-18T20:23:03.968Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.73   PBCC     images/eventfd.pb-c.c
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.77   DEP      images/eventfd.pb-c.d
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.84   PBCC     images/remap-file-path.pb-c.c
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.85   DEP      images/remap-file-path.pb-c.d
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.91   PBCC     images/fifo.pb-c.c
20:23:03 [2021-06-18T20:23:03.968Z] #43 12.96   DEP      images/fifo.pb-c.d
20:23:04 [2021-06-18T20:23:04.013Z] #43 150.2   CC       criu/proc_parse.o
20:23:04 [2021-06-18T20:23:04.071Z] #43 8.342   PBCC     images/seccomp.pb-c.c
20:23:04 [2021-06-18T20:23:04.071Z] #43 8.475   DEP      images/seccomp.pb-c.d
20:23:04 [2021-06-18T20:23:04.071Z] #43 8.601   PBCC     images/userns.pb-c.c
20:23:04 [2021-06-18T20:23:04.227Z] #43 13.04   PBCC     images/ghost-file.pb-c.c
20:23:04 [2021-06-18T20:23:04.227Z] #43 13.07   DEP      images/ghost-file.pb-c.d
20:23:04 [2021-06-18T20:23:04.227Z] #43 13.14   PBCC     images/regfile.pb-c.c
20:23:04 [2021-06-18T20:23:04.227Z] #43 13.17   DEP      images/regfile.pb-c.d
20:23:04 [2021-06-18T20:23:04.280Z] Client:
20:23:04 [2021-06-18T20:23:04.280Z]  Version:           20.10.6
20:23:04 [2021-06-18T20:23:04.280Z]  API version:       1.41
20:23:04 [2021-06-18T20:23:04.280Z]  Go version:        go1.16.3
20:23:04 [2021-06-18T20:23:04.280Z]  Git commit:        370c289
20:23:04 [2021-06-18T20:23:04.280Z]  Built:             Fri Apr  9 22:49:36 2021
20:23:04 [2021-06-18T20:23:04.280Z]  OS/Arch:           windows/amd64
20:23:04 [2021-06-18T20:23:04.280Z]  Context:           default
20:23:04 [2021-06-18T20:23:04.280Z]  Experimental:      true
20:23:04 [2021-06-18T20:23:04.280Z] 
20:23:04 [2021-06-18T20:23:04.280Z] Server: Docker Engine - Community
20:23:04 [2021-06-18T20:23:04.280Z]  Engine:
20:23:04 [2021-06-18T20:23:04.280Z]   Version:          20.10.6
20:23:04 [2021-06-18T20:23:04.280Z]   API version:      1.41 (minimum version 1.24)
20:23:04 [2021-06-18T20:23:04.280Z]   Go version:       go1.13.15
20:23:04 [2021-06-18T20:23:04.280Z]   Git commit:       8728dd2
20:23:04 [2021-06-18T20:23:04.280Z]   Built:            Fri Apr  9 22:45:40 2021
20:23:04 [2021-06-18T20:23:04.280Z]   OS/Arch:          windows/amd64
20:23:04 [2021-06-18T20:23:04.280Z]   Experimental:     true
20:23:04 [2021-06-18T20:23:04.328Z] #43 8.745   DEP      images/userns.pb-c.d
20:23:04 [2021-06-18T20:23:04.328Z] #43 8.847   PBCC     images/cgroup.pb-c.c
20:23:04 [2021-06-18T20:23:04.487Z] #43 13.27   PBCC     images/ns.pb-c.c
20:23:04 [2021-06-18T20:23:04.487Z] #43 13.29   DEP      images/ns.pb-c.d
20:23:04 [2021-06-18T20:23:04.487Z] #43 13.34   PBCC     images/fdinfo.pb-c.c
20:23:04 [2021-06-18T20:23:04.487Z] #43 13.41   DEP      images/fdinfo.pb-c.d
20:23:04 [2021-06-18T20:23:04.587Z] #43 8.944   DEP      images/cgroup.pb-c.d
20:23:04 [2021-06-18T20:23:04.587Z] #43 9.037   PBCC     images/ext-file.pb-c.c
20:23:04 [2021-06-18T20:23:04.587Z] #43 9.074   DEP      images/ext-file.pb-c.d
20:23:04 [2021-06-18T20:23:04.587Z] #43 9.111   PBCC     images/rpc.pb-c.c
20:23:04 [2021-06-18T20:23:04.747Z] #43 13.47   PBCC     images/core-aarch64.pb-c.c
20:23:04 [2021-06-18T20:23:04.747Z] #43 13.50   PBCC     images/core-arm.pb-c.c
20:23:04 [2021-06-18T20:23:04.747Z] #43 13.55   PBCC     images/core-ppc64.pb-c.c
20:23:04 [2021-06-18T20:23:04.747Z] #43 13.64   PBCC     images/core-s390.pb-c.c
20:23:04 [2021-06-18T20:23:04.747Z] #43 13.70   PBCC     images/core-x86.pb-c.c
20:23:04 [2021-06-18T20:23:04.844Z] #43 9.127   DEP      images/rpc.pb-c.d
20:23:04 [2021-06-18T20:23:04.844Z] #43 9.181   PBCC     images/siginfo.pb-c.c
20:23:04 [2021-06-18T20:23:04.844Z] #43 9.215   DEP      images/siginfo.pb-c.d
20:23:04 [2021-06-18T20:23:04.844Z] #43 ...
20:23:04 [2021-06-18T20:23:04.844Z] 
20:23:04 [2021-06-18T20:23:04.844Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:04 [2021-06-18T20:23:04.844Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:23:04 [2021-06-18T20:23:04.844Z] #45 69.63 flag
20:23:04 [2021-06-18T20:23:04.844Z] #45 69.83 go/token
20:23:04 [2021-06-18T20:23:04.844Z] #45 71.20 go/scanner
20:23:04 [2021-06-18T20:23:04.844Z] #45 71.88 regexp
20:23:04 [2021-06-18T20:23:04.844Z] #45 72.95 go/ast
20:23:04 [2021-06-18T20:23:04.844Z] #45 76.45 internal/lazyregexp
20:23:04 [2021-06-18T20:23:04.844Z] #45 76.68 net/url
20:23:04 [2021-06-18T20:23:04.844Z] #45 78.57 text/template/parse
20:23:04 [2021-06-18T20:23:04.844Z] #45 78.75 go/parser
20:23:04 [2021-06-18T20:23:04.844Z] #45 ...
20:23:04 [2021-06-18T20:23:04.844Z] 
20:23:04 [2021-06-18T20:23:04.844Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:04 [2021-06-18T20:23:04.844Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:04 [2021-06-18T20:23:04.844Z] #43 9.255   PBCC     images/pagemap.pb-c.c
20:23:04 [2021-06-18T20:23:04.844Z] #43 9.322   DEP      images/pagemap.pb-c.d
[Pipeline] sh
20:23:05 [2021-06-18T20:23:05.007Z] #43 13.75   PBCC     images/core.pb-c.c
20:23:05 [2021-06-18T20:23:05.007Z] #43 13.81   PBCC     images/inventory.pb-c.c
20:23:05 [2021-06-18T20:23:05.007Z] #43 13.87   DEP      images/core-aarch64.pb-c.d
20:23:05 [2021-06-18T20:23:05.007Z] #43 13.95   DEP      images/core-arm.pb-c.d
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.356   PBCC     images/rlimit.pb-c.c
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.402   DEP      images/rlimit.pb-c.d
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.462   PBCC     images/file-lock.pb-c.c
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.487   DEP      images/file-lock.pb-c.d
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.546   PBCC     images/tty.pb-c.c
20:23:05 [2021-06-18T20:23:05.102Z] #43 9.596   DEP      images/tty.pb-c.d
20:23:05 [2021-06-18T20:23:05.203Z] #43 118.2   CC       criu/irmap.o
20:23:05 [2021-06-18T20:23:05.204Z] #43 ...
20:23:05 [2021-06-18T20:23:05.204Z] 
20:23:05 [2021-06-18T20:23:05.204Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:23:05 [2021-06-18T20:23:05.204Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.43 Setting up iptables (1.8.2-4) ...
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.46 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:23:05 [2021-06-18T20:23:05.204Z] #20 55.51 Setting up python3 (3.7.3-1) ...
20:23:05 [2021-06-18T20:23:05.266Z] #43 13.99   DEP      images/core-ppc64.pb-c.d
20:23:05 [2021-06-18T20:23:05.266Z] #43 14.03   DEP      images/core-s390.pb-c.d
20:23:05 [2021-06-18T20:23:05.266Z] #43 14.07   DEP      images/core-x86.pb-c.d
20:23:05 [2021-06-18T20:23:05.266Z] #43 14.14   DEP      images/core.pb-c.d
20:23:05 [2021-06-18T20:23:05.266Z] #43 14.18   DEP      images/inventory.pb-c.d
20:23:05 [2021-06-18T20:23:05.359Z] #43 9.643   PBCC     images/tun.pb-c.c
20:23:05 [2021-06-18T20:23:05.359Z] #43 9.724   PBCC     images/netdev.pb-c.c
20:23:05 [2021-06-18T20:23:05.359Z] #43 9.850   DEP      images/tun.pb-c.d
20:23:05 [2021-06-18T20:23:05.359Z] #43 9.939   DEP      images/netdev.pb-c.d
20:23:05 [2021-06-18T20:23:05.532Z] #43 14.26   PBCC     images/cpuinfo.pb-c.c
20:23:05 [2021-06-18T20:23:05.532Z] #43 14.29   DEP      images/cpuinfo.pb-c.d
20:23:05 [2021-06-18T20:23:05.532Z] #43 14.34   PBCC     images/stats.pb-c.c
20:23:05 [2021-06-18T20:23:05.532Z] #43 14.36   DEP      images/stats.pb-c.d
20:23:05 [2021-06-18T20:23:05.617Z] #43 9.989   PBCC     images/vma.pb-c.c
20:23:05 [2021-06-18T20:23:05.617Z] #43 10.07   DEP      images/vma.pb-c.d
20:23:05 [2021-06-18T20:23:05.772Z] #20 55.94 Setting up python3-wheel (0.32.3-2) ...
20:23:05 [2021-06-18T20:23:05.860Z] + docker info
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.14   PBCC     images/creds.pb-c.c
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.16   DEP      images/creds.pb-c.d
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.21   PBCC     images/utsns.pb-c.c
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.25   DEP      images/utsns.pb-c.d
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.29   PBCC     images/ipc-desc.pb-c.c
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.30   PBCC     images/ipc-sem.pb-c.c
20:23:05 [2021-06-18T20:23:05.874Z] #43 10.31   DEP      images/ipc-desc.pb-c.d
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.40   DEP      images/ipc-sem.pb-c.d
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.43   PBCC     images/ipc-msg.pb-c.c
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.45   DEP      images/ipc-msg.pb-c.d
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.50   PBCC     images/ipc-shm.pb-c.c
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.52   DEP      images/ipc-shm.pb-c.d
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.57   PBCC     images/ipc-var.pb-c.c
20:23:06 [2021-06-18T20:23:06.131Z] #43 10.59   DEP      images/ipc-var.pb-c.d
20:23:06 [2021-06-18T20:23:06.340Z] #20 56.57 Setting up apparmor (2.13.2-10) ...
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.66   PBCC     images/sk-opts.pb-c.c
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.69   PBCC     images/packet-sock.pb-c.c
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.75   DEP      images/sk-opts.pb-c.d
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.82   DEP      images/packet-sock.pb-c.d
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.87   PBCC     images/sk-netlink.pb-c.c
20:23:06 [2021-06-18T20:23:06.388Z] #43 10.91   DEP      images/sk-netlink.pb-c.d
20:23:06 [2021-06-18T20:23:06.475Z] #43 ...
20:23:06 [2021-06-18T20:23:06.475Z] 
20:23:06 [2021-06-18T20:23:06.475Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:06 [2021-06-18T20:23:06.475Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:23:06 [2021-06-18T20:23:06.475Z] #51 76.42 github.com/pkg/diff
20:23:06 [2021-06-18T20:23:06.475Z] #51 78.53 go/ast
20:23:06 [2021-06-18T20:23:06.475Z] #51 80.44 golang.org/x/crypto/ssh/terminal
20:23:06 [2021-06-18T20:23:06.475Z] #51 81.94 mvdan.cc/editorconfig
20:23:06 [2021-06-18T20:23:06.475Z] #51 82.81 mvdan.cc/sh/v3/fileutil
20:23:06 [2021-06-18T20:23:06.475Z] #51 83.05 mvdan.cc/sh/v3/syntax
20:23:06 [2021-06-18T20:23:06.568Z] #43 152.5   CC       criu/protobuf-desc.o
20:23:06 [2021-06-18T20:23:06.644Z] #43 10.96   PBCC     images/sk-inet.pb-c.c
20:23:06 [2021-06-18T20:23:06.644Z] #43 11.02   DEP      images/sk-inet.pb-c.d
20:23:06 [2021-06-18T20:23:06.644Z] #43 11.11   PBCC     images/sk-unix.pb-c.c
20:23:06 [2021-06-18T20:23:06.644Z] #43 11.15   DEP      images/sk-unix.pb-c.d
20:23:06 [2021-06-18T20:23:06.735Z] #51 ...
20:23:06 [2021-06-18T20:23:06.735Z] 
20:23:06 [2021-06-18T20:23:06.735Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:06 [2021-06-18T20:23:06.735Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:23:06 [2021-06-18T20:23:06.735Z] #45 82.01 go/parser
20:23:06 [2021-06-18T20:23:06.735Z] #45 83.75 text/template
20:23:06 [2021-06-18T20:23:06.735Z] #45 85.30 encoding/xml
20:23:06 [2021-06-18T20:23:06.829Z] #43 153.3   CC       criu/protobuf.o
20:23:06 [2021-06-18T20:23:06.901Z] #43 11.18   PBCC     images/mm.pb-c.c
20:23:06 [2021-06-18T20:23:06.901Z] #43 11.21   DEP      images/mm.pb-c.d
20:23:06 [2021-06-18T20:23:06.901Z] #43 11.28   PBCC     images/timerfd.pb-c.c
20:23:06 [2021-06-18T20:23:06.901Z] #43 11.31   DEP      images/timerfd.pb-c.d
20:23:06 [2021-06-18T20:23:06.901Z] #43 11.38   PBCC     images/timer.pb-c.c
20:23:07 [2021-06-18T20:23:07.091Z] #43 ...
20:23:07 [2021-06-18T20:23:07.091Z] 
20:23:07 [2021-06-18T20:23:07.091Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:23:07 [2021-06-18T20:23:07.091Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
20:23:07 [2021-06-18T20:23:07.091Z] #22 34.67 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
20:23:07 [2021-06-18T20:23:07.091Z] #22 34.68 Building wheels for collected packages: yamllint, pyyaml
20:23:07 [2021-06-18T20:23:07.091Z] #22 34.68   Running setup.py bdist_wheel for yamllint: started
20:23:07 [2021-06-18T20:23:07.091Z] #22 35.78   Running setup.py bdist_wheel for yamllint: finished with status 'done'
20:23:07 [2021-06-18T20:23:07.091Z] #22 35.78   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
20:23:07 [2021-06-18T20:23:07.091Z] #22 35.84   Running setup.py bdist_wheel for pyyaml: started
20:23:07 [2021-06-18T20:23:07.091Z] #22 37.42   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:23:07 [2021-06-18T20:23:07.091Z] #22 37.42   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
20:23:07 [2021-06-18T20:23:07.091Z] #22 37.56 Successfully built yamllint pyyaml
20:23:07 [2021-06-18T20:23:07.091Z] #22 37.58 Installing collected packages: pathspec, pyyaml, yamllint
20:23:07 [2021-06-18T20:23:07.091Z] #22 37.92 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.41   DEP      images/timer.pb-c.d
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.45   PBCC     images/sa.pb-c.c
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.50   DEP      images/sa.pb-c.d
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.54   PBCC     images/pipe-data.pb-c.c
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.60   DEP      images/pipe-data.pb-c.d
20:23:07 [2021-06-18T20:23:07.157Z] #43 11.65   PBCC     images/mnt.pb-c.c
20:23:07 [2021-06-18T20:23:07.353Z] #22 DONE 38.4s
20:23:07 [2021-06-18T20:23:07.353Z] 
20:23:07 [2021-06-18T20:23:07.353Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:07 [2021-06-18T20:23:07.353Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:07 [2021-06-18T20:23:07.353Z] #43 153.8   CC       criu/pstree.o
20:23:07 [2021-06-18T20:23:07.414Z] #43 11.69   DEP      images/mnt.pb-c.d
20:23:07 [2021-06-18T20:23:07.414Z] #43 11.76   PBCC     images/sk-packet.pb-c.c
20:23:07 [2021-06-18T20:23:07.414Z] #43 11.79   DEP      images/sk-packet.pb-c.d
20:23:07 [2021-06-18T20:23:07.414Z] #43 11.86   PBCC     images/tcp-stream.pb-c.c
20:23:07 [2021-06-18T20:23:07.537Z] #51 78.30 github.com/pkg/diff
20:23:07 [2021-06-18T20:23:07.538Z] #51 ...
20:23:07 [2021-06-18T20:23:07.538Z] 
20:23:07 [2021-06-18T20:23:07.538Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
20:23:07 [2021-06-18T20:23:07.538Z] #37 sha256:d0abf50bb2feba2be9a048acabf0be62502040ca1c0eaf6c8a43cd1b0e765000
20:23:07 [2021-06-18T20:23:07.538Z] #37 6.146 -- Detecting C compiler ABI info - done
20:23:07 [2021-06-18T20:23:07.538Z] #37 6.209 -- Detecting C compile features
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.346 -- Detecting C compile features - done
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.408 -- Performing Test HAS_BUILTIN_FORTIFY
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.638 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.794 -- Configuring done
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.821 -- Generating done
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.823 -- Build files have been written to: /tmp/tmp.0ACy4CXuSj/tini
20:23:07 [2021-06-18T20:23:07.538Z] #37 8.846 + make tini-static
20:23:07 [2021-06-18T20:23:07.538Z] #37 9.284 Scanning dependencies of target tini-static
20:23:07 [2021-06-18T20:23:07.538Z] #37 9.431 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:23:07 [2021-06-18T20:23:07.538Z] #37 10.76 [100%] Linking C executable tini-static
20:23:07 [2021-06-18T20:23:07.615Z] #43 ...
20:23:07 [2021-06-18T20:23:07.615Z] 
20:23:07 [2021-06-18T20:23:07.615Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
20:23:07 [2021-06-18T20:23:07.615Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2
20:23:07 [2021-06-18T20:23:07.615Z] #27 CACHED
20:23:07 [2021-06-18T20:23:07.615Z] 
20:23:07 [2021-06-18T20:23:07.615Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:23:07 [2021-06-18T20:23:07.615Z] #28 sha256:e2bcdd24767226b0164645122fa9c26e3975df0ddbafd5b306f960a0dba6a8a4
20:23:07 [2021-06-18T20:23:07.615Z] #28 CACHED
20:23:07 [2021-06-18T20:23:07.615Z] 
20:23:07 [2021-06-18T20:23:07.615Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
20:23:07 [2021-06-18T20:23:07.615Z] #29 sha256:5f4077d98289e0ee60883a300240c6355d078443521a523845c0e1433b7313fb
20:23:07 [2021-06-18T20:23:07.615Z] #29 CACHED
20:23:07 [2021-06-18T20:23:07.615Z] 
20:23:07 [2021-06-18T20:23:07.615Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:07 [2021-06-18T20:23:07.615Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:07 [2021-06-18T20:23:07.672Z] #43 11.95   DEP      images/tcp-stream.pb-c.d
20:23:07 [2021-06-18T20:23:07.672Z] #43 12.02   PBCC     images/pipe.pb-c.c
20:23:07 [2021-06-18T20:23:07.672Z] #43 12.11   DEP      images/pipe.pb-c.d
20:23:07 [2021-06-18T20:23:07.798Z] #37 11.36 [100%] Built target tini-static
20:23:07 [2021-06-18T20:23:07.798Z] #37 11.48 + mkdir -p /build
20:23:07 [2021-06-18T20:23:07.798Z] #37 11.48 + cp tini-static /build/docker-init
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.20   PBCC     images/pstree.pb-c.c
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.21   DEP      images/pstree.pb-c.d
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.29   PBCC     images/fs.pb-c.c
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.31   DEP      images/fs.pb-c.d
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.36   PBCC     images/signalfd.pb-c.c
20:23:07 [2021-06-18T20:23:07.935Z] #43 12.40   DEP      images/signalfd.pb-c.d
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.45   PBCC     images/fh.pb-c.c
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.48   PBCC     images/fsnotify.pb-c.c
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.53   DEP      images/fh.pb-c.d
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.57   DEP      images/fsnotify.pb-c.d
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.62   PBCC     images/eventpoll.pb-c.c
20:23:08 [2021-06-18T20:23:08.193Z] #43 12.68   DEP      images/eventpoll.pb-c.d
20:23:08 [2021-06-18T20:23:08.246Z] #20 58.39 Setting up xfsprogs (4.20.0-1) ...
20:23:08 [2021-06-18T20:23:08.246Z] #20 58.41 Setting up python3-lib2to3 (3.7.3-1) ...
20:23:08 [2021-06-18T20:23:08.366Z] #37 DONE 12.0s
20:23:08 [2021-06-18T20:23:08.366Z] 
20:23:08 [2021-06-18T20:23:08.366Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:08 [2021-06-18T20:23:08.366Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:08 [2021-06-18T20:23:08.366Z] #43 4.369 Note: Building without setproctitle() and strlcpy() support.
20:23:08 [2021-06-18T20:23:08.366Z] #43 4.369       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:08 [2021-06-18T20:23:08.366Z] #43 4.376 Note: Building without GnuTLS support
20:23:08 [2021-06-18T20:23:08.366Z] #43 4.390 Makefile.config:39: Warn: you have no libnftables installed
20:23:08 [2021-06-18T20:23:08.366Z] #43 4.400 Makefile.config:40: Warn: Building without nftables support
20:23:08 [2021-06-18T20:23:08.366Z] #43 6.578 fatal: not a git repository (or any of the parent directories): .git
20:23:08 [2021-06-18T20:23:08.366Z] #43 6.653   GEN      .gitid
20:23:08 [2021-06-18T20:23:08.366Z] #43 6.685   GEN      criu/include/version.h
20:23:08 [2021-06-18T20:23:08.366Z] #43 6.773   GEN      include/common/asm
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.72   PBCC     images/eventfd.pb-c.c
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.74   DEP      images/eventfd.pb-c.d
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.80   PBCC     images/remap-file-path.pb-c.c
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.81   DEP      images/remap-file-path.pb-c.d
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.88   PBCC     images/fifo.pb-c.c
20:23:08 [2021-06-18T20:23:08.449Z] #43 12.90   DEP      images/fifo.pb-c.d
20:23:08 [2021-06-18T20:23:08.562Z] #43 154.8   CC       criu/rbtree.o
20:23:08 [2021-06-18T20:23:08.562Z] #43 155.0   CC       criu/rst-malloc.o
20:23:08 [2021-06-18T20:23:08.626Z] #43 8.553   PBCC     images/timens.pb-c.c
20:23:08 [2021-06-18T20:23:08.626Z] #43 8.585   DEP      images/timens.pb-c.d
20:23:08 [2021-06-18T20:23:08.626Z] #43 ...
20:23:08 [2021-06-18T20:23:08.626Z] 
20:23:08 [2021-06-18T20:23:08.626Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:08 [2021-06-18T20:23:08.626Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:23:08 [2021-06-18T20:23:08.626Z] #51 79.81 go/ast
20:23:08 [2021-06-18T20:23:08.645Z] #45 ...
20:23:08 [2021-06-18T20:23:08.645Z] 
20:23:08 [2021-06-18T20:23:08.645Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:08 [2021-06-18T20:23:08.645Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:08 [2021-06-18T20:23:08.645Z] #43 15.73 make[1]: Nothing to be done for 'all'.
20:23:08 [2021-06-18T20:23:08.645Z] #43 17.17   CC       images/stats.o
20:23:08 [2021-06-18T20:23:08.645Z] #43 17.47   CC       images/core.o
20:23:08 [2021-06-18T20:23:08.705Z] #43 12.95   PBCC     images/ghost-file.pb-c.c
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.01   DEP      images/ghost-file.pb-c.d
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.05   PBCC     images/regfile.pb-c.c
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.08   DEP      images/regfile.pb-c.d
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.13   PBCC     images/ns.pb-c.c
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.15   DEP      images/ns.pb-c.d
20:23:08 [2021-06-18T20:23:08.705Z] #43 13.21   PBCC     images/fdinfo.pb-c.c
20:23:08 [2021-06-18T20:23:08.813Z] #20 58.86 Setting up python3-pkg-resources (40.8.0-1) ...
20:23:08 [2021-06-18T20:23:08.824Z] #43 155.2   CC       criu/seccomp.o
20:23:08 [2021-06-18T20:23:08.885Z] #51 ...
20:23:08 [2021-06-18T20:23:08.885Z] 
20:23:08 [2021-06-18T20:23:08.885Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
20:23:08 [2021-06-18T20:23:08.885Z] #34 sha256:a9110bd02bcc694283825542e2766607c442cb0abae7db915e334693ce898719
20:23:08 [2021-06-18T20:23:08.885Z] #34 75.52 github.com/BurntSushi/toml/cmd/tomlv
20:23:08 [2021-06-18T20:23:08.885Z] #34 DONE 80.1s
20:23:08 [2021-06-18T20:23:08.885Z] 
20:23:08 [2021-06-18T20:23:08.885Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:08 [2021-06-18T20:23:08.885Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:23:08 [2021-06-18T20:23:08.885Z] #51 80.08 golang.org/x/crypto/ssh/terminal
20:23:08 [2021-06-18T20:23:08.961Z] #43 13.26   DEP      images/fdinfo.pb-c.d
20:23:08 [2021-06-18T20:23:08.961Z] #43 13.30   PBCC     images/core-aarch64.pb-c.c
20:23:08 [2021-06-18T20:23:08.961Z] #43 13.37   PBCC     images/core-arm.pb-c.c
20:23:08 [2021-06-18T20:23:08.961Z] #43 13.41   PBCC     images/core-ppc64.pb-c.c
20:23:08 [2021-06-18T20:23:08.961Z] #43 13.46   PBCC     images/core-s390.pb-c.c
20:23:09 [2021-06-18T20:23:09.214Z] #43 18.08   CC       images/core-x86.o
20:23:09 [2021-06-18T20:23:09.217Z] #43 13.54   PBCC     images/core-x86.pb-c.c
20:23:09 [2021-06-18T20:23:09.217Z] #43 13.60   PBCC     images/core.pb-c.c
20:23:09 [2021-06-18T20:23:09.217Z] #43 13.66   PBCC     images/inventory.pb-c.c
20:23:09 [2021-06-18T20:23:09.217Z] #43 13.71   DEP      images/core-aarch64.pb-c.d
20:23:09 [2021-06-18T20:23:09.397Z] #43 155.7   CC       criu/seize.o
20:23:09 [2021-06-18T20:23:09.474Z] #43 13.77   DEP      images/core-arm.pb-c.d
20:23:09 [2021-06-18T20:23:09.474Z] #43 13.83   DEP      images/core-ppc64.pb-c.d
20:23:09 [2021-06-18T20:23:09.474Z] #43 13.87   DEP      images/core-s390.pb-c.d
20:23:09 [2021-06-18T20:23:09.474Z] #43 13.93   DEP      images/core-x86.pb-c.d
20:23:09 [2021-06-18T20:23:09.474Z] #43 13.99   DEP      images/core.pb-c.d
20:23:09 [2021-06-18T20:23:09.474Z] #43 14.04   DEP      images/inventory.pb-c.d
20:23:09 [2021-06-18T20:23:09.731Z] #43 14.10   PBCC     images/cpuinfo.pb-c.c
20:23:09 [2021-06-18T20:23:09.731Z] #43 14.14   DEP      images/cpuinfo.pb-c.d
20:23:09 [2021-06-18T20:23:09.731Z] #43 14.18   PBCC     images/stats.pb-c.c
20:23:09 [2021-06-18T20:23:09.731Z] #43 14.22   DEP      images/stats.pb-c.d
20:23:09 [2021-06-18T20:23:09.749Z] #20 59.85 Setting up python3-distutils (3.7.3-1) ...
20:23:09 [2021-06-18T20:23:09.787Z] #43 18.68   CC       images/core-arm.o
20:23:10 [2021-06-18T20:23:10.264Z] #51 81.60 mvdan.cc/editorconfig
20:23:10 [2021-06-18T20:23:10.329Z] #20 60.39 Setting up python3-setuptools (40.8.0-1) ...
20:23:10 [2021-06-18T20:23:10.341Z] #43 156.5   CC       criu/servicefd.o
20:23:10 [2021-06-18T20:23:10.341Z] #43 156.8   CC       criu/shmem.o
20:23:10 [2021-06-18T20:23:10.356Z] #43 19.10   CC       images/core-aarch64.o
20:23:10 [2021-06-18T20:23:10.616Z] #43 19.51   CC       images/core-ppc64.o
20:23:11 [2021-06-18T20:23:11.101Z] #43 15.63 make[1]: Nothing to be done for 'all'.
20:23:11 [2021-06-18T20:23:11.286Z] #43 157.7   CC       criu/sigframe.o
20:23:11 [2021-06-18T20:23:11.549Z] #43 157.8   CC       criu/signalfd.o
20:23:11 [2021-06-18T20:23:11.549Z] #43 158.1   CC       criu/sk-inet.o
20:23:11 [2021-06-18T20:23:11.555Z] #43 20.11   CC       images/core-s390.o
20:23:11 [2021-06-18T20:23:11.708Z] #20 61.64 Setting up python3-pip (18.1-5) ...
20:23:11 [2021-06-18T20:23:11.823Z] #51 83.06 mvdan.cc/sh/v3/fileutil
20:23:12 [2021-06-18T20:23:12.081Z] #51 83.33 mvdan.cc/sh/v3/syntax
20:23:12 [2021-06-18T20:23:12.124Z] #43 20.74   CC       images/cpuinfo.o
20:23:12 [2021-06-18T20:23:12.384Z] #43 21.16   CC       images/inventory.o
20:23:12 [2021-06-18T20:23:12.644Z] #43 21.47   CC       images/fdinfo.o
20:23:12 [2021-06-18T20:23:12.645Z] #20 62.74 Processing triggers for libc-bin (2.28-10) ...
20:23:12 [2021-06-18T20:23:12.645Z] #20 62.78 Processing triggers for mime-support (3.62) ...
20:23:12 [2021-06-18T20:23:12.903Z] #43 21.88   CC       images/fown.o
20:23:12 [2021-06-18T20:23:12.937Z] #43 159.0   CC       criu/sk-netlink.o
20:23:12 [2021-06-18T20:23:12.937Z] #43 159.3   CC       criu/sk-packet.o
20:23:12 [2021-06-18T20:23:12.992Z] #43 17.09   CC       images/stats.o
20:23:13 [2021-06-18T20:23:13.199Z] #43 159.8   CC       criu/sk-queue.o
20:23:13 [2021-06-18T20:23:13.248Z] #43 17.51   CC       images/core.o
20:23:13 [2021-06-18T20:23:13.458Z] #51 ...
20:23:13 [2021-06-18T20:23:13.458Z] 
20:23:13 [2021-06-18T20:23:13.458Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:13 [2021-06-18T20:23:13.458Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:23:13 [2021-06-18T20:23:13.458Z] #45 74.54 go/token
20:23:13 [2021-06-18T20:23:13.458Z] #45 75.38 go/scanner
20:23:13 [2021-06-18T20:23:13.458Z] #45 76.39 internal/lazyregexp
20:23:13 [2021-06-18T20:23:13.458Z] #45 76.69 net/url
20:23:13 [2021-06-18T20:23:13.458Z] #45 76.71 go/ast
20:23:13 [2021-06-18T20:23:13.458Z] #45 78.45 text/template/parse
20:23:13 [2021-06-18T20:23:13.458Z] #45 82.77 go/parser
20:23:13 [2021-06-18T20:23:13.458Z] #45 82.77 text/template
20:23:13 [2021-06-18T20:23:13.458Z] #45 ...
20:23:13 [2021-06-18T20:23:13.458Z] 
20:23:13 [2021-06-18T20:23:13.458Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:13 [2021-06-18T20:23:13.458Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:13 [2021-06-18T20:23:13.458Z] #43 8.652   PBCC     images/fown.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 8.685   PBCC     images/google/protobuf/descriptor.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 8.776   PBCC     images/opts.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 8.851   PBCC     images/memfd.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 8.936   DEP      images/fown.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.016   DEP      images/google/protobuf/descriptor.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.084   DEP      images/opts.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.168   DEP      images/memfd.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.211   PBCC     images/sit.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.279   DEP      images/sit.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.388   PBCC     images/macvlan.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.388   DEP      images/macvlan.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.440   PBCC     images/autofs.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.440   DEP      images/autofs.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.536   PBCC     images/sysctl.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.536   DEP      images/sysctl.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.592   PBCC     images/time.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.592   DEP      images/time.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.737   PBCC     images/binfmt-misc.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.737   DEP      images/binfmt-misc.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.785   PBCC     images/seccomp.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.863   DEP      images/seccomp.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.874   PBCC     images/userns.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.909   DEP      images/userns.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.972   PBCC     images/cgroup.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 9.993   DEP      images/cgroup.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.05   PBCC     images/ext-file.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.09   DEP      images/ext-file.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.17   PBCC     images/rpc.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.17   DEP      images/rpc.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.30   PBCC     images/siginfo.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.30   DEP      images/siginfo.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.37   PBCC     images/pagemap.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.43   DEP      images/pagemap.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.46   PBCC     images/rlimit.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.51   DEP      images/rlimit.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.56   PBCC     images/file-lock.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.62   DEP      images/file-lock.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.66   PBCC     images/tty.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.69   DEP      images/tty.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.77   PBCC     images/tun.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.84   PBCC     images/netdev.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.94   DEP      images/tun.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 10.98   DEP      images/netdev.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.06   PBCC     images/vma.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.21   DEP      images/vma.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.25   PBCC     images/creds.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.34   DEP      images/creds.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.44   PBCC     images/utsns.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.44   DEP      images/utsns.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.50   PBCC     images/ipc-desc.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.50   PBCC     images/ipc-sem.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.56   DEP      images/ipc-desc.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.64   DEP      images/ipc-sem.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.80   PBCC     images/ipc-msg.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.80   DEP      images/ipc-msg.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.82   PBCC     images/ipc-shm.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.84   DEP      images/ipc-shm.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.89   PBCC     images/ipc-var.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.99   DEP      images/ipc-var.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.99   PBCC     images/sk-opts.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 11.99   PBCC     images/packet-sock.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.09   DEP      images/sk-opts.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.27   DEP      images/packet-sock.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.27   PBCC     images/sk-netlink.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.27   DEP      images/sk-netlink.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.36   PBCC     images/sk-inet.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.41   DEP      images/sk-inet.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.54   PBCC     images/sk-unix.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.54   DEP      images/sk-unix.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.65   PBCC     images/mm.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.78   DEP      images/mm.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.78   PBCC     images/timerfd.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.87   DEP      images/timerfd.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.91   PBCC     images/timer.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 12.96   DEP      images/timer.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.02   PBCC     images/sa.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.05   DEP      images/sa.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.10   PBCC     images/pipe-data.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.12   DEP      images/pipe-data.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.18   PBCC     images/mnt.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.25   DEP      images/mnt.pb-c.d
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.36   PBCC     images/sk-packet.pb-c.c
20:23:13 [2021-06-18T20:23:13.458Z] #43 13.40   DEP      images/sk-packet.pb-c.d
20:23:13 [2021-06-18T20:23:13.472Z] #43 22.07   CC       images/ns.o
20:23:13 [2021-06-18T20:23:13.472Z] #43 22.27   CC       images/regfile.o
20:23:13 [2021-06-18T20:23:13.585Z] #20 DONE 63.7s
20:23:13 [2021-06-18T20:23:13.585Z] 
20:23:13 [2021-06-18T20:23:13.585Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:23:13 [2021-06-18T20:23:13.585Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:23:13 [2021-06-18T20:23:13.585Z] #40 188.1 + dpkg --print-architecture
20:23:13 [2021-06-18T20:23:13.585Z] #40 188.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:23:13 [2021-06-18T20:23:13.585Z] #40 188.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:23:13 [2021-06-18T20:23:13.585Z] #40 188.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:23:13 [2021-06-18T20:23:13.585Z] #40 ...
20:23:13 [2021-06-18T20:23:13.585Z] 
20:23:13 [2021-06-18T20:23:13.585Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
20:23:13 [2021-06-18T20:23:13.585Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.50   PBCC     images/tcp-stream.pb-c.c
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.55   DEP      images/tcp-stream.pb-c.d
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.61   PBCC     images/pipe.pb-c.c
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.70   DEP      images/pipe.pb-c.d
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.74   PBCC     images/pstree.pb-c.c
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.78   DEP      images/pstree.pb-c.d
20:23:13 [2021-06-18T20:23:13.720Z] #43 13.87   PBCC     images/fs.pb-c.c
20:23:13 [2021-06-18T20:23:13.732Z] #43 22.56   CC       images/ghost-file.o
20:23:13 [2021-06-18T20:23:13.773Z] #43 160.2   CC       criu/sk-tcp.o
20:23:13 [2021-06-18T20:23:13.810Z] #43 18.24   CC       images/core-x86.o
20:23:13 [2021-06-18T20:23:13.979Z] #43 13.89   DEP      images/fs.pb-c.d
20:23:13 [2021-06-18T20:23:13.979Z] #43 13.97   PBCC     images/signalfd.pb-c.c
20:23:13 [2021-06-18T20:23:13.979Z] #43 13.99   DEP      images/signalfd.pb-c.d
20:23:13 [2021-06-18T20:23:13.979Z] #43 14.08   PBCC     images/fh.pb-c.c
20:23:13 [2021-06-18T20:23:13.979Z] #43 14.08   PBCC     images/fsnotify.pb-c.c
20:23:13 [2021-06-18T20:23:13.979Z] #43 14.13   DEP      images/fh.pb-c.d
20:23:13 [2021-06-18T20:23:13.992Z] #43 22.85   CC       images/fifo.o
20:23:13 [2021-06-18T20:23:13.992Z] #43 ...
20:23:13 [2021-06-18T20:23:13.992Z] 
20:23:13 [2021-06-18T20:23:13.992Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:13 [2021-06-18T20:23:13.992Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:23:14 [2021-06-18T20:23:14.067Z] #43 ...
20:23:14 [2021-06-18T20:23:14.067Z] 
20:23:14 [2021-06-18T20:23:14.067Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:14 [2021-06-18T20:23:14.067Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:23:14 [2021-06-18T20:23:14.067Z] #51 78.83 github.com/pkg/diff
20:23:14 [2021-06-18T20:23:14.067Z] #51 79.06 golang.org/x/crypto/ssh/terminal
20:23:14 [2021-06-18T20:23:14.067Z] #51 80.25 mvdan.cc/editorconfig
20:23:14 [2021-06-18T20:23:14.067Z] #51 80.65 mvdan.cc/sh/v3/fileutil
20:23:14 [2021-06-18T20:23:14.067Z] #51 80.79 mvdan.cc/sh/v3/syntax
20:23:14 [2021-06-18T20:23:14.067Z] #51 86.99 mvdan.cc/sh/v3/cmd/shfmt
20:23:14 [2021-06-18T20:23:14.238Z] #43 14.23   DEP      images/fsnotify.pb-c.d
20:23:14 [2021-06-18T20:23:14.238Z] #43 14.26   PBCC     images/eventpoll.pb-c.c
20:23:14 [2021-06-18T20:23:14.323Z] #51 ...
20:23:14 [2021-06-18T20:23:14.323Z] 
20:23:14 [2021-06-18T20:23:14.323Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:14 [2021-06-18T20:23:14.323Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.32 Selecting previously unselected package gcc-mingw-w64-base.
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.32 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.33 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.49 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.50 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:14 [2021-06-18T20:23:14.323Z] #13 75.51 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:14 [2021-06-18T20:23:14.323Z] #13 ...
20:23:14 [2021-06-18T20:23:14.323Z] 
20:23:14 [2021-06-18T20:23:14.323Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:14 [2021-06-18T20:23:14.323Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:14 [2021-06-18T20:23:14.323Z] #43 18.77   CC       images/core-arm.o
20:23:14 [2021-06-18T20:23:14.345Z] #43 160.7   CC       criu/sk-unix.o
20:23:14 [2021-06-18T20:23:14.497Z] #43 14.31   DEP      images/eventpoll.pb-c.d
20:23:14 [2021-06-18T20:23:14.497Z] #43 14.37   PBCC     images/eventfd.pb-c.c
20:23:14 [2021-06-18T20:23:14.497Z] #43 14.42   DEP      images/eventfd.pb-c.d
20:23:14 [2021-06-18T20:23:14.497Z] #43 14.50   PBCC     images/remap-file-path.pb-c.c
20:23:14 [2021-06-18T20:23:14.497Z] #43 14.53   DEP      images/remap-file-path.pb-c.d
20:23:14 [2021-06-18T20:23:14.522Z] #21 1.038 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:23:14 [2021-06-18T20:23:14.522Z] #21 1.045 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:23:14 [2021-06-18T20:23:14.522Z] #21 1.049 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:23:14 [2021-06-18T20:23:14.522Z] #21 DONE 1.1s
20:23:14 [2021-06-18T20:23:14.522Z] 
20:23:14 [2021-06-18T20:23:14.522Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:23:14 [2021-06-18T20:23:14.522Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:23:14 [2021-06-18T20:23:14.756Z] #43 ...
20:23:14 [2021-06-18T20:23:14.756Z] 
20:23:14 [2021-06-18T20:23:14.756Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:14 [2021-06-18T20:23:14.756Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:14 [2021-06-18T20:23:14.756Z] #13 67.41 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:14 [2021-06-18T20:23:14.756Z] #13 67.44 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 67.45 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 73.67 Selecting previously unselected package gcc-mingw-w64-base.
20:23:14 [2021-06-18T20:23:14.756Z] #13 73.70 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 73.75 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 74.02 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:14 [2021-06-18T20:23:14.756Z] #13 74.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 74.02 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:14 [2021-06-18T20:23:14.756Z] #13 ...
20:23:14 [2021-06-18T20:23:14.756Z] 
20:23:14 [2021-06-18T20:23:14.756Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:14 [2021-06-18T20:23:14.756Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.65   PBCC     images/fifo.pb-c.c
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.69   DEP      images/fifo.pb-c.d
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.72   PBCC     images/ghost-file.pb-c.c
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.75   DEP      images/ghost-file.pb-c.d
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.81   PBCC     images/regfile.pb-c.c
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.89   DEP      images/regfile.pb-c.d
20:23:14 [2021-06-18T20:23:14.756Z] #43 14.92   PBCC     images/ns.pb-c.c
20:23:14 [2021-06-18T20:23:14.885Z] #43 19.19   CC       images/core-aarch64.o
20:23:15 [2021-06-18T20:23:15.014Z] #43 15.01   DEP      images/ns.pb-c.d
20:23:15 [2021-06-18T20:23:15.014Z] #43 15.03   PBCC     images/fdinfo.pb-c.c
20:23:15 [2021-06-18T20:23:15.014Z] #43 15.12   DEP      images/fdinfo.pb-c.d
20:23:15 [2021-06-18T20:23:15.273Z] #43 15.24   PBCC     images/core-aarch64.pb-c.c
20:23:15 [2021-06-18T20:23:15.273Z] #43 15.24   PBCC     images/core-arm.pb-c.c
20:23:15 [2021-06-18T20:23:15.273Z] #43 15.26   PBCC     images/core-ppc64.pb-c.c
20:23:15 [2021-06-18T20:23:15.273Z] #43 15.33   PBCC     images/core-s390.pb-c.c
20:23:15 [2021-06-18T20:23:15.293Z] #56 46.33 Checking out files:  48% (1973/4061)   
Checking out files:  49% (1990/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  87% (3538/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
20:23:15 [2021-06-18T20:23:15.293Z] #56 ...
20:23:15 [2021-06-18T20:23:15.293Z] 
20:23:15 [2021-06-18T20:23:15.293Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:15 [2021-06-18T20:23:15.293Z] #51 sha256:698ce685793a27befa961e63d9652f9278a3867c4e721ef3462a2fc9ab281229
20:23:15 [2021-06-18T20:23:15.293Z] #51 89.42 mvdan.cc/sh/v3/cmd/shfmt
20:23:15 [2021-06-18T20:23:15.293Z] #51 DONE 95.2s
20:23:15 [2021-06-18T20:23:15.293Z] 
20:23:15 [2021-06-18T20:23:15.293Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:15 [2021-06-18T20:23:15.293Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:23:15 [2021-06-18T20:23:15.460Z] #43 19.66   CC       images/core-ppc64.o
20:23:15 [2021-06-18T20:23:15.532Z] #43 15.40   PBCC     images/core-x86.pb-c.c
20:23:15 [2021-06-18T20:23:15.532Z] #43 15.44   PBCC     images/core.pb-c.c
20:23:15 [2021-06-18T20:23:15.532Z] #43 15.53   PBCC     images/inventory.pb-c.c
20:23:15 [2021-06-18T20:23:15.553Z] #56 46.33 Checking out files:  48% (1973/4061)   
Checking out files:  49% (1990/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  87% (3538/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
Checking out files:  93% (3777/4061)   
Checking out files:  94% (3818/4061)   
Checking out files:  95% (3858/4061)   
Checking out files:  96% (3899/4061)   
Checking out files:  97% (3940/4061)   
Checking out files:  98% (3980/4061)   
Checking out files:  99% (4021/4061)   
Checking out files: 100% (4061/4061)   
Checking out files: 100% (4061/4061), done.
20:23:15 [2021-06-18T20:23:15.719Z] #43 20.15   CC       images/core-s390.o
20:23:15 [2021-06-18T20:23:15.734Z] #43 162.3   CC       criu/sockets.o
20:23:15 [2021-06-18T20:23:15.791Z] #43 15.60   DEP      images/core-aarch64.pb-c.d
20:23:15 [2021-06-18T20:23:15.791Z] #43 15.69   DEP      images/core-arm.pb-c.d
20:23:15 [2021-06-18T20:23:15.791Z] #43 15.74   DEP      images/core-ppc64.pb-c.d
20:23:15 [2021-06-18T20:23:15.791Z] #43 15.84   DEP      images/core-s390.pb-c.d
20:23:15 [2021-06-18T20:23:15.812Z] #56 47.98 + cd /tmp/tmp.C16eqEHvyv/src/github.com/containerd/containerd
20:23:15 [2021-06-18T20:23:15.813Z] #56 47.98 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
20:23:15 [2021-06-18T20:23:15.903Z] #22 ...
20:23:15 [2021-06-18T20:23:15.903Z] 
20:23:15 [2021-06-18T20:23:15.903Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:15 [2021-06-18T20:23:15.903Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:15 [2021-06-18T20:23:15.903Z] #43 118.9   CC       criu/kcmp-ids.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 119.3   CC       criu/kerndat.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 120.4   CC       criu/libnetlink.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 120.7   CC       criu/log.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 121.3   CC       criu/lsm.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 121.7   CC       criu/mem.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 123.7   CC       criu/memfd.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 124.3   CC       criu/mount.o
20:23:15 [2021-06-18T20:23:15.903Z] #43 128.8   CC       criu/namespaces.o
20:23:16 [2021-06-18T20:23:16.049Z] #43 15.89   DEP      images/core-x86.pb-c.d
20:23:16 [2021-06-18T20:23:16.049Z] #43 15.98   DEP      images/core.pb-c.d
20:23:16 [2021-06-18T20:23:16.049Z] #43 16.06   DEP      images/inventory.pb-c.d
20:23:16 [2021-06-18T20:23:16.049Z] #43 16.12   PBCC     images/cpuinfo.pb-c.c
20:23:16 [2021-06-18T20:23:16.278Z] Client:
20:23:16 [2021-06-18T20:23:16.278Z]  Context:    default
20:23:16 [2021-06-18T20:23:16.278Z]  Debug Mode: false
20:23:16 [2021-06-18T20:23:16.278Z]  Plugins:
20:23:16 [2021-06-18T20:23:16.278Z]   app: Docker Application (Docker Inc., v0.8.0)
20:23:16 [2021-06-18T20:23:16.278Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
20:23:16 [2021-06-18T20:23:16.278Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
20:23:16 [2021-06-18T20:23:16.278Z] 
20:23:16 [2021-06-18T20:23:16.278Z] Server:
20:23:16 [2021-06-18T20:23:16.278Z]  Containers: 0
20:23:16 [2021-06-18T20:23:16.278Z]   Running: 0
20:23:16 [2021-06-18T20:23:16.278Z]   Paused: 0
20:23:16 [2021-06-18T20:23:16.278Z]   Stopped: 0
20:23:16 [2021-06-18T20:23:16.278Z]  Images: 0
20:23:16 [2021-06-18T20:23:16.278Z]  Server Version: 20.10.6
20:23:16 [2021-06-18T20:23:16.278Z]  Storage Driver: windowsfilter (windows) lcow (linux)
20:23:16 [2021-06-18T20:23:16.278Z]   Windows: 
20:23:16 [2021-06-18T20:23:16.278Z]   LCOW: 
20:23:16 [2021-06-18T20:23:16.278Z]  Logging Driver: json-file
20:23:16 [2021-06-18T20:23:16.278Z]  Plugins:
20:23:16 [2021-06-18T20:23:16.278Z]   Volume: local
20:23:16 [2021-06-18T20:23:16.278Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:23:16 [2021-06-18T20:23:16.278Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:23:16 [2021-06-18T20:23:16.278Z]  Swarm: inactive
20:23:16 [2021-06-18T20:23:16.278Z]  Default Isolation: process
20:23:16 [2021-06-18T20:23:16.278Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:23:16 [2021-06-18T20:23:16.278Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
20:23:16 [2021-06-18T20:23:16.278Z]  OSType: windows
20:23:16 [2021-06-18T20:23:16.278Z]  Architecture: x86_64
20:23:16 [2021-06-18T20:23:16.278Z]  CPUs: 4
20:23:16 [2021-06-18T20:23:16.278Z]  Total Memory: 32GiB
20:23:16 [2021-06-18T20:23:16.278Z]  Name: azwin-2-a3a470
20:23:16 [2021-06-18T20:23:16.278Z]  ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3
20:23:16 [2021-06-18T20:23:16.278Z]  Docker Root Dir: D:\docker
20:23:16 [2021-06-18T20:23:16.278Z]  Debug Mode: false
20:23:16 [2021-06-18T20:23:16.278Z]  Registry: https://index.docker.io/v1/
20:23:16 [2021-06-18T20:23:16.278Z]  Labels:
20:23:16 [2021-06-18T20:23:16.278Z]  Experimental: true
20:23:16 [2021-06-18T20:23:16.278Z]  Insecure Registries:
20:23:16 [2021-06-18T20:23:16.278Z]   10.0.0.4:5000
20:23:16 [2021-06-18T20:23:16.278Z]   127.0.0.0/8
20:23:16 [2021-06-18T20:23:16.278Z]  Registry Mirrors:
20:23:16 [2021-06-18T20:23:16.278Z]   http://10.0.0.4:5000/
20:23:16 [2021-06-18T20:23:16.278Z]  Live Restore Enabled: false
20:23:16 [2021-06-18T20:23:16.278Z]  Product License: Community Engine
20:23:16 [2021-06-18T20:23:16.278Z] 
20:23:16 [2021-06-18T20:23:16.281Z] #43 20.72   CC       images/cpuinfo.o
20:23:16 [2021-06-18T20:23:16.308Z] #43 16.15   DEP      images/cpuinfo.pb-c.d
20:23:16 [2021-06-18T20:23:16.308Z] #43 16.30   PBCC     images/stats.pb-c.c
20:23:16 [2021-06-18T20:23:16.308Z] #43 16.31   DEP      images/stats.pb-c.d
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
20:23:16 [2021-06-18T20:23:16.679Z] #43 163.1   CC       criu/stats.o
20:23:16 [2021-06-18T20:23:16.844Z] #43 21.11   CC       images/inventory.o
20:23:16 [2021-06-18T20:23:16.941Z] #43 163.4   CC       criu/string.o
20:23:16 [2021-06-18T20:23:16.941Z] #43 163.5   CC       criu/sysctl.o
20:23:17 [2021-06-18T20:23:17.101Z] #43 21.36   CC       images/fdinfo.o
20:23:17 [2021-06-18T20:23:17.357Z] #43 21.67   CC       images/fown.o
20:23:17 [2021-06-18T20:23:17.515Z] #43 164.0   CC       criu/sysfs_parse.o
20:23:17 [2021-06-18T20:23:17.613Z] #43 21.86   CC       images/ns.o
20:23:17 [2021-06-18T20:23:17.613Z] #43 22.07   CC       images/regfile.o
20:23:17 [2021-06-18T20:23:17.809Z] #43 130.8   CC       criu/net.o
20:23:17 [2021-06-18T20:23:17.870Z] #43 22.31   CC       images/ghost-file.o
20:23:17 [2021-06-18T20:23:17.870Z] #43 ...
20:23:17 [2021-06-18T20:23:17.870Z] 
20:23:17 [2021-06-18T20:23:17.870Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:17 [2021-06-18T20:23:17.870Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:23:17 [2021-06-18T20:23:17.870Z] #45 82.77 text/template
20:23:17 [2021-06-18T20:23:17.870Z] #45 82.92 encoding/xml
20:23:17 [2021-06-18T20:23:17.870Z] #45 87.78 go/doc
20:23:17 [2021-06-18T20:23:17.870Z] #45 87.96 github.com/LK4D4/vndr/versioned
20:23:17 [2021-06-18T20:23:17.870Z] #45 88.09 compress/flate
20:23:17 [2021-06-18T20:23:17.870Z] #45 90.43 hash/crc32
20:23:17 [2021-06-18T20:23:17.870Z] #45 91.16 compress/gzip
20:23:17 [2021-06-18T20:23:17.870Z] #45 91.30 github.com/LK4D4/vndr/build
20:23:17 [2021-06-18T20:23:17.870Z] #45 91.99 vendor/golang.org/x/crypto/cryptobyte
20:23:18 [2021-06-18T20:23:18.089Z] #43 164.4   CC       criu/timens.o
20:23:18 [2021-06-18T20:23:18.128Z] #45 ...
20:23:18 [2021-06-18T20:23:18.128Z] 
20:23:18 [2021-06-18T20:23:18.128Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:18 [2021-06-18T20:23:18.128Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:18 [2021-06-18T20:23:18.128Z] #43 22.56   CC       images/fifo.o
20:23:18 [2021-06-18T20:23:18.214Z] #43 17.88 make[1]: Nothing to be done for 'all'.
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.14 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + BUILDTAGS='netgo osusergo static_build'
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + export EXTRA_FLAGS=-buildmode=pie
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + EXTRA_FLAGS=-buildmode=pie
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + '[' '' = dynamic ']'
20:23:18 [2021-06-18T20:23:18.349Z] #56 50.15 + make
20:23:18 [2021-06-18T20:23:18.351Z] #43 164.8   CC       criu/timerfd.o
20:23:18 [2021-06-18T20:23:18.387Z] #43 22.72   CC       images/remap-file-path.o
20:23:18 [2021-06-18T20:23:18.643Z] #43 ...
20:23:18 [2021-06-18T20:23:18.643Z] 
20:23:18 [2021-06-18T20:23:18.643Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:18 [2021-06-18T20:23:18.643Z] #51 sha256:096d57333db44c94fc44e042f8f180cb99b01d709e90b03d13d1e6f6ef896ff8
20:23:18 [2021-06-18T20:23:18.643Z] #51 DONE 93.5s
20:23:18 [2021-06-18T20:23:18.643Z] 
20:23:18 [2021-06-18T20:23:18.643Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:18 [2021-06-18T20:23:18.643Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:18 [2021-06-18T20:23:18.643Z] #43 23.08   CC       images/eventfd.o
20:23:18 [2021-06-18T20:23:18.917Z] #56 ...
20:23:18 [2021-06-18T20:23:18.917Z] 
20:23:18 [2021-06-18T20:23:18.917Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:18 [2021-06-18T20:23:18.917Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:23:18 [2021-06-18T20:23:18.917Z] #45 88.84 go/doc
20:23:18 [2021-06-18T20:23:18.917Z] #45 90.90 github.com/LK4D4/vndr/versioned
20:23:18 [2021-06-18T20:23:18.917Z] #45 91.02 compress/flate
20:23:18 [2021-06-18T20:23:18.917Z] #45 92.07 github.com/LK4D4/vndr/build
20:23:18 [2021-06-18T20:23:18.917Z] #45 93.58 hash/crc32
20:23:18 [2021-06-18T20:23:18.917Z] #45 94.22 compress/gzip
20:23:18 [2021-06-18T20:23:18.917Z] #45 95.06 net
20:23:18 [2021-06-18T20:23:18.917Z] #45 96.26 vendor/golang.org/x/text/transform
20:23:18 [2021-06-18T20:23:18.917Z] #45 97.06 vendor/golang.org/x/text/unicode/bidi
20:23:18 [2021-06-18T20:23:18.917Z] #45 98.70 vendor/golang.org/x/text/secure/bidirule
20:23:18 [2021-06-18T20:23:18.917Z] #45 98.90 vendor/golang.org/x/text/unicode/norm
20:23:18 [2021-06-18T20:23:18.925Z] #43 165.2   CC       criu/tty.o
20:23:19 [2021-06-18T20:23:19.176Z] #45 ...
20:23:19 [2021-06-18T20:23:19.176Z] 
20:23:19 [2021-06-18T20:23:19.176Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:19 [2021-06-18T20:23:19.176Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:23:19 [2021-06-18T20:23:19.176Z] #56 51.30 + bin/ctr
20:23:19 [2021-06-18T20:23:19.235Z] #43 23.40   CC       images/eventpoll.o
20:23:19 [2021-06-18T20:23:19.522Z] #43 24.03   CC       images/fh.o
20:23:19 [2021-06-18T20:23:19.591Z] #43 19.31   CC       images/stats.o
20:23:19 [2021-06-18T20:23:19.735Z] #43 ...
20:23:19 [2021-06-18T20:23:19.736Z] 
20:23:19 [2021-06-18T20:23:19.736Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:23:19 [2021-06-18T20:23:19.736Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:23:19 [2021-06-18T20:23:19.736Z] #22 5.035 Collecting yamllint==1.26.1
20:23:19 [2021-06-18T20:23:19.850Z] #43 19.76   CC       images/core.o
20:23:19 [2021-06-18T20:23:19.871Z] #43 ...
20:23:19 [2021-06-18T20:23:19.871Z] 
20:23:19 [2021-06-18T20:23:19.871Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:19 [2021-06-18T20:23:19.871Z] #53 sha256:c6a26028869158b32c1ce39878613725fe9d0c7d4295693de8ec51dc7f76c7f0
20:23:19 [2021-06-18T20:23:19.871Z] #53 122.4 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:23:20 [2021-06-18T20:23:20.419Z] #43 20.39   CC       images/core-x86.o
20:23:20 [2021-06-18T20:23:20.464Z] #43 24.64   CC       images/fsnotify.o
20:23:20 [2021-06-18T20:23:20.846Z] #53 123.6 + mkdir -p /build
20:23:20 [2021-06-18T20:23:20.846Z] #53 123.6 + cp runc /build/runc
20:23:20 [2021-06-18T20:23:20.987Z] #43 20.88   CC       images/core-arm.o
20:23:21 [2021-06-18T20:23:21.025Z] #43 25.32   CC       images/signalfd.o
20:23:21 [2021-06-18T20:23:21.025Z] #43 25.48   CC       images/fs.o
20:23:21 [2021-06-18T20:23:21.123Z] #53 DONE 123.9s
20:23:21 [2021-06-18T20:23:21.123Z] 
20:23:21 [2021-06-18T20:23:21.123Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:21 [2021-06-18T20:23:21.123Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:21 [2021-06-18T20:23:21.123Z] #43 167.0   CC       criu/tun.o
20:23:21 [2021-06-18T20:23:21.246Z] #43 21.27   CC       images/core-aarch64.o
20:23:21 [2021-06-18T20:23:21.281Z] #43 25.69   CC       images/pstree.o
20:23:21 [2021-06-18T20:23:21.389Z] #43 167.6   CC       criu/uffd.o
20:23:21 [2021-06-18T20:23:21.537Z] #43 25.88   CC       images/pipe.o
20:23:21 [2021-06-18T20:23:21.793Z] #43 26.08   CC       images/tcp-stream.o
20:23:21 [2021-06-18T20:23:21.793Z] #43 26.24   CC       images/sk-packet.o
20:23:21 [2021-06-18T20:23:21.812Z] #43 21.66   CC       images/core-ppc64.o
20:23:22 [2021-06-18T20:23:22.337Z] #43 168.9   CC       criu/util.o
20:23:22 [2021-06-18T20:23:22.357Z] #43 26.55   CC       images/mnt.o
20:23:22 [2021-06-18T20:23:22.357Z] #43 26.72   CC       images/pipe-data.o
20:23:22 [2021-06-18T20:23:22.380Z] #43 22.25   CC       images/core-s390.o
20:23:22 [2021-06-18T20:23:22.613Z] #43 27.00   CC       images/sa.o
20:23:22 [2021-06-18T20:23:22.869Z] #43 27.22   CC       images/timer.o
20:23:22 [2021-06-18T20:23:22.953Z] #43 22.87   CC       images/cpuinfo.o
20:23:23 [2021-06-18T20:23:23.212Z] #43 23.26   CC       images/inventory.o
20:23:23 [2021-06-18T20:23:23.433Z] #43 27.62   CC       images/timerfd.o
20:23:23 [2021-06-18T20:23:23.433Z] #43 27.81   CC       images/mm.o
20:23:23 [2021-06-18T20:23:23.472Z] #43 23.58   CC       images/fdinfo.o
20:23:23 [2021-06-18T20:23:23.690Z] #43 28.13   CC       images/sk-opts.o
20:23:23 [2021-06-18T20:23:23.728Z] #43 ...
20:23:23 [2021-06-18T20:23:23.728Z] 
20:23:23 [2021-06-18T20:23:23.728Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
20:23:23 [2021-06-18T20:23:23.728Z] #24 sha256:927055122c69d66d9b9f4ebdad2d1521c0404784f8f264c90ff663eb2e95eebf
20:23:23 [2021-06-18T20:23:23.728Z] #24 211.1 + return
20:23:23 [2021-06-18T20:23:23.728Z] #24 DONE 211.2s
20:23:23 [2021-06-18T20:23:23.728Z] 
20:23:23 [2021-06-18T20:23:23.728Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:23 [2021-06-18T20:23:23.728Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:23 [2021-06-18T20:23:23.728Z] #43 170.0   CC       criu/uts_ns.o
20:23:23 [2021-06-18T20:23:23.731Z] #43 ...
20:23:23 [2021-06-18T20:23:23.731Z] 
20:23:23 [2021-06-18T20:23:23.731Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:23 [2021-06-18T20:23:23.731Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:23:23 [2021-06-18T20:23:23.947Z] #43 28.33   CC       images/sk-unix.o
20:23:23 [2021-06-18T20:23:23.990Z] #43 170.3   CC       criu/vdso.o
20:23:23 [2021-06-18T20:23:23.990Z] #43 ...
20:23:23 [2021-06-18T20:23:23.990Z] 
20:23:23 [2021-06-18T20:23:23.990Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:23 [2021-06-18T20:23:23.990Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:23:23 [2021-06-18T20:23:23.990Z] #56 177.0 + bin/containerd
20:23:24 [2021-06-18T20:23:24.204Z] #43 28.74   CC       images/sk-inet.o
20:23:24 [2021-06-18T20:23:24.251Z] #56 ...
20:23:24 [2021-06-18T20:23:24.251Z] 
20:23:24 [2021-06-18T20:23:24.251Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:24 [2021-06-18T20:23:24.251Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:24 [2021-06-18T20:23:24.251Z] #43 170.8   LINK     criu/built-in.o
20:23:24 [2021-06-18T20:23:24.513Z] #43 171.1   LINK     criu/criu
20:23:24 [2021-06-18T20:23:24.516Z] #56 ...
20:23:24 [2021-06-18T20:23:24.516Z] 
20:23:24 [2021-06-18T20:23:24.516Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:24 [2021-06-18T20:23:24.516Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:24 [2021-06-18T20:23:24.516Z] #43 23.07   CC       images/remap-file-path.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 23.26   CC       images/eventfd.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 23.52   CC       images/eventpoll.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 23.97   CC       images/fh.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 24.47   CC       images/fsnotify.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 25.32   CC       images/signalfd.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 25.50   CC       images/fs.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 25.69   CC       images/pstree.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 25.87   CC       images/pipe.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 26.09   CC       images/tcp-stream.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 26.32   CC       images/sk-packet.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 26.54   CC       images/mnt.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 26.83   CC       images/pipe-data.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 26.99   CC       images/sa.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 27.16   CC       images/timer.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 27.49   CC       images/timerfd.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 27.65   CC       images/mm.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 27.89   CC       images/sk-opts.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 28.06   CC       images/sk-unix.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 28.30   CC       images/sk-inet.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 28.58   CC       images/tun.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 28.86   CC       images/sk-netlink.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 29.11   CC       images/packet-sock.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 29.44   CC       images/ipc-var.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 29.59   CC       images/ipc-desc.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 29.79   CC       images/ipc-shm.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 29.95   CC       images/ipc-msg.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 30.23   CC       images/ipc-sem.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 30.41   CC       images/utsns.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 30.57   CC       images/creds.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 30.81   CC       images/vma.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 31.00   CC       images/netdev.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 31.48   CC       images/tty.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 32.06   CC       images/file-lock.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 32.28   CC       images/rlimit.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 32.55   CC       images/pagemap.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 32.88   CC       images/siginfo.o
20:23:24 [2021-06-18T20:23:24.516Z] #43 33.11   CC       images/rpc.o
20:23:24 [2021-06-18T20:23:24.769Z] #43 29.14   CC       images/tun.o
20:23:25 [2021-06-18T20:23:25.023Z] #22 10.43   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
20:23:25 [2021-06-18T20:23:25.026Z] #43 29.41   CC       images/sk-netlink.o
20:23:25 [2021-06-18T20:23:25.028Z] #56 49.38 Checking out files:  49% (2008/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  86% (3514/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
20:23:25 [2021-06-18T20:23:25.028Z] #56 ...
20:23:25 [2021-06-18T20:23:25.028Z] 
20:23:25 [2021-06-18T20:23:25.028Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
20:23:25 [2021-06-18T20:23:25.028Z] #51 sha256:ed233c8fec135d04d8aeea450cfc998326deb0ff1283033253b6d3f89e15fc8b
20:23:25 [2021-06-18T20:23:25.028Z] #51 90.80 mvdan.cc/sh/v3/cmd/shfmt
20:23:25 [2021-06-18T20:23:25.028Z] #51 DONE 96.4s
20:23:25 [2021-06-18T20:23:25.086Z] #43 171.5   DEP      lib/c/criu.d
20:23:25 [2021-06-18T20:23:25.086Z] #43 171.6   CC       images/rpc.pb-c.o
20:23:25 [2021-06-18T20:23:25.283Z] #43 29.62   CC       images/packet-sock.o
20:23:25 [2021-06-18T20:23:25.287Z] 
20:23:25 [2021-06-18T20:23:25.288Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:25 [2021-06-18T20:23:25.288Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:23:25 [2021-06-18T20:23:25.478Z] #43 34.30   CC       images/ext-file.o
20:23:25 [2021-06-18T20:23:25.546Z] #56 49.38 Checking out files:  49% (2008/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  86% (3514/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
Checking out files:  93% (3777/4061)   
Checking out files:  94% (3818/4061)   
Checking out files:  95% (3858/4061)   
Checking out files:  96% (3899/4061)   
Checking out files:  97% (3940/4061)   
Checking out files:  98% (3980/4061)   
Checking out files:  99% (4021/4061)   
Checking out files: 100% (4061/4061)   
Checking out files: 100% (4061/4061), done.
20:23:25 [2021-06-18T20:23:25.547Z] #56 51.04 + cd /tmp/tmp.Vj0hbXPkFA/src/github.com/containerd/containerd
20:23:25 [2021-06-18T20:23:25.547Z] #56 51.04 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
20:23:25 [2021-06-18T20:23:25.549Z] #43 29.92   CC       images/ipc-var.o
20:23:25 [2021-06-18T20:23:25.738Z] #43 34.51   CC       images/cgroup.o
20:23:25 [2021-06-18T20:23:25.806Z] #56 ...
20:23:25 [2021-06-18T20:23:25.806Z] 
20:23:25 [2021-06-18T20:23:25.806Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:25 [2021-06-18T20:23:25.806Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:23:25 [2021-06-18T20:23:25.806Z] #45 87.08 go/doc
20:23:25 [2021-06-18T20:23:25.806Z] #45 87.24 encoding/xml
20:23:25 [2021-06-18T20:23:25.806Z] #45 90.98 github.com/LK4D4/vndr/build
20:23:25 [2021-06-18T20:23:25.806Z] #45 92.52 github.com/LK4D4/vndr/versioned
20:23:25 [2021-06-18T20:23:25.806Z] #45 92.61 compress/flate
20:23:25 [2021-06-18T20:23:25.806Z] #45 93.98 hash/crc32
20:23:25 [2021-06-18T20:23:25.806Z] #45 94.60 net
20:23:25 [2021-06-18T20:23:25.806Z] #45 95.58 compress/gzip
20:23:25 [2021-06-18T20:23:25.806Z] #45 96.38 vendor/golang.org/x/text/transform
20:23:25 [2021-06-18T20:23:25.806Z] #45 97.12 vendor/golang.org/x/text/unicode/bidi
20:23:25 [2021-06-18T20:23:25.806Z] #43 30.09   CC       images/ipc-desc.o
20:23:25 [2021-06-18T20:23:25.806Z] #43 ...
20:23:25 [2021-06-18T20:23:25.806Z] 
20:23:25 [2021-06-18T20:23:25.806Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:25 [2021-06-18T20:23:25.806Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:23:25 [2021-06-18T20:23:25.807Z] #56 46.12 Checking out files:  41% (1701/4061)   
Checking out files:  42% (1706/4061)   
Checking out files:  43% (1747/4061)   
Checking out files:  44% (1787/4061)   
Checking out files:  45% (1828/4061)   
Checking out files:  46% (1869/4061)   
Checking out files:  47% (1909/4061)   
Checking out files:  48% (1950/4061)   
Checking out files:  49% (1990/4061)   
Checking out files:  50% (2031/4061)   
Checking out files:  51% (2072/4061)   
Checking out files:  52% (2112/4061)   
Checking out files:  53% (2153/4061)   
Checking out files:  54% (2193/4061)   
Checking out files:  55% (2234/4061)   
Checking out files:  56% (2275/4061)   
Checking out files:  57% (2315/4061)   
Checking out files:  58% (2356/4061)   
Checking out files:  59% (2396/4061)   
Checking out files:  60% (2437/4061)   
Checking out files:  61% (2478/4061)   
Checking out files:  62% (2518/4061)   
Checking out files:  63% (2559/4061)   
Checking out files:  64% (2600/4061)   
Checking out files:  65% (2640/4061)   
Checking out files:  66% (2681/4061)   
Checking out files:  67% (2721/4061)   
Checking out files:  68% (2762/4061)   
Checking out files:  69% (2803/4061)   
Checking out files:  70% (2843/4061)   
Checking out files:  71% (2884/4061)   
Checking out files:  72% (2924/4061)   
Checking out files:  73% (2965/4061)   
Checking out files:  74% (3006/4061)   
Checking out files:  75% (3046/4061)   
Checking out files:  76% (3087/4061)   
Checking out files:  77% (3127/4061)   
Checking out files:  78% (3168/4061)   
Checking out files:  79% (3209/4061)   
Checking out files:  80% (3249/4061)   
Checking out files:  80% (3286/4061)   
Checking out files:  81% (3290/4061)   
Checking out files:  82% (3331/4061)   
Checking out files:  83% (3371/4061)   
Checking out files:  84% (3412/4061)   
Checking out files:  85% (3452/4061)   
Checking out files:  86% (3493/4061)   
Checking out files:  87% (3534/4061)   
Checking out files:  88% (3574/4061)   
Checking out files:  89% (3615/4061)   
Checking out files:  90% (3655/4061)   
Checking out files:  91% (3696/4061)   
Checking out files:  92% (3737/4061)   
Checking out files:  93% (3777/4061)   
Checking out files:  94% (3818/4061)   
Checking out files:  95% (3858/4061)   
Checking out files:  96% (3899/4061)   
Checking out files:  97% (3940/4061)   
Checking out files:  97% (3969/4061)   
Checking out files:  98% (3980/4061)   
Checking out files:  99% (4021/4061)   
Checking out files: 100% (4061/4061)   
Checking out files: 100% (4061/4061), done.
20:23:25 [2021-06-18T20:23:25.807Z] #56 48.33 + cd /tmp/tmp.DEYLk949nY/src/github.com/containerd/containerd
20:23:25 [2021-06-18T20:23:25.807Z] #56 48.33 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.45 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + BUILDTAGS='netgo osusergo static_build'
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + export EXTRA_FLAGS=-buildmode=pie
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + EXTRA_FLAGS=-buildmode=pie
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + '[' '' = dynamic ']'
20:23:25 [2021-06-18T20:23:25.807Z] #56 50.46 + make
20:23:25 [2021-06-18T20:23:25.807Z] #56 51.61 + bin/ctr
20:23:25 [2021-06-18T20:23:25.959Z] #22 ...
20:23:25 [2021-06-18T20:23:25.959Z] 
20:23:25 [2021-06-18T20:23:25.959Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:25 [2021-06-18T20:23:25.959Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:25 [2021-06-18T20:23:25.959Z] #43 134.3   CC       criu/netfilter.o
20:23:25 [2021-06-18T20:23:25.959Z] #43 134.7   CC       criu/page-pipe.o
20:23:25 [2021-06-18T20:23:25.959Z] #43 135.3   CC       criu/page-xfer.o
20:23:25 [2021-06-18T20:23:25.959Z] #43 136.6   CC       criu/pagemap-cache.o
20:23:25 [2021-06-18T20:23:25.959Z] #43 136.9   CC       criu/pagemap.o
20:23:25 [2021-06-18T20:23:25.959Z] #43 137.8   CC       criu/parasite-syscall.o
20:23:25 [2021-06-18T20:23:25.960Z] #43 138.6   CC       criu/path.o
20:23:25 [2021-06-18T20:23:25.960Z] #43 139.0   CC       criu/pie-util-vdso-elf32.o
20:23:26 [2021-06-18T20:23:26.032Z] #43 172.1   CC       lib/c/criu.o
20:23:26 [2021-06-18T20:23:26.032Z] #43 ...
20:23:26 [2021-06-18T20:23:26.032Z] 
20:23:26 [2021-06-18T20:23:26.032Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:23:26 [2021-06-18T20:23:26.032Z] #25 sha256:699cd5997f88da8c9ac2505867d80402d70b695f1f547fa9d0ca0d21e89a6c4a
20:23:26 [2021-06-18T20:23:26.032Z] #25 DONE 0.2s
20:23:26 [2021-06-18T20:23:26.065Z] #45 ...
20:23:26 [2021-06-18T20:23:26.065Z] 
20:23:26 [2021-06-18T20:23:26.065Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:26 [2021-06-18T20:23:26.065Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:26 [2021-06-18T20:23:26.065Z] #43 24.03   CC       images/fown.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 24.25   CC       images/ns.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 24.47   CC       images/regfile.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 24.80   CC       images/ghost-file.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 25.19   CC       images/fifo.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 25.47   CC       images/remap-file-path.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 25.71   CC       images/eventfd.o
20:23:26 [2021-06-18T20:23:26.065Z] #43 26.00   CC       images/eventpoll.o
20:23:26 [2021-06-18T20:23:26.218Z] #43 139.5   CC       criu/pie-util-vdso.o
20:23:26 [2021-06-18T20:23:26.296Z] 
20:23:26 [2021-06-18T20:23:26.296Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:23:26 [2021-06-18T20:23:26.296Z] #30 sha256:5efb476be5dd35e081e1f588a2b77d0a8959ba4f0ebc2d1f418e1b8bb306e178
20:23:26 [2021-06-18T20:23:26.307Z] #43 35.18   CC       images/userns.o
20:23:26 [2021-06-18T20:23:26.326Z] #43 26.32   CC       images/fh.o
20:23:26 [2021-06-18T20:23:26.567Z] #43 35.43   CC       images/google/protobuf/descriptor.o
20:23:26 [2021-06-18T20:23:26.787Z] #43 140.1   CC       criu/pie-util.o
20:23:26 [2021-06-18T20:23:26.896Z] #43 26.65   CC       images/fsnotify.o
20:23:27 [2021-06-18T20:23:27.050Z] #43 140.3   CC       criu/pipes.o
20:23:27 [2021-06-18T20:23:27.154Z] #43 27.29   CC       images/signalfd.o
20:23:27 [2021-06-18T20:23:27.701Z] #56 ...
20:23:27 [2021-06-18T20:23:27.701Z] 
20:23:27 [2021-06-18T20:23:27.701Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:27 [2021-06-18T20:23:27.701Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:27 [2021-06-18T20:23:27.701Z] #13 97.05 Selecting previously unselected package g++-mingw-w64-x86-64.
20:23:27 [2021-06-18T20:23:27.701Z] #13 97.05 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:27 [2021-06-18T20:23:27.701Z] #13 97.06 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:27 [2021-06-18T20:23:27.724Z] #43 27.51   CC       images/fs.o
20:23:27 [2021-06-18T20:23:27.724Z] #43 27.75   CC       images/pstree.o
20:23:27 [2021-06-18T20:23:27.982Z] #43 27.99   CC       images/pipe.o
20:23:27 [2021-06-18T20:23:27.987Z] #43 ...
20:23:27 [2021-06-18T20:23:27.987Z] 
20:23:27 [2021-06-18T20:23:27.987Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:23:27 [2021-06-18T20:23:27.987Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:23:27 [2021-06-18T20:23:27.987Z] #22 11.57 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
20:23:27 [2021-06-18T20:23:27.987Z] #22 11.61   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
20:23:27 [2021-06-18T20:23:27.987Z] #22 11.64 Collecting pyyaml (from yamllint==1.26.1)
20:23:27 [2021-06-18T20:23:27.987Z] #22 11.86   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
20:23:27 [2021-06-18T20:23:27.987Z] #22 12.20 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
20:23:27 [2021-06-18T20:23:27.987Z] #22 12.21 Building wheels for collected packages: yamllint
20:23:27 [2021-06-18T20:23:27.987Z] #22 12.21   Running setup.py bdist_wheel for yamllint: started
20:23:27 [2021-06-18T20:23:27.987Z] #22 13.29   Running setup.py bdist_wheel for yamllint: finished with status 'done'
20:23:27 [2021-06-18T20:23:27.987Z] #22 13.30   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
20:23:27 [2021-06-18T20:23:27.987Z] #22 13.34 Successfully built yamllint
20:23:27 [2021-06-18T20:23:27.987Z] #22 13.36 Installing collected packages: pathspec, pyyaml, yamllint
20:23:28 [2021-06-18T20:23:28.215Z] #30 DONE 1.8s
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:23:28 [2021-06-18T20:23:28.215Z] #33 sha256:38b262b5e6735d12a66bc8b9702d7e04a2845eb66d753355f228d1247333b76b
20:23:28 [2021-06-18T20:23:28.215Z] #33 DONE 0.2s
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
20:23:28 [2021-06-18T20:23:28.215Z] #35 sha256:f20e9ab9d2efa993122cd1b08552b15382eddb73c639cb951f6981c0c8d669c0
20:23:28 [2021-06-18T20:23:28.215Z] #35 DONE 0.1s
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:28 [2021-06-18T20:23:28.215Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.1   LINK     lib/c/built-in.o
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.1   LINK     lib/c/libcriu.so
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.2   LINK     lib/c/libcriu.a
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.3   GEN      magic.py
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.4 Note: Building without setproctitle() and strlcpy() support.
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.4 Note: Building without GnuTLS support
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.4 Makefile.config:39: Warn: you have no libnftables installed
20:23:28 [2021-06-18T20:23:28.215Z] #43 173.4 Makefile.config:40: Warn: Building without nftables support
20:23:28 [2021-06-18T20:23:28.215Z] #43 174.2 fatal: not a git repository (or any of the parent directories): .git
20:23:28 [2021-06-18T20:23:28.215Z] #43 ...
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
20:23:28 [2021-06-18T20:23:28.215Z] #38 sha256:eef90e608a951740b0f4d9f9204a058cc30225044b62c77edb4e01a9947c07b9
20:23:28 [2021-06-18T20:23:28.215Z] #38 DONE 0.1s
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
20:23:28 [2021-06-18T20:23:28.215Z] #41 sha256:d1dcbfaed0d964710a01b9fc924979204b9709ad72d49f84c654bb5489bf0bab
20:23:28 [2021-06-18T20:23:28.215Z] #41 DONE 0.2s
20:23:28 [2021-06-18T20:23:28.215Z] 
20:23:28 [2021-06-18T20:23:28.215Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:28 [2021-06-18T20:23:28.215Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
20:23:28 [2021-06-18T20:23:28.241Z] #43 28.23   CC       images/tcp-stream.o
20:23:28 [2021-06-18T20:23:28.476Z] #43 175.0 make[1]: Nothing to be done for 'all'.
20:23:28 [2021-06-18T20:23:28.476Z] #43 37.05   CC       images/opts.o
20:23:28 [2021-06-18T20:23:28.476Z] #43 37.33   CC       images/seccomp.o
20:23:28 [2021-06-18T20:23:28.500Z] #43 28.46   CC       images/sk-packet.o
20:23:28 [2021-06-18T20:23:28.555Z] #22 13.75 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
20:23:28 [2021-06-18T20:23:28.737Z] #43 37.54   CC       images/binfmt-misc.o
20:23:28 [2021-06-18T20:23:28.760Z] #43 28.74   CC       images/mnt.o
20:23:28 [2021-06-18T20:23:28.815Z] #22 DONE 14.1s
20:23:28 [2021-06-18T20:23:28.815Z] 
20:23:28 [2021-06-18T20:23:28.815Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:23:28 [2021-06-18T20:23:28.815Z] #25 sha256:1eeddb110603aaccb5993ebb3a22d884556c32551403511a4f756e55738847f5
20:23:28 [2021-06-18T20:23:28.997Z] #43 37.72   CC       images/time.o
20:23:28 [2021-06-18T20:23:28.997Z] #43 37.88   CC       images/sysctl.o
20:23:29 [2021-06-18T20:23:29.019Z] #43 28.98   CC       images/pipe-data.o
20:23:29 [2021-06-18T20:23:29.074Z] #25 DONE 0.3s
20:23:29 [2021-06-18T20:23:29.074Z] 
20:23:29 [2021-06-18T20:23:29.074Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:29 [2021-06-18T20:23:29.074Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:29 [2021-06-18T20:23:29.074Z] #43 141.1   CC       criu/plugin.o
20:23:29 [2021-06-18T20:23:29.074Z] #43 141.6   CC       criu/proc_parse.o
20:23:29 [2021-06-18T20:23:29.256Z] #43 38.05   CC       images/autofs.o
20:23:29 [2021-06-18T20:23:29.278Z] #43 29.19   CC       images/sa.o
20:23:29 [2021-06-18T20:23:29.420Z] #43 175.7 make[1]: 'images/built-in.o' is up to date.
20:23:29 [2021-06-18T20:23:29.420Z] #43 175.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:23:29 [2021-06-18T20:23:29.420Z] #43 175.8 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:23:29 [2021-06-18T20:23:29.420Z] #43 175.9 make[1]: 'compel/libcompel.a' is up to date.
20:23:29 [2021-06-18T20:23:29.420Z] #43 176.0 make[1]: 'compel/compel-host-bin' is up to date.
20:23:29 [2021-06-18T20:23:29.420Z] #43 176.0 make[1]: Nothing to be done for 'all'.
20:23:29 [2021-06-18T20:23:29.516Z] #43 38.23   CC       images/macvlan.o
20:23:29 [2021-06-18T20:23:29.537Z] #43 29.41   CC       images/timer.o
20:23:29 [2021-06-18T20:23:29.595Z] #13 ...
20:23:29 [2021-06-18T20:23:29.595Z] 
20:23:29 [2021-06-18T20:23:29.595Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:29 [2021-06-18T20:23:29.595Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:23:29 [2021-06-18T20:23:29.595Z] #45 94.04 net
20:23:29 [2021-06-18T20:23:29.595Z] #45 95.40 vendor/golang.org/x/crypto/chacha20poly1305
20:23:29 [2021-06-18T20:23:29.595Z] #45 96.55 vendor/golang.org/x/crypto/hkdf
20:23:29 [2021-06-18T20:23:29.595Z] #45 96.75 vendor/golang.org/x/text/transform
20:23:29 [2021-06-18T20:23:29.595Z] #45 97.43 vendor/golang.org/x/text/unicode/bidi
20:23:29 [2021-06-18T20:23:29.595Z] #45 98.85 vendor/golang.org/x/text/secure/bidirule
20:23:29 [2021-06-18T20:23:29.595Z] #45 99.02 vendor/golang.org/x/text/unicode/norm
20:23:29 [2021-06-18T20:23:29.595Z] #45 102.5 vendor/golang.org/x/net/idna
20:23:29 [2021-06-18T20:23:29.595Z] #45 ...
20:23:29 [2021-06-18T20:23:29.595Z] 
20:23:29 [2021-06-18T20:23:29.595Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:29 [2021-06-18T20:23:29.595Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:29 [2021-06-18T20:23:29.595Z] #43 30.34   CC       images/ipc-shm.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 30.51   CC       images/ipc-msg.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 30.84   CC       images/ipc-sem.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 31.04   CC       images/utsns.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 31.27   CC       images/creds.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 31.48   CC       images/vma.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 31.73   CC       images/netdev.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 32.17   CC       images/tty.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 32.65   CC       images/file-lock.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 32.90   CC       images/rlimit.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 33.06   CC       images/pagemap.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 33.31   CC       images/siginfo.o
20:23:29 [2021-06-18T20:23:29.595Z] #43 33.56   CC       images/rpc.o
20:23:29 [2021-06-18T20:23:29.682Z] #43 176.1 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:29 [2021-06-18T20:23:29.776Z] #43 38.52   CC       images/sit.o
20:23:29 [2021-06-18T20:23:29.776Z] #43 38.71   CC       images/memfd.o
20:23:29 [2021-06-18T20:23:29.796Z] #43 29.73   CC       images/timerfd.o
20:23:29 [2021-06-18T20:23:29.943Z] #43 176.3 make[2]: Nothing to be done for 'all'.
20:23:29 [2021-06-18T20:23:29.943Z] #43 176.4 make[2]: Nothing to be done for 'all'.
20:23:29 [2021-06-18T20:23:29.943Z] #43 176.4 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.056Z] #43 30.02   CC       images/mm.o
20:23:30 [2021-06-18T20:23:30.204Z] #43 176.5 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.204Z] #43 176.6 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.204Z] #43 176.6 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.204Z] #43 176.7 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.314Z] #43 30.35   CC       images/sk-opts.o
20:23:30 [2021-06-18T20:23:30.345Z] #43 38.97   CC       images/timens.o
20:23:30 [2021-06-18T20:23:30.345Z] #43 39.21   LINK     images/built-in.o
20:23:30 [2021-06-18T20:23:30.345Z] #43 39.35   GEN      compel/include/asm
20:23:30 [2021-06-18T20:23:30.466Z] #43 176.8 make[2]: Nothing to be done for 'all'.
20:23:30 [2021-06-18T20:23:30.466Z] #43 176.8   INSTALL  criu/criu
20:23:30 [2021-06-18T20:23:30.466Z] #43 DONE 177.0s
20:23:30 [2021-06-18T20:23:30.466Z] 
20:23:30 [2021-06-18T20:23:30.466Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:30 [2021-06-18T20:23:30.466Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:23:30 [2021-06-18T20:23:30.525Z] #43 34.79   CC       images/ext-file.o
20:23:30 [2021-06-18T20:23:30.525Z] #43 35.02   CC       images/cgroup.o
20:23:30 [2021-06-18T20:23:30.573Z] #43 30.56   CC       images/sk-unix.o
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.37   GEN      compel/include/version.h
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.38 touch .config
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.43   GEN      include/common/config.h
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.53   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.54   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.56   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.58   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:23:30 [2021-06-18T20:23:30.605Z] #43 39.60   DEP      compel/arch/x86/plugins/std/memcpy.d
20:23:30 [2021-06-18T20:23:30.832Z] #43 30.84   CC       images/sk-inet.o
20:23:30 [2021-06-18T20:23:30.864Z] #43 39.65   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.69   GEN      compel/plugins/include/uapi/std/syscall.h
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.72   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.73   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.74   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.75   DEP      compel/plugins/std/infect.d
20:23:30 [2021-06-18T20:23:30.865Z] #43 39.86   DEP      compel/plugins/std/string.d
20:23:31 [2021-06-18T20:23:31.090Z] #43 35.66   CC       images/userns.o
20:23:31 [2021-06-18T20:23:31.091Z] #43 31.16   CC       images/tun.o
20:23:31 [2021-06-18T20:23:31.124Z] #43 39.94   DEP      compel/plugins/std/log.d
20:23:31 [2021-06-18T20:23:31.384Z] #43 40.02   DEP      compel/plugins/std/fds.d
20:23:31 [2021-06-18T20:23:31.384Z] #43 40.15   DEP      compel/plugins/std/std.d
20:23:31 [2021-06-18T20:23:31.384Z] #43 40.26   DEP      compel/plugins/shmem/shmem.d
20:23:31 [2021-06-18T20:23:31.384Z] #43 40.39   DEP      compel/plugins/fds/fds.d
20:23:31 [2021-06-18T20:23:31.609Z] #43 144.4   CC       criu/protobuf-desc.o
20:23:31 [2021-06-18T20:23:31.644Z] #43 40.52   CC       compel/plugins/std/std.o
20:23:31 [2021-06-18T20:23:31.655Z] #43 35.94   CC       images/google/protobuf/descriptor.o
20:23:31 [2021-06-18T20:23:31.663Z] #43 31.44   CC       images/sk-netlink.o
20:23:31 [2021-06-18T20:23:31.663Z] #43 31.67   CC       images/packet-sock.o
20:23:31 [2021-06-18T20:23:31.905Z] #43 40.76   CC       compel/plugins/std/fds.o
20:23:31 [2021-06-18T20:23:31.922Z] #43 32.07   CC       images/ipc-var.o
20:23:32 [2021-06-18T20:23:32.165Z] #43 41.17   CC       compel/plugins/std/log.o
20:23:32 [2021-06-18T20:23:32.177Z] #43 145.1   CC       criu/protobuf.o
20:23:32 [2021-06-18T20:23:32.177Z] #43 145.5   CC       criu/pstree.o
20:23:32 [2021-06-18T20:23:32.396Z] #56 ...
20:23:32 [2021-06-18T20:23:32.396Z] 
20:23:32 [2021-06-18T20:23:32.396Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:23:32 [2021-06-18T20:23:32.396Z] #44 sha256:c06e3dbef52acca7342116c834ff4c4e07921036b8a3cf11561dc8df0c64904d
20:23:32 [2021-06-18T20:23:32.396Z] #44 DONE 0.1s
20:23:32 [2021-06-18T20:23:32.396Z] 
20:23:32 [2021-06-18T20:23:32.396Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
20:23:32 [2021-06-18T20:23:32.396Z] #46 sha256:e097e00b33ce5f9b3bdae15e47cd132f49721979fcf7ee9158e872b0115de8ce
20:23:32 [2021-06-18T20:23:32.396Z] #46 DONE 0.1s
20:23:32 [2021-06-18T20:23:32.396Z] 
20:23:32 [2021-06-18T20:23:32.396Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:32 [2021-06-18T20:23:32.396Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:23:32 [2021-06-18T20:23:32.396Z] #56 ...
20:23:32 [2021-06-18T20:23:32.396Z] 
20:23:32 [2021-06-18T20:23:32.396Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:23:32 [2021-06-18T20:23:32.396Z] #48 sha256:869e32ede442c480213626263a43f5058408b69b7ded0356594ef6ed852a6bfe
20:23:32 [2021-06-18T20:23:32.396Z] #48 DONE 0.1s
20:23:32 [2021-06-18T20:23:32.396Z] 
20:23:32 [2021-06-18T20:23:32.396Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:23:32 [2021-06-18T20:23:32.396Z] #50 sha256:c78b1b2f0bdd6cb39e531691e6743f55dc2e1aeff659266b86129dcc02e215bb
20:23:32 [2021-06-18T20:23:32.490Z] #43 32.24   CC       images/ipc-desc.o
20:23:32 [2021-06-18T20:23:32.490Z] #43 32.49   CC       images/ipc-shm.o
20:23:32 [2021-06-18T20:23:32.657Z] #50 DONE 0.2s
20:23:32 [2021-06-18T20:23:32.657Z] 
20:23:32 [2021-06-18T20:23:32.657Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:23:32 [2021-06-18T20:23:32.657Z] #52 sha256:b8ed16f3b1fcf4c772bda4e763b080e4092ea662dce1ad53107a04391f360238
20:23:32 [2021-06-18T20:23:32.734Z] #43 ...
20:23:32 [2021-06-18T20:23:32.734Z] 
20:23:32 [2021-06-18T20:23:32.734Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:32 [2021-06-18T20:23:32.734Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:23:32 [2021-06-18T20:23:32.734Z] #45 102.6 vendor/golang.org/x/net/idna
20:23:32 [2021-06-18T20:23:32.734Z] #45 104.8 vendor/golang.org/x/net/http2/hpack
20:23:32 [2021-06-18T20:23:32.734Z] #45 106.3 mime
20:23:32 [2021-06-18T20:23:32.734Z] #45 108.2 mime/quotedprintable
20:23:32 [2021-06-18T20:23:32.734Z] #45 108.6 net/http/internal
20:23:32 [2021-06-18T20:23:32.734Z] #45 111.8 net/textproto
20:23:32 [2021-06-18T20:23:32.734Z] #45 111.8 crypto/x509
20:23:32 [2021-06-18T20:23:32.749Z] #43 32.70   CC       images/ipc-msg.o
20:23:32 [2021-06-18T20:23:32.917Z] #52 DONE 0.2s
20:23:32 [2021-06-18T20:23:32.917Z] 
20:23:32 [2021-06-18T20:23:32.917Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
20:23:32 [2021-06-18T20:23:32.917Z] #54 sha256:b448f1b51dd904c05ec618b56ff3cbef19fd1e97b0a6d8f4b0a61b2a4b68fe3a
20:23:32 [2021-06-18T20:23:32.994Z] #45 113.0 vendor/golang.org/x/net/http/httpguts
20:23:33 [2021-06-18T20:23:33.008Z] #43 33.01   CC       images/ipc-sem.o
20:23:33 [2021-06-18T20:23:33.025Z] #43 37.54   CC       images/opts.o
20:23:33 [2021-06-18T20:23:33.178Z] #54 DONE 0.1s
20:23:33 [2021-06-18T20:23:33.178Z] 
20:23:33 [2021-06-18T20:23:33.178Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:33 [2021-06-18T20:23:33.178Z] #56 sha256:f29eb8e93fce497c503062e8c47a0eaadd429a15e7a4402546cb46125834f7d0
20:23:33 [2021-06-18T20:23:33.253Z] #45 ...
20:23:33 [2021-06-18T20:23:33.253Z] 
20:23:33 [2021-06-18T20:23:33.253Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:33 [2021-06-18T20:23:33.253Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:33 [2021-06-18T20:23:33.253Z] #43 41.99   CC       compel/plugins/std/string.o
20:23:33 [2021-06-18T20:23:33.253Z] #43 ...
20:23:33 [2021-06-18T20:23:33.253Z] 
20:23:33 [2021-06-18T20:23:33.253Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:33 [2021-06-18T20:23:33.253Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:33 [2021-06-18T20:23:33.253Z] #13 97.01 Selecting previously unselected package g++-mingw-w64-x86-64.
20:23:33 [2021-06-18T20:23:33.253Z] #13 97.01 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:33 [2021-06-18T20:23:33.253Z] #13 97.02 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:33 [2021-06-18T20:23:33.269Z] #43 33.18   CC       images/utsns.o
20:23:33 [2021-06-18T20:23:33.513Z] #13 ...
20:23:33 [2021-06-18T20:23:33.513Z] 
20:23:33 [2021-06-18T20:23:33.513Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:33 [2021-06-18T20:23:33.513Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:23:33 [2021-06-18T20:23:33.513Z] #45 113.3 vendor/golang.org/x/net/http/httpproxy
20:23:33 [2021-06-18T20:23:33.528Z] #43 33.44   CC       images/creds.o
20:23:33 [2021-06-18T20:23:33.529Z] #43 ...
20:23:33 [2021-06-18T20:23:33.529Z] 
20:23:33 [2021-06-18T20:23:33.529Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:33 [2021-06-18T20:23:33.529Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:33 [2021-06-18T20:23:33.529Z] #13 96.33 Selecting previously unselected package g++-mingw-w64-x86-64.
20:23:33 [2021-06-18T20:23:33.529Z] #13 96.33 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:33 [2021-06-18T20:23:33.529Z] #13 96.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:33 [2021-06-18T20:23:33.554Z] #43 146.6   CC       criu/rbtree.o
20:23:33 [2021-06-18T20:23:33.589Z] #43 37.74   CC       images/seccomp.o
20:23:33 [2021-06-18T20:23:33.589Z] #43 37.97   CC       images/binfmt-misc.o
20:23:33 [2021-06-18T20:23:33.589Z] #43 38.17   CC       images/time.o
20:23:33 [2021-06-18T20:23:33.772Z] #45 113.7 mime/multipart
20:23:33 [2021-06-18T20:23:33.813Z] #43 ...
20:23:33 [2021-06-18T20:23:33.813Z] 
20:23:33 [2021-06-18T20:23:33.813Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:23:33 [2021-06-18T20:23:33.813Z] #30 sha256:263d199a29ca0a3230d6728189c0a42394ea3c868bc688f5540c5b12105b6338
20:23:33 [2021-06-18T20:23:33.813Z] #30 DONE 4.8s
20:23:33 [2021-06-18T20:23:33.813Z] 
20:23:33 [2021-06-18T20:23:33.813Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:33 [2021-06-18T20:23:33.813Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:33 [2021-06-18T20:23:33.813Z] #43 147.0   CC       criu/rst-malloc.o
20:23:33 [2021-06-18T20:23:33.813Z] #43 ...
20:23:33 [2021-06-18T20:23:33.813Z] 
20:23:33 [2021-06-18T20:23:33.813Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:23:33 [2021-06-18T20:23:33.813Z] #33 sha256:85c8d7a81fd8ae15346c5dbd5cce2e05801f035a260a48b313643bde36760187
20:23:34 [2021-06-18T20:23:34.072Z] #33 DONE 0.3s
20:23:34 [2021-06-18T20:23:34.072Z] 
20:23:34 [2021-06-18T20:23:34.072Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
20:23:34 [2021-06-18T20:23:34.072Z] #35 sha256:fc7f8b6551f68897c489e9ccb93762c67da25f371b7f98e1f264650339444b50
20:23:34 [2021-06-18T20:23:34.072Z] #35 DONE 0.1s
20:23:34 [2021-06-18T20:23:34.072Z] 
20:23:34 [2021-06-18T20:23:34.072Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:34 [2021-06-18T20:23:34.072Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:34 [2021-06-18T20:23:34.072Z] #43 147.3   CC       criu/seccomp.o
20:23:34 [2021-06-18T20:23:34.153Z] #43 38.36   CC       images/sysctl.o
20:23:34 [2021-06-18T20:23:34.153Z] #43 38.53   CC       images/autofs.o
20:23:34 [2021-06-18T20:23:34.331Z] #43 ...
20:23:34 [2021-06-18T20:23:34.331Z] 
20:23:34 [2021-06-18T20:23:34.331Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
20:23:34 [2021-06-18T20:23:34.331Z] #38 sha256:210eaf0f50e8ad455d39bbf583830a152d5b07560dae7c77872a20db68635171
20:23:34 [2021-06-18T20:23:34.331Z] #38 DONE 0.1s
20:23:34 [2021-06-18T20:23:34.331Z] 
20:23:34 [2021-06-18T20:23:34.331Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:34 [2021-06-18T20:23:34.331Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:23:34 [2021-06-18T20:23:34.409Z] #43 38.78   CC       images/macvlan.o
20:23:34 [2021-06-18T20:23:34.665Z] #43 39.00   CC       images/sit.o
20:23:34 [2021-06-18T20:23:34.665Z] #43 39.17   CC       images/memfd.o
20:23:34 [2021-06-18T20:23:34.818Z] DEBUG: print all environment variables to check how Jenkins runs this script
20:23:34 [2021-06-18T20:23:34.818Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-24365007\powershellScript.ps1'; exit $LASTEXITCODE;
20:23:34 [2021-06-18T20:23:34.818Z] ----------------------------------------------------------------------------
20:23:34 [2021-06-18T20:23:34.818Z] 
20:23:34 [2021-06-18T20:23:34.818Z] INFO: executeCI.ps1 starting at Fri Jun 18 20:23:32 CUT 2021
20:23:34 [2021-06-18T20:23:34.818Z] 
20:23:34 [2021-06-18T20:23:34.818Z] INFO: Script version 05-Feb-2019 09:03 PDT
20:23:34 [2021-06-18T20:23:34.818Z] INFO: Running git version 2.24.1.windows.2
20:23:34 [2021-06-18T20:23:34.818Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
20:23:34 [2021-06-18T20:23:34.818Z] INFO: Environment variables:
20:23:34 [2021-06-18T20:23:34.818Z] 
20:23:34 [2021-06-18T20:23:34.818Z] Name                           Value                                                                                   
20:23:34 [2021-06-18T20:23:34.818Z] ----                           -----                                                                                   
20:23:34 [2021-06-18T20:23:34.818Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
20:23:34 [2021-06-18T20:23:34.818Z] amd64                          true                                                                                    
20:23:34 [2021-06-18T20:23:34.818Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
20:23:34 [2021-06-18T20:23:34.818Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
20:23:34 [2021-06-18T20:23:34.818Z] arm64                          true                                                                                    
20:23:34 [2021-06-18T20:23:34.818Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
20:23:34 [2021-06-18T20:23:34.818Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
20:23:34 [2021-06-18T20:23:34.818Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
20:23:34 [2021-06-18T20:23:34.818Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
20:23:34 [2021-06-18T20:23:34.818Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
20:23:34 [2021-06-18T20:23:34.818Z] BRANCH_NAME                    PR-42538                                                                                
20:23:34 [2021-06-18T20:23:34.818Z] BUILD_DISPLAY_NAME             #2                                                                                      
20:23:34 [2021-06-18T20:23:34.818Z] BUILD_ID                       2                                                                                       
20:23:34 [2021-06-18T20:23:34.818Z] BUILD_NUMBER                   2                                                                                       
20:23:34 [2021-06-18T20:23:34.818Z] BUILD_TAG                      jenkins-moby-PR-42538-2                                                                 
20:23:34 [2021-06-18T20:23:34.818Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42538/2/                              
20:23:34 [2021-06-18T20:23:34.818Z] cgroup2                        true                                                                                    
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_AUTHOR                  ameyag                                                                                  
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_AUTHOR_DISPLAY_NAME     Ameya Gawde                                                                             
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_BRANCH                  20.10-overlap-ip                                                                        
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_FORK                    ameyag                                                                                  
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_ID                      42538                                                                                   
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_TARGET                  20.10                                                                                   
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_TITLE                   [20.10 backport] Fix possible overlapping IPs                                           
20:23:34 [2021-06-18T20:23:34.818Z] CHANGE_URL                     https://github.com/moby/moby/pull/42538                                                 
20:23:34 [2021-06-18T20:23:34.818Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
20:23:34 [2021-06-18T20:23:34.818Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
20:23:34 [2021-06-18T20:23:34.818Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
20:23:34 [2021-06-18T20:23:34.818Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
20:23:34 [2021-06-18T20:23:34.818Z] COMPUTERNAME                   azwin-2-a3a470                                                                          
20:23:34 [2021-06-18T20:23:34.818Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
20:23:34 [2021-06-18T20:23:34.818Z] ConfigSequenceNumber           0                                                                                       
20:23:34 [2021-06-18T20:23:34.818Z] dco                            true                                                                                    
20:23:34 [2021-06-18T20:23:34.818Z] DOCKER_BUILDKIT                0                                                                                       
20:23:34 [2021-06-18T20:23:34.818Z] DOCKER_DUT_DEBUG               1                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] DOCKER_EXPERIMENTAL            1                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
20:23:34 [2021-06-18T20:23:34.819Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
20:23:34 [2021-06-18T20:23:34.819Z] EXECUTOR_NUMBER                0                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] FQDN                           azwin-2-a3a470.westus.cloudapp.azure.com                                                
20:23:34 [2021-06-18T20:23:34.819Z] GIT_BRANCH                     PR-42538                                                                                
20:23:34 [2021-06-18T20:23:34.819Z] GIT_COMMIT                     89edb68e8917c61bd41bc9dcc516960ffa4a6556                                                
20:23:34 [2021-06-18T20:23:34.819Z] GIT_PREVIOUS_COMMIT            89edb68e8917c61bd41bc9dcc516960ffa4a6556                                                
20:23:34 [2021-06-18T20:23:34.819Z] GIT_URL                        https://github.com/moby/moby.git                                                        
20:23:34 [2021-06-18T20:23:34.819Z] HUDSON_COOKIE                  25d8204f-5a45-4d83-8527-9313b63b2f7e                                                    
20:23:34 [2021-06-18T20:23:34.819Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
20:23:34 [2021-06-18T20:23:34.819Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
20:23:34 [2021-06-18T20:23:34.819Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
20:23:34 [2021-06-18T20:23:34.819Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
20:23:34 [2021-06-18T20:23:34.819Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
20:23:34 [2021-06-18T20:23:34.819Z] JENKINS_NODE_COOKIE            b7fcc6e0-85ba-454f-bbfa-63c3c97c8460                                                    
20:23:34 [2021-06-18T20:23:34.819Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
20:23:34 [2021-06-18T20:23:34.819Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
20:23:34 [2021-06-18T20:23:34.819Z] JOB_BASE_NAME                  PR-42538                                                                                
20:23:34 [2021-06-18T20:23:34.819Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42538/display/redirect                
20:23:34 [2021-06-18T20:23:34.819Z] JOB_NAME                       moby/PR-42538                                                                           
20:23:34 [2021-06-18T20:23:34.819Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42538/                                
20:23:34 [2021-06-18T20:23:34.819Z] library.jps.version            master                                                                                  
20:23:34 [2021-06-18T20:23:34.819Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
20:23:34 [2021-06-18T20:23:34.819Z] NODE_LABELS                    amd64 azure azwin-2-a3a470 azwin-2019 docker west-us windows windows-2019 x86_64        
20:23:34 [2021-06-18T20:23:34.819Z] NODE_NAME                      azwin-2-a3a470                                                                          
20:23:34 [2021-06-18T20:23:34.819Z] NUMBER_OF_PROCESSORS           4                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] OS                             Windows_NT                                                                              
20:23:34 [2021-06-18T20:23:34.819Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
20:23:34 [2021-06-18T20:23:34.819Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
20:23:34 [2021-06-18T20:23:34.819Z] ppc64le                        false                                                                                   
20:23:34 [2021-06-18T20:23:34.819Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
20:23:34 [2021-06-18T20:23:34.819Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 7, GenuineIntel                                      
20:23:34 [2021-06-18T20:23:34.819Z] PROCESSOR_LEVEL                6                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] PROCESSOR_REVISION             5507                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] ProgramData                    C:\ProgramData                                                                          
20:23:34 [2021-06-18T20:23:34.819Z] ProgramFiles                   C:\Program Files                                                                        
20:23:34 [2021-06-18T20:23:34.819Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
20:23:34 [2021-06-18T20:23:34.819Z] ProgramW6432                   C:\Program Files                                                                        
20:23:34 [2021-06-18T20:23:34.819Z] PROMPT                         $P$G                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] PSExecutionPolicyPreference    Bypass                                                                                  
20:23:34 [2021-06-18T20:23:34.819Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
20:23:34 [2021-06-18T20:23:34.819Z] PUBLIC                         C:\Users\Public                                                                         
20:23:34 [2021-06-18T20:23:34.819Z] rootless                       true                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42538/2/display/redirect?page=artif...
20:23:34 [2021-06-18T20:23:34.819Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42538/2/display/redirect?page=changes 
20:23:34 [2021-06-18T20:23:34.819Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42538/2/display/redirect              
20:23:34 [2021-06-18T20:23:34.819Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42538/2/display/redirect?page=tests   
20:23:34 [2021-06-18T20:23:34.819Z] s390x                          false                                                                                   
20:23:34 [2021-06-18T20:23:34.819Z] SKIP_VALIDATION_TESTS          1                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] SOURCES_DRIVE                  d                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] SOURCES_SUBDIR                 gopath                                                                                  
20:23:34 [2021-06-18T20:23:34.819Z] STAGE_NAME                     Run tests                                                                               
20:23:34 [2021-06-18T20:23:34.819Z] SystemDrive                    C:                                                                                      
20:23:34 [2021-06-18T20:23:34.819Z] SystemRoot                     C:\Windows                                                                              
20:23:34 [2021-06-18T20:23:34.819Z] TEMP                           C:\Windows\TEMP                                                                         
20:23:34 [2021-06-18T20:23:34.819Z] TESTDEBUG                      0                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] TESTRUN_DRIVE                  d                                                                                       
20:23:34 [2021-06-18T20:23:34.819Z] TESTRUN_SUBDIR                 CI                                                                                      
20:23:34 [2021-06-18T20:23:34.819Z] TIMEOUT                        120m                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] TMP                            C:\Windows\TEMP                                                                         
20:23:34 [2021-06-18T20:23:34.819Z] unit_validate                  true                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] USERDOMAIN                     WORKGROUP                                                                               
20:23:34 [2021-06-18T20:23:34.819Z] USERNAME                       azwin-2-a3a470$                                                                         
20:23:34 [2021-06-18T20:23:34.819Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
20:23:34 [2021-06-18T20:23:34.819Z] validate_force                 false                                                                                   
20:23:34 [2021-06-18T20:23:34.819Z] windir                         C:\Windows                                                                              
20:23:34 [2021-06-18T20:23:34.819Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
20:23:34 [2021-06-18T20:23:34.819Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
20:23:34 [2021-06-18T20:23:34.819Z] windowsRS1                     false                                                                                   
20:23:34 [2021-06-18T20:23:34.819Z] windowsRS5                     true                                                                                    
20:23:34 [2021-06-18T20:23:34.819Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
20:23:34 [2021-06-18T20:23:34.819Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
20:23:34 [2021-06-18T20:23:34.819Z] 
20:23:34 [2021-06-18T20:23:34.819Z] 
20:23:34 [2021-06-18T20:23:34.819Z] 
20:23:34 [2021-06-18T20:23:34.819Z] INFO: Sources under d:\gopath\...
20:23:34 [2021-06-18T20:23:34.819Z] INFO: Test run under d:\CI\...
20:23:34 [2021-06-18T20:23:34.819Z] INFO: Running in D:\gopath\src\github.com\docker\docker
20:23:34 [2021-06-18T20:23:34.819Z] INFO: docker/docker repository was found
20:23:34 [2021-06-18T20:23:34.819Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
20:23:34 [2021-06-18T20:23:34.819Z] ltsc2019: Pulling from windows/servercore
20:23:34 [2021-06-18T20:23:34.819Z] 4612f6d0b889: Pulling fs layer
20:23:34 [2021-06-18T20:23:34.819Z] 639bb6bb2beb: Pulling fs layer
20:23:34 [2021-06-18T20:23:34.899Z] #53 ...
20:23:34 [2021-06-18T20:23:34.899Z] 
20:23:34 [2021-06-18T20:23:34.899Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:34 [2021-06-18T20:23:34.899Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:34 [2021-06-18T20:23:34.899Z] #43 148.0   CC       criu/seize.o
20:23:34 [2021-06-18T20:23:34.921Z] #43 39.48   CC       images/timens.o
20:23:35 [2021-06-18T20:23:35.485Z] #43 39.81   LINK     images/built-in.o
20:23:35 [2021-06-18T20:23:35.485Z] #43 39.94   GEN      compel/include/asm
20:23:35 [2021-06-18T20:23:35.485Z] #43 39.97   GEN      compel/include/version.h
20:23:35 [2021-06-18T20:23:35.485Z] #43 40.01 touch .config
20:23:35 [2021-06-18T20:23:35.485Z] #43 40.04   GEN      include/common/config.h
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.15   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.17   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.20   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.22   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.25   DEP      compel/arch/x86/plugins/std/memcpy.d
20:23:35 [2021-06-18T20:23:35.742Z] #43 40.27   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:23:35 [2021-06-18T20:23:35.837Z] #43 148.9   CC       criu/servicefd.o
20:23:35 [2021-06-18T20:23:35.837Z] #43 ...
20:23:35 [2021-06-18T20:23:35.837Z] 
20:23:35 [2021-06-18T20:23:35.837Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:23:35 [2021-06-18T20:23:35.837Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:23:35 [2021-06-18T20:23:35.837Z] #40 DONE 218.5s
20:23:35 [2021-06-18T20:23:35.997Z] #43 40.28   GEN      compel/plugins/include/uapi/std/syscall.h
20:23:35 [2021-06-18T20:23:35.997Z] #43 40.32   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:23:35 [2021-06-18T20:23:35.998Z] #43 40.33   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:23:35 [2021-06-18T20:23:35.998Z] #43 40.36   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:23:35 [2021-06-18T20:23:35.998Z] #43 40.36   DEP      compel/plugins/std/infect.d
20:23:35 [2021-06-18T20:23:35.998Z] #43 40.49   DEP      compel/plugins/std/string.d
20:23:36 [2021-06-18T20:23:36.096Z] 
20:23:36 [2021-06-18T20:23:36.096Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:36 [2021-06-18T20:23:36.096Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:23:36 [2021-06-18T20:23:36.096Z] #53 ...
20:23:36 [2021-06-18T20:23:36.096Z] 
20:23:36 [2021-06-18T20:23:36.096Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:36 [2021-06-18T20:23:36.096Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:36 [2021-06-18T20:23:36.096Z] #43 149.5   CC       criu/shmem.o
20:23:36 [2021-06-18T20:23:36.253Z] #43 40.64   DEP      compel/plugins/std/log.d
20:23:36 [2021-06-18T20:23:36.311Z] #45 115.8 crypto/tls
20:23:36 [2021-06-18T20:23:36.509Z] #43 40.77   DEP      compel/plugins/std/fds.d
20:23:36 [2021-06-18T20:23:36.509Z] #43 40.91   DEP      compel/plugins/std/std.d
20:23:36 [2021-06-18T20:23:36.766Z] #43 41.04   DEP      compel/plugins/shmem/shmem.d
20:23:36 [2021-06-18T20:23:36.766Z] #43 41.12   DEP      compel/plugins/fds/fds.d
20:23:36 [2021-06-18T20:23:36.766Z] #43 41.28   CC       compel/plugins/std/std.o
20:23:37 [2021-06-18T20:23:37.329Z] #43 41.60   CC       compel/plugins/std/fds.o
20:23:37 [2021-06-18T20:23:37.474Z] #43 150.7   CC       criu/sigframe.o
20:23:37 [2021-06-18T20:23:37.585Z] #43 41.98   CC       compel/plugins/std/log.o
20:23:37 [2021-06-18T20:23:37.720Z] #13 ...
20:23:37 [2021-06-18T20:23:37.721Z] 
20:23:37 [2021-06-18T20:23:37.721Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:37 [2021-06-18T20:23:37.721Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + BUILDTAGS='netgo osusergo static_build'
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + export EXTRA_FLAGS=-buildmode=pie
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + EXTRA_FLAGS=-buildmode=pie
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + '[' '' = dynamic ']'
20:23:37 [2021-06-18T20:23:37.721Z] #56 52.89 + make
20:23:37 [2021-06-18T20:23:37.721Z] #56 53.98 + bin/ctr
20:23:37 [2021-06-18T20:23:37.721Z] #56 ...
20:23:37 [2021-06-18T20:23:37.721Z] 
20:23:37 [2021-06-18T20:23:37.721Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:37 [2021-06-18T20:23:37.721Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:37 [2021-06-18T20:23:37.721Z] #43 33.69   CC       images/vma.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 33.94   CC       images/netdev.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 34.32   CC       images/tty.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 34.84   CC       images/file-lock.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 35.07   CC       images/rlimit.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 35.26   CC       images/pagemap.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 35.60   CC       images/siginfo.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 35.84   CC       images/rpc.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 37.01   CC       images/ext-file.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 37.23   CC       images/cgroup.o
20:23:37 [2021-06-18T20:23:37.721Z] #43 ...
20:23:37 [2021-06-18T20:23:37.721Z] 
20:23:37 [2021-06-18T20:23:37.721Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:37 [2021-06-18T20:23:37.721Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:23:37 [2021-06-18T20:23:37.721Z] #45 98.88 vendor/golang.org/x/text/secure/bidirule
20:23:37 [2021-06-18T20:23:37.721Z] #45 99.29 vendor/golang.org/x/text/unicode/norm
20:23:37 [2021-06-18T20:23:37.721Z] #45 103.0 vendor/golang.org/x/net/idna
20:23:37 [2021-06-18T20:23:37.721Z] #45 105.1 vendor/golang.org/x/net/http2/hpack
20:23:37 [2021-06-18T20:23:37.721Z] #45 106.2 mime
20:23:37 [2021-06-18T20:23:37.721Z] #45 107.8 mime/quotedprintable
20:23:37 [2021-06-18T20:23:37.721Z] #45 108.3 net/http/internal
20:23:37 [2021-06-18T20:23:37.734Z] #43 ...
20:23:37 [2021-06-18T20:23:37.734Z] 
20:23:37 [2021-06-18T20:23:37.734Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
20:23:37 [2021-06-18T20:23:37.734Z] #41 sha256:c9b380ab9ec64db9b0140c4034e8050b908a975ab08488e5f67ce6e6f07ad856
20:23:37 [2021-06-18T20:23:37.734Z] #41 DONE 0.5s
20:23:37 [2021-06-18T20:23:37.734Z] 
20:23:37 [2021-06-18T20:23:37.734Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:37 [2021-06-18T20:23:37.734Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:37 [2021-06-18T20:23:37.734Z] #43 150.8   CC       criu/signalfd.o
20:23:37 [2021-06-18T20:23:37.734Z] #43 151.1   CC       criu/sk-inet.o
20:23:37 [2021-06-18T20:23:37.979Z] #45 ...
20:23:37 [2021-06-18T20:23:37.979Z] 
20:23:37 [2021-06-18T20:23:37.979Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:37 [2021-06-18T20:23:37.979Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:37 [2021-06-18T20:23:37.979Z] #43 37.80   CC       images/userns.o
20:23:38 [2021-06-18T20:23:38.238Z] #43 38.12   CC       images/google/protobuf/descriptor.o
20:23:38 [2021-06-18T20:23:38.514Z] #43 42.83   CC       compel/plugins/std/string.o
20:23:38 [2021-06-18T20:23:38.671Z] #43 151.9   CC       criu/sk-netlink.o
20:23:38 [2021-06-18T20:23:38.851Z] #45 ...
20:23:38 [2021-06-18T20:23:38.851Z] 
20:23:38 [2021-06-18T20:23:38.851Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:23:38 [2021-06-18T20:23:38.851Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:23:38 [2021-06-18T20:23:38.851Z] #58 118.8 + for f in rootlesskit rootlesskit-docker-proxy
20:23:38 [2021-06-18T20:23:38.851Z] #58 118.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:38 [2021-06-18T20:23:38.930Z] #43 152.2   CC       criu/sk-packet.o
20:23:39 [2021-06-18T20:23:39.076Z] #43 43.53   CC       compel/plugins/std/infect.o
20:23:39 [2021-06-18T20:23:39.498Z] #43 152.7   CC       criu/sk-queue.o
20:23:39 [2021-06-18T20:23:39.614Z] #43 39.64   CC       images/opts.o
20:23:39 [2021-06-18T20:23:39.639Z] #43 43.95   CC       compel/arch/x86/plugins/std/parasite-head.o
20:23:39 [2021-06-18T20:23:39.639Z] #43 44.00   CC       compel/arch/x86/plugins/std/memcpy.o
20:23:39 [2021-06-18T20:23:39.639Z] #43 44.05   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:23:39 [2021-06-18T20:23:39.639Z] #43 44.11   AR       compel/plugins/std.lib.a
20:23:39 [2021-06-18T20:23:39.639Z] #43 44.20   CC       compel/plugins/fds/fds.o
20:23:39 [2021-06-18T20:23:39.874Z] #43 39.90   CC       images/seccomp.o
20:23:39 [2021-06-18T20:23:39.898Z] #43 ...
20:23:39 [2021-06-18T20:23:39.898Z] 
20:23:39 [2021-06-18T20:23:39.898Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:39 [2021-06-18T20:23:39.898Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:23:39 [2021-06-18T20:23:39.898Z] #45 104.7 vendor/golang.org/x/net/http2/hpack
20:23:39 [2021-06-18T20:23:39.898Z] #45 105.7 mime
20:23:39 [2021-06-18T20:23:39.898Z] #45 107.3 mime/quotedprintable
20:23:39 [2021-06-18T20:23:39.898Z] #45 107.8 net/http/internal
20:23:39 [2021-06-18T20:23:39.898Z] #45 111.7 crypto/tls
20:23:40 [2021-06-18T20:23:40.067Z] #43 153.2   CC       criu/sk-tcp.o
20:23:40 [2021-06-18T20:23:40.156Z] #45 ...
20:23:40 [2021-06-18T20:23:40.156Z] 
20:23:40 [2021-06-18T20:23:40.156Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:40 [2021-06-18T20:23:40.156Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:40 [2021-06-18T20:23:40.156Z] #43 44.44   AR       compel/plugins/fds.lib.a
20:23:40 [2021-06-18T20:23:40.156Z] #43 44.51   HOSTDEP  compel/src/lib/log-host.d
20:23:40 [2021-06-18T20:23:40.156Z] #43 44.61   HOSTDEP  compel/src/lib/handle-elf-host.d
20:23:40 [2021-06-18T20:23:40.156Z] #43 44.72   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:23:40 [2021-06-18T20:23:40.326Z] #43 ...
20:23:40 [2021-06-18T20:23:40.326Z] 
20:23:40 [2021-06-18T20:23:40.327Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:23:40 [2021-06-18T20:23:40.327Z] #49 sha256:774814da1075bea4a9f377afbf0ddf89d137faefe81d9a22cf6122f408c02960
20:23:40 [2021-06-18T20:23:40.327Z] #49 223.1 + /build/golangci-lint --version
20:23:40 [2021-06-18T20:23:40.327Z] #49 223.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:23:40 [2021-06-18T20:23:40.327Z] #49 DONE 223.6s
20:23:40 [2021-06-18T20:23:40.327Z] 
20:23:40 [2021-06-18T20:23:40.327Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:40 [2021-06-18T20:23:40.327Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:40 [2021-06-18T20:23:40.327Z] #43 153.7   CC       criu/sk-unix.o
20:23:40 [2021-06-18T20:23:40.412Z] #43 44.80   HOSTDEP  compel/src/main-host.d
20:23:40 [2021-06-18T20:23:40.441Z] #43 40.22   CC       images/binfmt-misc.o
20:23:40 [2021-06-18T20:23:40.441Z] #43 40.42   CC       images/time.o
20:23:40 [2021-06-18T20:23:40.668Z] #43 44.92   DEP      compel/src/lib/ptrace.d
20:23:40 [2021-06-18T20:23:40.668Z] #43 45.05   DEP      compel/src/lib/infect.d
20:23:40 [2021-06-18T20:23:40.699Z] #43 40.62   CC       images/sysctl.o
20:23:40 [2021-06-18T20:23:40.699Z] #43 40.79   CC       images/autofs.o
20:23:40 [2021-06-18T20:23:40.925Z] #43 45.21   DEP      compel/src/lib/infect-util.d
20:23:40 [2021-06-18T20:23:40.925Z] #43 45.35   DEP      compel/src/lib/infect-rpc.d
20:23:40 [2021-06-18T20:23:40.925Z] #43 45.44   DEP      compel/arch/x86/src/lib/infect.d
20:23:40 [2021-06-18T20:23:40.958Z] #43 41.00   CC       images/macvlan.o
20:23:41 [2021-06-18T20:23:41.182Z] #43 45.62   DEP      compel/arch/x86/src/lib/cpu.d
20:23:41 [2021-06-18T20:23:41.182Z] #43 45.71   DEP      compel/src/lib/log.d
20:23:41 [2021-06-18T20:23:41.217Z] #43 41.17   CC       images/sit.o
20:23:41 [2021-06-18T20:23:41.438Z] #43 45.79   DEP      compel/src/main.d
20:23:41 [2021-06-18T20:23:41.438Z] #43 45.87   DEP      compel/src/lib/handle-elf.d
20:23:41 [2021-06-18T20:23:41.438Z] #43 45.96   DEP      compel/arch/x86/src/lib/handle-elf.d
20:23:41 [2021-06-18T20:23:41.476Z] #43 41.45   CC       images/memfd.o
20:23:41 [2021-06-18T20:23:41.694Z] #43 46.06   CC       compel/src/lib/log.o
20:23:41 [2021-06-18T20:23:41.735Z] #43 41.80   CC       images/timens.o
20:23:41 [2021-06-18T20:23:41.951Z] #43 46.39   CC       compel/arch/x86/src/lib/cpu.o
20:23:41 [2021-06-18T20:23:41.978Z] 639bb6bb2beb: Verifying Checksum
20:23:41 [2021-06-18T20:23:41.978Z] 639bb6bb2beb: Download complete
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.11   LINK     images/built-in.o
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.28   GEN      compel/include/asm
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.31   GEN      compel/include/version.h
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.32 touch .config
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.37   GEN      include/common/config.h
20:23:42 [2021-06-18T20:23:42.303Z] #43 42.46   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.49   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.51   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.52   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.54   DEP      compel/arch/x86/plugins/std/memcpy.d
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.57   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.58   GEN      compel/plugins/include/uapi/std/syscall.h
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.62   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.63   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.66   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:23:42 [2021-06-18T20:23:42.561Z] #43 42.67   DEP      compel/plugins/std/infect.d
20:23:42 [2021-06-18T20:23:42.819Z] #43 42.84   DEP      compel/plugins/std/string.d
20:23:42 [2021-06-18T20:23:42.819Z] #43 42.93   DEP      compel/plugins/std/log.d
20:23:42 [2021-06-18T20:23:42.860Z] #43 155.7   CC       criu/sockets.o
20:23:42 [2021-06-18T20:23:42.879Z] #43 47.15   CC       compel/arch/x86/src/lib/infect.o
20:23:43 [2021-06-18T20:23:43.078Z] #43 43.02   DEP      compel/plugins/std/fds.d
20:23:43 [2021-06-18T20:23:43.078Z] #43 43.17   DEP      compel/plugins/std/std.d
20:23:43 [2021-06-18T20:23:43.119Z] #43 156.2   CC       criu/stats.o
20:23:43 [2021-06-18T20:23:43.336Z] #43 43.26   DEP      compel/plugins/shmem/shmem.d
20:23:43 [2021-06-18T20:23:43.336Z] #43 43.36   DEP      compel/plugins/fds/fds.d
20:23:43 [2021-06-18T20:23:43.378Z] #43 156.5   CC       criu/string.o
20:23:43 [2021-06-18T20:23:43.378Z] #43 156.6   CC       criu/sysctl.o
20:23:43 [2021-06-18T20:23:43.441Z] #43 47.94   CC       compel/src/lib/infect-rpc.o
20:23:43 [2021-06-18T20:23:43.595Z] #43 43.51   CC       compel/plugins/std/std.o
20:23:43 [2021-06-18T20:23:43.854Z] #43 43.78   CC       compel/plugins/std/fds.o
20:23:43 [2021-06-18T20:23:43.946Z] #43 157.1   CC       criu/sysfs_parse.o
20:23:43 [2021-06-18T20:23:43.946Z] #43 157.3   CC       criu/timens.o
20:23:44 [2021-06-18T20:23:44.014Z] #43 48.24   CC       compel/src/lib/infect-util.o
20:23:44 [2021-06-18T20:23:44.114Z] #43 44.14   CC       compel/plugins/std/log.o
20:23:44 [2021-06-18T20:23:44.131Z] #58 ...
20:23:44 [2021-06-18T20:23:44.131Z] 
20:23:44 [2021-06-18T20:23:44.131Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:44 [2021-06-18T20:23:44.131Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:44 [2021-06-18T20:23:44.131Z] #43 42.67   CC       compel/plugins/std/infect.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.08   CC       compel/arch/x86/plugins/std/parasite-head.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.15   CC       compel/arch/x86/plugins/std/memcpy.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.22   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.29   AR       compel/plugins/std.lib.a
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.37   CC       compel/plugins/fds/fds.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.68   AR       compel/plugins/fds.lib.a
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.73   HOSTDEP  compel/src/lib/log-host.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.80   HOSTDEP  compel/src/lib/handle-elf-host.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.91   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 43.96   HOSTDEP  compel/src/main-host.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.08   DEP      compel/src/lib/ptrace.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.25   DEP      compel/src/lib/infect.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.39   DEP      compel/src/lib/infect-util.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.49   DEP      compel/src/lib/infect-rpc.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.60   DEP      compel/arch/x86/src/lib/infect.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.79   DEP      compel/arch/x86/src/lib/cpu.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.87   DEP      compel/src/lib/log.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 44.96   DEP      compel/src/main.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 45.12   DEP      compel/src/lib/handle-elf.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 45.22   DEP      compel/arch/x86/src/lib/handle-elf.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 45.31   CC       compel/src/lib/log.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 45.64   CC       compel/arch/x86/src/lib/cpu.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 46.33   CC       compel/arch/x86/src/lib/infect.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 47.23   CC       compel/src/lib/infect-rpc.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 47.60   CC       compel/src/lib/infect-util.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 47.91   CC       compel/src/lib/infect.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 50.13   CC       compel/src/lib/ptrace.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 50.64   AR       compel/libcompel.a
20:23:44 [2021-06-18T20:23:44.131Z] #43 50.73   HOSTCC   compel/src/main-host.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 50.98   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 51.17   HOSTCC   compel/src/lib/handle-elf-host.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 51.54   HOSTCC   compel/src/lib/log-host.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 51.76   HOSTLINK compel/compel-host-bin
20:23:44 [2021-06-18T20:23:44.131Z] #43 51.92   DEP      soccr/soccr.d
20:23:44 [2021-06-18T20:23:44.131Z] #43 52.04   CC       soccr/soccr.o
20:23:44 [2021-06-18T20:23:44.131Z] #43 ...
20:23:44 [2021-06-18T20:23:44.131Z] 
20:23:44 [2021-06-18T20:23:44.131Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:44 [2021-06-18T20:23:44.131Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:44 [2021-06-18T20:23:44.131Z] #13 112.7 Selecting previously unselected package libapparmor1:amd64.
20:23:44 [2021-06-18T20:23:44.131Z] #13 112.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.131Z] #13 112.7 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:23:44 [2021-06-18T20:23:44.131Z] #13 112.8 Selecting previously unselected package libapparmor-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 112.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 112.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 112.9 Selecting previously unselected package libbtrfs0.
20:23:44 [2021-06-18T20:23:44.132Z] #13 112.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 112.9 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.0 Selecting previously unselected package libbtrfs-dev.
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.0 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.3 Selecting previously unselected package libudev-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.5 Selecting previously unselected package libsepol1-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.8 Selecting previously unselected package libpcre16-3:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 113.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.0 Selecting previously unselected package libpcre32-3:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.2 Selecting previously unselected package libpcrecpp0v5:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.4 Selecting previously unselected package libpcre3-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.8 Selecting previously unselected package libselinux1-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 114.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.1 Selecting previously unselected package libdevmapper-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.2 Selecting previously unselected package libseccomp-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.4 Selecting previously unselected package libsystemd-dev:amd64.
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.9 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 115.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up libbtrfs0 (4.20.1-2) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.1 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.1 Setting up mingw-w64-common (6.0.0-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.2 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.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
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.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
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.4 Setting up dmsetup (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:44 [2021-06-18T20:23:44.132Z] #13 116.5 Processing triggers for libc-bin (2.28-10) ...
20:23:44 [2021-06-18T20:23:44.205Z] #43 157.5   CC       criu/timerfd.o
20:23:44 [2021-06-18T20:23:44.271Z] #43 48.51   CC       compel/src/lib/infect.o
20:23:44 [2021-06-18T20:23:44.702Z] #13 DONE 118.3s
20:23:44 [2021-06-18T20:23:44.702Z] 
20:23:44 [2021-06-18T20:23:44.702Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:23:44 [2021-06-18T20:23:44.702Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
20:23:44 [2021-06-18T20:23:44.773Z] #43 157.7   CC       criu/tty.o
20:23:45 [2021-06-18T20:23:45.053Z] #43 44.92   CC       compel/plugins/std/string.o
20:23:45 [2021-06-18T20:23:45.621Z] #43 45.60   CC       compel/plugins/std/infect.o
20:23:45 [2021-06-18T20:23:45.709Z] #43 158.8   CC       criu/tun.o
20:23:45 [2021-06-18T20:23:45.881Z] #43 ...
20:23:45 [2021-06-18T20:23:45.881Z] 
20:23:45 [2021-06-18T20:23:45.881Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:23:45 [2021-06-18T20:23:45.881Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:23:45 [2021-06-18T20:23:45.881Z] #58 117.0 + for f in rootlesskit rootlesskit-docker-proxy
20:23:45 [2021-06-18T20:23:45.881Z] #58 117.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:45 [2021-06-18T20:23:45.968Z] #43 159.2   CC       criu/uffd.o
20:23:46 [2021-06-18T20:23:46.087Z] #14 DONE 1.7s
20:23:46 [2021-06-18T20:23:46.087Z] 
20:23:46 [2021-06-18T20:23:46.087Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:23:46 [2021-06-18T20:23:46.087Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
20:23:46 [2021-06-18T20:23:46.165Z] #43 ...
20:23:46 [2021-06-18T20:23:46.165Z] 
20:23:46 [2021-06-18T20:23:46.165Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:46 [2021-06-18T20:23:46.165Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.7 Selecting previously unselected package libapparmor1:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.7 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.8 Selecting previously unselected package libapparmor-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 112.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.0 Selecting previously unselected package libbtrfs0.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.0 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.1 Selecting previously unselected package libbtrfs-dev.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.2 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.4 Selecting previously unselected package libudev-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.6 Selecting previously unselected package libsepol1-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.9 Selecting previously unselected package libpcre16-3:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 113.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.1 Selecting previously unselected package libpcre32-3:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.3 Selecting previously unselected package libpcrecpp0v5:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.4 Selecting previously unselected package libpcre3-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.9 Selecting previously unselected package libselinux1-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 114.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.2 Selecting previously unselected package libdevmapper-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.3 Selecting previously unselected package libseccomp-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.5 Selecting previously unselected package libsystemd-dev:amd64.
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
20:23:46 [2021-06-18T20:23:46.165Z] #13 115.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.1 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.1 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.422Z] #13 116.1 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.1 Setting up libbtrfs0 (4.20.1-2) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.2 Setting up mingw-w64-common (6.0.0-3) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.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
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.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
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:46 [2021-06-18T20:23:46.679Z] #13 116.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:46 [2021-06-18T20:23:46.730Z] 4612f6d0b889: Verifying Checksum
20:23:46 [2021-06-18T20:23:46.730Z] 4612f6d0b889: Download complete
20:23:46 [2021-06-18T20:23:46.904Z] #43 160.0   CC       criu/util.o
20:23:46 [2021-06-18T20:23:46.935Z] #13 116.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Setting up dmsetup (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:46 [2021-06-18T20:23:46.936Z] #13 116.4 Processing triggers for libc-bin (2.28-10) ...
20:23:47 [2021-06-18T20:23:47.472Z] #15 DONE 1.3s
20:23:47 [2021-06-18T20:23:47.472Z] 
20:23:47 [2021-06-18T20:23:47.472Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:23:47 [2021-06-18T20:23:47.472Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:23:47 [2021-06-18T20:23:47.731Z] #16 ...
20:23:47 [2021-06-18T20:23:47.731Z] 
20:23:47 [2021-06-18T20:23:47.731Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:23:47 [2021-06-18T20:23:47.731Z] #58 sha256:c5dc6f964f116b8f4ad9e65a68e0a62af85dd6284758fd71013fb5a0ac4a974e
20:23:47 [2021-06-18T20:23:47.731Z] #58 DONE 127.9s
20:23:47 [2021-06-18T20:23:47.841Z] #43 160.9   CC       criu/uts_ns.o
20:23:47 [2021-06-18T20:23:47.841Z] #43 161.0   CC       criu/vdso-compat.o
20:23:47 [2021-06-18T20:23:47.841Z] #43 161.2   CC       criu/vdso.o
20:23:47 [2021-06-18T20:23:47.994Z] 
20:23:47 [2021-06-18T20:23:47.994Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:47 [2021-06-18T20:23:47.994Z] #59 sha256:35c8daf249fd30a61fe8a2aefcb6ff281d19be916f839131f4ca7144e015b3b3
20:23:47 [2021-06-18T20:23:47.994Z] #59 DONE 0.1s
20:23:47 [2021-06-18T20:23:47.994Z] 
20:23:47 [2021-06-18T20:23:47.994Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:47 [2021-06-18T20:23:47.994Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.705 + RM_GOPATH=0
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.705 + TMP_GOPATH=
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.705 + : /build
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.705 + '[' -z '' ']'
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.705 ++ mktemp -d
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.712 + export GOPATH=/tmp/tmp.J0sGavZ9gI
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.712 + GOPATH=/tmp/tmp.J0sGavZ9gI
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.712 + RM_GOPATH=1
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.712 + case "$(go env GOARCH)" in
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.712 ++ go env GOARCH
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + export GO_BUILDMODE=-buildmode=pie
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + GO_BUILDMODE=-buildmode=pie
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 ++ dirname /tmp/install/install.sh
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + dir=/tmp/install
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + bin=runc
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + shift
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + '[' '!' -f /tmp/install/runc.installer ']'
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.761 + . /tmp/install/runc.installer
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.765 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.765 + install_runc
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.765 + uname -r
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.765 + grep -q '^3\.10\.0.*\.el7\.'
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.767 + RUNC_BUILDTAGS='seccomp '
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.767 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.767 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.J0sGavZ9gI/src/github.com/opencontainers/runc
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.769 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
20:23:47 [2021-06-18T20:23:47.994Z] #53 1.769 Cloning into '/tmp/tmp.J0sGavZ9gI/src/github.com/opencontainers/runc'...
20:23:47 [2021-06-18T20:23:47.994Z] #53 ...
20:23:47 [2021-06-18T20:23:47.994Z] 
20:23:47 [2021-06-18T20:23:47.994Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:47 [2021-06-18T20:23:47.994Z] #60 sha256:391b0fb33864389528021eda9d781f9d48cea8794f9108a9786e5a957a755bc6
20:23:47 [2021-06-18T20:23:47.994Z] #60 DONE 0.1s
20:23:48 [2021-06-18T20:23:48.254Z] 
20:23:48 [2021-06-18T20:23:48.254Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:48 [2021-06-18T20:23:48.254Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:48 [2021-06-18T20:23:48.254Z] #43 53.22   AR       soccr/libsoccr.a
20:23:48 [2021-06-18T20:23:48.254Z] #43 53.27 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:48 [2021-06-18T20:23:48.254Z] #43 53.83   DEP      criu/arch/x86/sigframe.d
20:23:48 [2021-06-18T20:23:48.254Z] #43 53.94   DEP      criu/arch/x86/sigaction_compat.d
20:23:48 [2021-06-18T20:23:48.254Z] #43 54.11   DEP      criu/arch/x86/kerndat.d
20:23:48 [2021-06-18T20:23:48.254Z] #43 54.32   DEP      criu/arch/x86/crtools.d
20:23:48 [2021-06-18T20:23:48.254Z] #43 54.40   DEP      criu/arch/x86/cpu.d
20:23:48 [2021-06-18T20:23:48.254Z] #43 54.70   CC       criu/arch/x86/cpu.o
20:23:48 [2021-06-18T20:23:48.254Z] #43 55.57   CC       criu/arch/x86/crtools.o
20:23:48 [2021-06-18T20:23:48.409Z] #43 161.7   LINK     criu/built-in.o
20:23:48 [2021-06-18T20:23:48.409Z] #43 161.8   LINK     criu/criu
20:23:48 [2021-06-18T20:23:48.668Z] #43 162.0   DEP      lib/c/criu.d
20:23:48 [2021-06-18T20:23:48.668Z] #43 162.1   CC       images/rpc.pb-c.o
20:23:48 [2021-06-18T20:23:48.824Z] #43 57.66   CC       criu/arch/x86/kerndat.o
20:23:48 [2021-06-18T20:23:48.830Z] #13 DONE 118.4s
20:23:48 [2021-06-18T20:23:48.830Z] 
20:23:48 [2021-06-18T20:23:48.830Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:48 [2021-06-18T20:23:48.830Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:48 [2021-06-18T20:23:48.830Z] #43 50.98   CC       compel/src/lib/ptrace.o
20:23:48 [2021-06-18T20:23:48.830Z] #43 51.40   AR       compel/libcompel.a
20:23:48 [2021-06-18T20:23:48.830Z] #43 51.51   HOSTCC   compel/src/main-host.o
20:23:48 [2021-06-18T20:23:48.830Z] #43 51.86   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:23:48 [2021-06-18T20:23:48.830Z] #43 52.03   HOSTCC   compel/src/lib/handle-elf-host.o
20:23:48 [2021-06-18T20:23:48.830Z] #43 52.39   HOSTCC   compel/src/lib/log-host.o
20:23:48 [2021-06-18T20:23:48.830Z] #43 52.53   HOSTLINK compel/compel-host-bin
20:23:48 [2021-06-18T20:23:48.830Z] #43 52.66   DEP      soccr/soccr.d
20:23:48 [2021-06-18T20:23:48.830Z] #43 52.78   CC       soccr/soccr.o
20:23:49 [2021-06-18T20:23:49.237Z] #43 162.4   CC       lib/c/criu.o
20:23:49 [2021-06-18T20:23:49.395Z] #43 ...
20:23:49 [2021-06-18T20:23:49.395Z] 
20:23:49 [2021-06-18T20:23:49.395Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:23:49 [2021-06-18T20:23:49.395Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:23:49 [2021-06-18T20:23:49.395Z] #16 1.668 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:23:49 [2021-06-18T20:23:49.395Z] #16 DONE 1.9s
20:23:49 [2021-06-18T20:23:49.395Z] 
20:23:49 [2021-06-18T20:23:49.395Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:23:49 [2021-06-18T20:23:49.395Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.1   LINK     lib/c/built-in.o
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.1   LINK     lib/c/libcriu.so
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.2   LINK     lib/c/libcriu.a
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.3   GEN      magic.py
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.3 Note: Building without setproctitle() and strlcpy() support.
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.4 Note: Building without GnuTLS support
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.4 Makefile.config:39: Warn: you have no libnftables installed
20:23:50 [2021-06-18T20:23:50.173Z] #43 163.4 Makefile.config:40: Warn: Building without nftables support
20:23:50 [2021-06-18T20:23:50.730Z] #43 54.77   AR       soccr/libsoccr.a
20:23:50 [2021-06-18T20:23:50.730Z] #43 ...
20:23:50 [2021-06-18T20:23:50.730Z] 
20:23:50 [2021-06-18T20:23:50.730Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:23:50 [2021-06-18T20:23:50.730Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
20:23:50 [2021-06-18T20:23:50.730Z] #14 DONE 1.7s
20:23:50 [2021-06-18T20:23:50.730Z] 
20:23:50 [2021-06-18T20:23:50.730Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:50 [2021-06-18T20:23:50.730Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:50 [2021-06-18T20:23:50.730Z] #43 54.85 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:50 [2021-06-18T20:23:50.742Z] #43 164.0 fatal: not a git repository (or any of the parent directories): .git
20:23:51 [2021-06-18T20:23:51.180Z] #58 ...
20:23:51 [2021-06-18T20:23:51.180Z] 
20:23:51 [2021-06-18T20:23:51.180Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:51 [2021-06-18T20:23:51.180Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:23:51 [2021-06-18T20:23:51.180Z] #45 111.8 net/textproto
20:23:51 [2021-06-18T20:23:51.180Z] #45 111.8 crypto/x509
20:23:51 [2021-06-18T20:23:51.180Z] #45 112.6 vendor/golang.org/x/net/http/httpguts
20:23:51 [2021-06-18T20:23:51.180Z] #45 113.0 vendor/golang.org/x/net/http/httpproxy
20:23:51 [2021-06-18T20:23:51.180Z] #45 113.5 mime/multipart
20:23:51 [2021-06-18T20:23:51.180Z] #45 115.8 crypto/tls
20:23:51 [2021-06-18T20:23:51.180Z] #45 ...
20:23:51 [2021-06-18T20:23:51.180Z] 
20:23:51 [2021-06-18T20:23:51.180Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
20:23:51 [2021-06-18T20:23:51.180Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.6 Selecting previously unselected package libapparmor1:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.7 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.8 Selecting previously unselected package libapparmor-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 110.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.0 Selecting previously unselected package libbtrfs0.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.1 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.1 Selecting previously unselected package libbtrfs-dev.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.1 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.4 Selecting previously unselected package libudev-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.5 Selecting previously unselected package libsepol1-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.8 Selecting previously unselected package libpcre16-3:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 111.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.0 Selecting previously unselected package libpcre32-3:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.3 Selecting previously unselected package libpcrecpp0v5:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.4 Selecting previously unselected package libpcre3-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.8 Selecting previously unselected package libselinux1-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 112.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.1 Selecting previously unselected package libdevmapper-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.2 Selecting previously unselected package libseccomp-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.4 Selecting previously unselected package libsystemd-dev:amd64.
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 113.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.0 Setting up libbtrfs0 (4.20.1-2) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.1 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.1 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.1 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:23:51 [2021-06-18T20:23:51.180Z] #13 114.2 Setting up mingw-w64-common (6.0.0-3) ...
20:23:51 [2021-06-18T20:23:51.295Z] #43 ...
20:23:51 [2021-06-18T20:23:51.295Z] 
20:23:51 [2021-06-18T20:23:51.295Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:23:51 [2021-06-18T20:23:51.295Z] #58 sha256:71228514b37a0f1532779cff8e5477c46af9fae30e04b3d1aeed813cfdadbccd
20:23:51 [2021-06-18T20:23:51.295Z] #58 117.8 + for f in rootlesskit rootlesskit-docker-proxy
20:23:51 [2021-06-18T20:23:51.295Z] #58 117.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:51 [2021-06-18T20:23:51.295Z] #58 DONE 126.0s
20:23:51 [2021-06-18T20:23:51.295Z] 
20:23:51 [2021-06-18T20:23:51.295Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:51 [2021-06-18T20:23:51.295Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:51 [2021-06-18T20:23:51.295Z] #43 55.57   DEP      criu/arch/x86/sigframe.d
20:23:51 [2021-06-18T20:23:51.295Z] #43 55.69   DEP      criu/arch/x86/sigaction_compat.d
20:23:51 [2021-06-18T20:23:51.295Z] #43 ...
20:23:51 [2021-06-18T20:23:51.295Z] 
20:23:51 [2021-06-18T20:23:51.295Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:51 [2021-06-18T20:23:51.295Z] #59 sha256:20003230b204bf5060db6ae6524cf682fc4ceba76505c3134c4969d2c74d7ce9
20:23:51 [2021-06-18T20:23:51.295Z] #59 DONE 0.1s
20:23:51 [2021-06-18T20:23:51.295Z] 
20:23:51 [2021-06-18T20:23:51.295Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:51 [2021-06-18T20:23:51.295Z] #60 sha256:91ac84538334191ebef7cca268acf67b0a1681a710524a0c6ad0ce1e8831c363
20:23:51 [2021-06-18T20:23:51.295Z] #60 DONE 0.1s
20:23:51 [2021-06-18T20:23:51.322Z] #17 DONE 1.6s
20:23:51 [2021-06-18T20:23:51.322Z] 
20:23:51 [2021-06-18T20:23:51.322Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:51 [2021-06-18T20:23:51.322Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:51 [2021-06-18T20:23:51.322Z] #43 58.62   CC       criu/arch/x86/sigaction_compat.o
20:23:51 [2021-06-18T20:23:51.322Z] #43 59.18   CC       criu/arch/x86/sigframe.o
20:23:51 [2021-06-18T20:23:51.322Z] #43 59.53   LINK     criu/arch/x86/crtools.built-in.o
20:23:51 [2021-06-18T20:23:51.322Z] #43 59.61   DEP      criu/pie/util-vdso-elf32.d
20:23:51 [2021-06-18T20:23:51.322Z] #43 59.85   DEP      criu/pie/util-vdso.d
20:23:51 [2021-06-18T20:23:51.322Z] #43 60.04   DEP      criu/pie/util.d
20:23:51 [2021-06-18T20:23:51.322Z] #43 60.32   CC       criu/pie/util.o
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.2 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:51 [2021-06-18T20:23:51.441Z] #13 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
20:23:51 [2021-06-18T20:23:51.441Z] #13 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
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:51 [2021-06-18T20:23:51.441Z] #13 114.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up dmsetup (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:51 [2021-06-18T20:23:51.442Z] #13 114.4 Processing triggers for libc-bin (2.28-10) ...
20:23:51 [2021-06-18T20:23:51.557Z] 
20:23:51 [2021-06-18T20:23:51.557Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:51 [2021-06-18T20:23:51.557Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:51 [2021-06-18T20:23:51.557Z] #43 55.95   DEP      criu/arch/x86/kerndat.d
20:23:51 [2021-06-18T20:23:51.680Z] #43 164.6 make[1]: Nothing to be done for 'all'.
20:23:51 [2021-06-18T20:23:51.814Z] #43 56.33   DEP      criu/arch/x86/crtools.d
20:23:51 [2021-06-18T20:23:51.892Z] #43 ...
20:23:51 [2021-06-18T20:23:51.892Z] 
20:23:51 [2021-06-18T20:23:51.892Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:51 [2021-06-18T20:23:51.892Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:23:51 [2021-06-18T20:23:51.892Z] #45 121.7 net/http/httptrace
20:23:51 [2021-06-18T20:23:51.892Z] #45 121.9 net/http
20:23:51 [2021-06-18T20:23:51.892Z] #45 ...
20:23:51 [2021-06-18T20:23:51.892Z] 
20:23:51 [2021-06-18T20:23:51.892Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:23:51 [2021-06-18T20:23:51.892Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
20:23:51 [2021-06-18T20:23:51.939Z] #43 165.1 make[1]: 'images/built-in.o' is up to date.
20:23:51 [2021-06-18T20:23:51.939Z] #43 165.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:23:51 [2021-06-18T20:23:51.939Z] #43 165.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:23:51 [2021-06-18T20:23:51.939Z] #43 165.2 make[1]: 'compel/libcompel.a' is up to date.
20:23:51 [2021-06-18T20:23:51.939Z] #43 165.3 make[1]: 'compel/compel-host-bin' is up to date.
20:23:52 [2021-06-18T20:23:52.152Z] #18 DONE 1.2s
20:23:52 [2021-06-18T20:23:52.152Z] 
20:23:52 [2021-06-18T20:23:52.152Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:52 [2021-06-18T20:23:52.152Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:52 [2021-06-18T20:23:52.152Z] #43 60.78   CC       criu/pie/util-vdso.o
20:23:52 [2021-06-18T20:23:52.198Z] #43 165.3 make[1]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.198Z] #43 165.3 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:52 [2021-06-18T20:23:52.198Z] #43 165.5 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.198Z] #43 165.5 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.198Z] #43 165.5 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.378Z] #43 56.62   DEP      criu/arch/x86/cpu.d
20:23:52 [2021-06-18T20:23:52.378Z] #43 56.93   CC       criu/arch/x86/cpu.o
20:23:52 [2021-06-18T20:23:52.457Z] #43 165.6 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.457Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.457Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.457Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.634Z] #43 ...
20:23:52 [2021-06-18T20:23:52.634Z] 
20:23:52 [2021-06-18T20:23:52.634Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:23:52 [2021-06-18T20:23:52.634Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
20:23:52 [2021-06-18T20:23:52.634Z] #15 DONE 2.0s
20:23:52 [2021-06-18T20:23:52.715Z] #43 165.8 make[2]: Nothing to be done for 'all'.
20:23:52 [2021-06-18T20:23:52.715Z] #43 165.8   INSTALL  criu/criu
20:23:52 [2021-06-18T20:23:52.890Z] 
20:23:52 [2021-06-18T20:23:52.890Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:52 [2021-06-18T20:23:52.890Z] #53 sha256:9861e5f79efcaf1e5fd75d30b7423590296089a9a067a3e97e89664977092e10
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.627 + RM_GOPATH=0
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.627 + TMP_GOPATH=
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.627 + : /build
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.627 + '[' -z '' ']'
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.627 ++ mktemp -d
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.632 + export GOPATH=/tmp/tmp.ZybYHgloNo
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.632 + GOPATH=/tmp/tmp.ZybYHgloNo
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.633 + RM_GOPATH=1
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.633 + case "$(go env GOARCH)" in
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.634 ++ go env GOARCH
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.661 + export GO_BUILDMODE=-buildmode=pie
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.661 + GO_BUILDMODE=-buildmode=pie
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.664 ++ dirname /tmp/install/install.sh
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.678 + dir=/tmp/install
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.681 + bin=runc
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.684 + shift
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.684 + '[' '!' -f /tmp/install/runc.installer ']'
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.684 + . /tmp/install/runc.installer
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.685 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.687 + install_runc
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.700 + uname -r
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.705 + grep -q '^3\.10\.0.*\.el7\.'
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.708 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.708 + RUNC_BUILDTAGS='seccomp '
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.708 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.708 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZybYHgloNo/src/github.com/opencontainers/runc
20:23:52 [2021-06-18T20:23:52.890Z] #53 1.712 Cloning into '/tmp/tmp.ZybYHgloNo/src/github.com/opencontainers/runc'...
20:23:52 [2021-06-18T20:23:52.890Z] #53 ...
20:23:52 [2021-06-18T20:23:52.890Z] 
20:23:52 [2021-06-18T20:23:52.890Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:23:52 [2021-06-18T20:23:52.890Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:23:52 [2021-06-18T20:23:52.890Z] #45 117.8 net/http/httptrace
20:23:52 [2021-06-18T20:23:52.890Z] #45 118.0 net/http
20:23:52 [2021-06-18T20:23:52.974Z] #43 DONE 166.1s
20:23:52 [2021-06-18T20:23:52.974Z] 
20:23:52 [2021-06-18T20:23:52.974Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:52 [2021-06-18T20:23:52.974Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:23:53 [2021-06-18T20:23:53.091Z] #43 61.70   CC       criu/pie/util-vdso-elf32.o
20:23:53 [2021-06-18T20:23:53.147Z] #45 ...
20:23:53 [2021-06-18T20:23:53.147Z] 
20:23:53 [2021-06-18T20:23:53.147Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:23:53 [2021-06-18T20:23:53.147Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:23:53 [2021-06-18T20:23:53.344Z] #13 DONE 116.2s
20:23:53 [2021-06-18T20:23:53.344Z] 
20:23:53 [2021-06-18T20:23:53.344Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:53 [2021-06-18T20:23:53.344Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:53 [2021-06-18T20:23:53.344Z] #43 45.99   CC       compel/arch/x86/plugins/std/parasite-head.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.03   CC       compel/arch/x86/plugins/std/memcpy.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.09   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.14   AR       compel/plugins/std.lib.a
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.24   CC       compel/plugins/fds/fds.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.46   AR       compel/plugins/fds.lib.a
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.51   HOSTDEP  compel/src/lib/log-host.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.63   HOSTDEP  compel/src/lib/handle-elf-host.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.71   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.83   HOSTDEP  compel/src/main-host.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 46.99   DEP      compel/src/lib/ptrace.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.16   DEP      compel/src/lib/infect.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.35   DEP      compel/src/lib/infect-util.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.46   DEP      compel/src/lib/infect-rpc.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.59   DEP      compel/arch/x86/src/lib/infect.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.71   DEP      compel/arch/x86/src/lib/cpu.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.81   DEP      compel/src/lib/log.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 47.91   DEP      compel/src/main.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 48.05   DEP      compel/src/lib/handle-elf.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 48.16   DEP      compel/arch/x86/src/lib/handle-elf.d
20:23:53 [2021-06-18T20:23:53.344Z] #43 48.33   CC       compel/src/lib/log.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 48.58   CC       compel/arch/x86/src/lib/cpu.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 49.42   CC       compel/arch/x86/src/lib/infect.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 50.22   CC       compel/src/lib/infect-rpc.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 50.55   CC       compel/src/lib/infect-util.o
20:23:53 [2021-06-18T20:23:53.344Z] #43 50.83   CC       compel/src/lib/infect.o
20:23:53 [2021-06-18T20:23:53.345Z] #43 52.90   CC       compel/src/lib/ptrace.o
20:23:53 [2021-06-18T20:23:53.345Z] #43 53.31   AR       compel/libcompel.a
20:23:53 [2021-06-18T20:23:53.345Z] #43 53.36   HOSTCC   compel/src/main-host.o
20:23:53 [2021-06-18T20:23:53.351Z] #43 ...
20:23:53 [2021-06-18T20:23:53.351Z] 
20:23:53 [2021-06-18T20:23:53.351Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:23:53 [2021-06-18T20:23:53.351Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
20:23:53 [2021-06-18T20:23:53.351Z] #19 DONE 1.2s
20:23:53 [2021-06-18T20:23:53.603Z] #43 ...
20:23:53 [2021-06-18T20:23:53.603Z] 
20:23:53 [2021-06-18T20:23:53.603Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:53 [2021-06-18T20:23:53.603Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:23:53 [2021-06-18T20:23:53.611Z] 
20:23:53 [2021-06-18T20:23:53.611Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:23:53 [2021-06-18T20:23:53.611Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:23:54 [2021-06-18T20:23:54.079Z] #16 1.522 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:23:54 [2021-06-18T20:23:54.079Z] #16 DONE 1.6s
20:23:54 [2021-06-18T20:23:54.079Z] 
20:23:54 [2021-06-18T20:23:54.079Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:23:54 [2021-06-18T20:23:54.079Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
20:23:54 [2021-06-18T20:23:54.354Z] #56 ...
20:23:54 [2021-06-18T20:23:54.354Z] 
20:23:54 [2021-06-18T20:23:54.354Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:23:54 [2021-06-18T20:23:54.354Z] #44 sha256:3075278a9b42d9f803a66fcffb729b8d9276b4fb71b4eb26ee0e75d9028f2fe9
20:23:54 [2021-06-18T20:23:54.354Z] #44 DONE 0.1s
20:23:54 [2021-06-18T20:23:54.354Z] 
20:23:54 [2021-06-18T20:23:54.354Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
20:23:54 [2021-06-18T20:23:54.354Z] #46 sha256:8cad3bd57dc8accb65e24a673b89697790eafce86a33cccd080d24ae0613b437
20:23:54 [2021-06-18T20:23:54.354Z] #46 DONE 0.2s
20:23:54 [2021-06-18T20:23:54.354Z] 
20:23:54 [2021-06-18T20:23:54.354Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:23:54 [2021-06-18T20:23:54.354Z] #48 sha256:69a04ba6350372c23677bb0956cc07b4be1462580c0de2838c0f9877a2ea2902
20:23:54 [2021-06-18T20:23:54.354Z] #48 DONE 0.1s
20:23:54 [2021-06-18T20:23:54.354Z] 
20:23:54 [2021-06-18T20:23:54.354Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:54 [2021-06-18T20:23:54.354Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:23:54 [2021-06-18T20:23:54.354Z] #53 ...
20:23:54 [2021-06-18T20:23:54.354Z] 
20:23:54 [2021-06-18T20:23:54.354Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:23:54 [2021-06-18T20:23:54.354Z] #50 sha256:b12dc8eb47d5d3cf29663c79d30c0f5abd2c0a52389795098de30bce39175188
20:23:54 [2021-06-18T20:23:54.538Z] #53 ...
20:23:54 [2021-06-18T20:23:54.538Z] 
20:23:54 [2021-06-18T20:23:54.538Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
20:23:54 [2021-06-18T20:23:54.538Z] #58 sha256:4988fc0fb0f939bb2457d449e16b11f6b6f9b10a465b8650e35d664d5ce25b7d
20:23:54 [2021-06-18T20:23:54.538Z] #58 DONE 125.7s
20:23:54 [2021-06-18T20:23:54.538Z] 
20:23:54 [2021-06-18T20:23:54.538Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:54 [2021-06-18T20:23:54.538Z] #59 sha256:29484b0e99b3c86b7b921fd37d2e604273f502d1e639f186fd2c46150f5a915b
20:23:54 [2021-06-18T20:23:54.538Z] #59 DONE 0.3s
20:23:54 [2021-06-18T20:23:54.538Z] 
20:23:54 [2021-06-18T20:23:54.538Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:54 [2021-06-18T20:23:54.538Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:54 [2021-06-18T20:23:54.538Z] #43 53.76   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:23:54 [2021-06-18T20:23:54.538Z] #43 53.95   HOSTCC   compel/src/lib/handle-elf-host.o
20:23:54 [2021-06-18T20:23:54.538Z] #43 54.35   HOSTCC   compel/src/lib/log-host.o
20:23:54 [2021-06-18T20:23:54.538Z] #43 54.57   HOSTLINK compel/compel-host-bin
20:23:54 [2021-06-18T20:23:54.796Z] #43 ...
20:23:54 [2021-06-18T20:23:54.796Z] 
20:23:54 [2021-06-18T20:23:54.796Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:54 [2021-06-18T20:23:54.796Z] #60 sha256:133e319fe7f6d2745fb56c6807bac861755b633dbd21700c43fbceb376e3a923
20:23:54 [2021-06-18T20:23:54.796Z] #60 DONE 0.1s
20:23:54 [2021-06-18T20:23:54.796Z] 
20:23:54 [2021-06-18T20:23:54.796Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:54 [2021-06-18T20:23:54.796Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:54 [2021-06-18T20:23:54.796Z] #43 54.76   DEP      soccr/soccr.d
20:23:54 [2021-06-18T20:23:54.922Z] #50 DONE 0.5s
20:23:54 [2021-06-18T20:23:54.922Z] 
20:23:54 [2021-06-18T20:23:54.922Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:23:54 [2021-06-18T20:23:54.922Z] #52 sha256:5930cc709c3d88aadfd9b8f4860152e09acce478ab63d3cb93f547fdb8769df9
20:23:54 [2021-06-18T20:23:54.922Z] #52 DONE 0.1s
20:23:54 [2021-06-18T20:23:54.922Z] 
20:23:54 [2021-06-18T20:23:54.922Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:23:54 [2021-06-18T20:23:54.922Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:23:54 [2021-06-18T20:23:54.992Z] #20 1.533 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:23:54 [2021-06-18T20:23:54.992Z] #20 1.587 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:23:54 [2021-06-18T20:23:54.992Z] #20 1.587 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:54 [2021-06-18T20:23:54.992Z] #20 1.587 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:55 [2021-06-18T20:23:55.056Z] #43 54.91   CC       soccr/soccr.o
20:23:55 [2021-06-18T20:23:55.144Z] #56 217.1 + bin/containerd-stress
20:23:55 [2021-06-18T20:23:55.448Z] #17 DONE 1.2s
20:23:55 [2021-06-18T20:23:55.448Z] 
20:23:55 [2021-06-18T20:23:55.448Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:23:55 [2021-06-18T20:23:55.448Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
20:23:55 [2021-06-18T20:23:55.561Z] #20 2.160 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:23:56 [2021-06-18T20:23:56.384Z] #18 DONE 1.2s
20:23:56 [2021-06-18T20:23:56.384Z] 
20:23:56 [2021-06-18T20:23:56.384Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:56 [2021-06-18T20:23:56.384Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:56 [2021-06-18T20:23:56.384Z] #43 58.00   CC       criu/arch/x86/crtools.o
20:23:56 [2021-06-18T20:23:56.384Z] #43 59.77   CC       criu/arch/x86/kerndat.o
20:23:56 [2021-06-18T20:23:56.384Z] #43 60.43   CC       criu/arch/x86/sigaction_compat.o
20:23:56 [2021-06-18T20:23:56.384Z] #43 60.85   CC       criu/arch/x86/sigframe.o
20:23:56 [2021-06-18T20:23:56.433Z] #43 56.17   AR       soccr/libsoccr.a
20:23:56 [2021-06-18T20:23:56.433Z] #43 56.23 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:56 [2021-06-18T20:23:56.433Z] #43 56.52   DEP      criu/arch/x86/sigframe.d
20:23:56 [2021-06-18T20:23:56.433Z] #43 56.59   DEP      criu/arch/x86/sigaction_compat.d
20:23:56 [2021-06-18T20:23:56.942Z] #20 3.240 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:23:56 [2021-06-18T20:23:56.946Z] #43 61.37   LINK     criu/arch/x86/crtools.built-in.o
20:23:56 [2021-06-18T20:23:56.946Z] #43 61.45   DEP      criu/pie/util-vdso-elf32.d
20:23:57 [2021-06-18T20:23:57.000Z] #43 56.79   DEP      criu/arch/x86/kerndat.d
20:23:57 [2021-06-18T20:23:57.000Z] #43 56.92   DEP      criu/arch/x86/crtools.d
20:23:57 [2021-06-18T20:23:57.054Z] #56 219.9 + bin/containerd-shim
20:23:57 [2021-06-18T20:23:57.203Z] #43 61.63   DEP      criu/pie/util-vdso.d
20:23:57 [2021-06-18T20:23:57.203Z] #43 61.75   DEP      criu/pie/util.d
20:23:57 [2021-06-18T20:23:57.259Z] #43 57.21   DEP      criu/arch/x86/cpu.d
20:23:57 [2021-06-18T20:23:57.259Z] #43 57.27   CC       criu/arch/x86/cpu.o
20:23:57 [2021-06-18T20:23:57.766Z] #43 61.93   CC       criu/pie/util.o
20:23:57 [2021-06-18T20:23:57.766Z] #43 ...
20:23:57 [2021-06-18T20:23:57.766Z] 
20:23:57 [2021-06-18T20:23:57.766Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:23:57 [2021-06-18T20:23:57.766Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
20:23:57 [2021-06-18T20:23:57.766Z] #19 DONE 1.2s
20:23:57 [2021-06-18T20:23:57.766Z] 
20:23:57 [2021-06-18T20:23:57.766Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:23:57 [2021-06-18T20:23:57.766Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:23:57 [2021-06-18T20:23:57.827Z] #43 57.84   CC       criu/arch/x86/crtools.o
20:23:57 [2021-06-18T20:23:57.882Z] #20 4.602 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:23:58 [2021-06-18T20:23:58.452Z] #20 ...
20:23:58 [2021-06-18T20:23:58.452Z] 
20:23:58 [2021-06-18T20:23:58.452Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:23:58 [2021-06-18T20:23:58.452Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:23:58 [2021-06-18T20:23:58.452Z] #53 14.00 + cd /tmp/tmp.J0sGavZ9gI/src/github.com/opencontainers/runc
20:23:58 [2021-06-18T20:23:58.711Z] #53 14.00 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:23:59 [2021-06-18T20:23:59.206Z] #43 58.93   CC       criu/arch/x86/kerndat.o
20:23:59 [2021-06-18T20:23:59.281Z] #53 14.51 + '[' -z '' ']'
20:23:59 [2021-06-18T20:23:59.281Z] #53 14.51 + target=static
20:23:59 [2021-06-18T20:23:59.281Z] #53 14.51 + make 'BUILDTAGS=seccomp ' static
20:23:59 [2021-06-18T20:23:59.465Z] #43 ...
20:23:59 [2021-06-18T20:23:59.465Z] 
20:23:59 [2021-06-18T20:23:59.465Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
20:23:59 [2021-06-18T20:23:59.465Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
20:23:59 [2021-06-18T20:23:59.465Z] #14 DONE 6.0s
20:23:59 [2021-06-18T20:23:59.465Z] 
20:23:59 [2021-06-18T20:23:59.465Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:23:59 [2021-06-18T20:23:59.465Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:23:59 [2021-06-18T20:23:59.465Z] #43 59.47   CC       criu/arch/x86/sigaction_compat.o
20:23:59 [2021-06-18T20:23:59.540Z] #53 14.93 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
20:23:59 [2021-06-18T20:23:59.660Z] #20 1.533 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:23:59 [2021-06-18T20:23:59.660Z] #20 1.560 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:23:59 [2021-06-18T20:23:59.660Z] #20 1.565 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:59 [2021-06-18T20:23:59.660Z] #20 1.731 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:59 [2021-06-18T20:23:59.725Z] #43 59.73   CC       criu/arch/x86/sigframe.o
20:23:59 [2021-06-18T20:23:59.917Z] #20 2.105 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:24:00 [2021-06-18T20:24:00.293Z] #43 60.11   LINK     criu/arch/x86/crtools.built-in.o
20:24:00 [2021-06-18T20:24:00.293Z] #43 60.17   DEP      criu/pie/util-vdso-elf32.d
20:24:00 [2021-06-18T20:24:00.552Z] #43 60.38   DEP      criu/pie/util-vdso.d
20:24:00 [2021-06-18T20:24:00.552Z] #43 60.50   DEP      criu/pie/util.d
20:24:00 [2021-06-18T20:24:00.812Z] #43 60.64   CC       criu/pie/util.o
20:24:00 [2021-06-18T20:24:00.846Z] #20 3.182 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:24:01 [2021-06-18T20:24:01.071Z] #43 61.06   CC       criu/pie/util-vdso.o
20:24:01 [2021-06-18T20:24:01.071Z] #43 ...
20:24:01 [2021-06-18T20:24:01.071Z] 
20:24:01 [2021-06-18T20:24:01.071Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:01 [2021-06-18T20:24:01.071Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:24:01 [2021-06-18T20:24:01.071Z] #45 122.2 net/http/httptrace
20:24:01 [2021-06-18T20:24:01.071Z] #45 122.5 net/http
20:24:01 [2021-06-18T20:24:01.071Z] #45 ...
20:24:01 [2021-06-18T20:24:01.071Z] 
20:24:01 [2021-06-18T20:24:01.071Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:24:01 [2021-06-18T20:24:01.071Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.374 + RM_GOPATH=0
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.374 + TMP_GOPATH=
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.374 + : /build
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.374 + '[' -z '' ']'
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.375 ++ mktemp -d
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.376 + export GOPATH=/tmp/tmp.OOUU95kAjt
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.376 + GOPATH=/tmp/tmp.OOUU95kAjt
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.376 + RM_GOPATH=1
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.376 + case "$(go env GOARCH)" in
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.377 ++ go env GOARCH
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.381 + export GO_BUILDMODE=-buildmode=pie
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.381 + GO_BUILDMODE=-buildmode=pie
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.382 ++ dirname /tmp/install/install.sh
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + dir=/tmp/install
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + bin=runc
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + shift
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + . /tmp/install/runc.installer
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.385 + install_runc
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.386 + uname -r
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.390 + grep -q '^3\.10\.0.*\.el7\.'
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.391 + RUNC_BUILDTAGS='seccomp '
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.391 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.391 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OOUU95kAjt/src/github.com/opencontainers/runc
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.391 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
20:24:01 [2021-06-18T20:24:01.071Z] #53 5.393 Cloning into '/tmp/tmp.OOUU95kAjt/src/github.com/opencontainers/runc'...
20:24:01 [2021-06-18T20:24:01.488Z] #56 196.9 + bin/containerd
20:24:02 [2021-06-18T20:24:02.344Z] #56 225.4 + bin/containerd-shim-runc-v1
20:24:02 [2021-06-18T20:24:02.740Z] #20 4.557 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:24:03 [2021-06-18T20:24:03.667Z] #20 5.904 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:24:03 [2021-06-18T20:24:03.739Z] #53 ...
20:24:03 [2021-06-18T20:24:03.739Z] 
20:24:03 [2021-06-18T20:24:03.739Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:03 [2021-06-18T20:24:03.739Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:03 [2021-06-18T20:24:03.739Z] #43 62.65   AR       criu/pie/pie.lib.a
20:24:03 [2021-06-18T20:24:03.739Z] #43 62.76   DEP      criu/pie/restorer.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 62.97   DEP      criu/arch/x86/sigaction_compat_pie.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.17   DEP      criu/arch/x86/restorer_unmap.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.19   DEP      criu/arch/x86/restorer.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.37   DEP      criu/arch/x86/vdso-pie.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.50   DEP      criu/pie/parasite-vdso.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.69   DEP      criu/pie/parasite.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 63.96   CC       criu/pie/parasite.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 65.21   LINK     criu/pie/parasite.built-in.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 65.22   GEN      criu/pie/parasite-blob.h
20:24:03 [2021-06-18T20:24:03.739Z] #43 65.25   CC       criu/pie/parasite-vdso.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 65.88   CC       criu/arch/x86/vdso-pie.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 66.23   CC       criu/arch/x86/restorer.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 66.68   CC       criu/arch/x86/restorer_unmap.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 66.74   CC       criu/arch/x86/sigaction_compat_pie.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 66.99   CC       criu/pie/restorer.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 69.80   LINK     criu/pie/restorer.built-in.o
20:24:03 [2021-06-18T20:24:03.739Z] #43 69.80   GEN      criu/pie/restorer-blob.h
20:24:03 [2021-06-18T20:24:03.739Z] #43 69.88   DEP      criu/vdso.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.08   DEP      criu/vdso-compat.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.21   DEP      criu/uts_ns.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.35   DEP      criu/util.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.59   DEP      criu/uffd.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.79   DEP      criu/tun.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 70.94   DEP      criu/tty.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.16   DEP      criu/timerfd.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.33   DEP      criu/timens.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.58   DEP      criu/sysfs_parse.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.71   DEP      criu/sysctl.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.85   DEP      criu/string.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 71.89   DEP      criu/stats.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 72.00   DEP      criu/sockets.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 72.16   DEP      criu/sk-unix.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 72.31   DEP      criu/sk-tcp.d
20:24:03 [2021-06-18T20:24:03.739Z] #43 72.59   DEP      criu/sk-queue.d
20:24:03 [2021-06-18T20:24:03.923Z] #20 ...
20:24:03 [2021-06-18T20:24:03.923Z] 
20:24:03 [2021-06-18T20:24:03.923Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:24:03 [2021-06-18T20:24:03.923Z] #53 sha256:9861e5f79efcaf1e5fd75d30b7423590296089a9a067a3e97e89664977092e10
20:24:03 [2021-06-18T20:24:03.923Z] #53 13.57 + cd /tmp/tmp.ZybYHgloNo/src/github.com/opencontainers/runc
20:24:03 [2021-06-18T20:24:03.923Z] #53 13.57 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:24:03 [2021-06-18T20:24:03.923Z] #53 13.92 + '[' -z '' ']'
20:24:03 [2021-06-18T20:24:03.923Z] #53 13.92 + target=static
20:24:03 [2021-06-18T20:24:03.923Z] #53 13.92 + make 'BUILDTAGS=seccomp ' static
20:24:03 [2021-06-18T20:24:03.923Z] #53 14.38 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
20:24:04 [2021-06-18T20:24:04.000Z] #43 72.81   DEP      criu/sk-packet.d
20:24:04 [2021-06-18T20:24:04.260Z] #43 73.04   DEP      criu/sk-netlink.d
20:24:04 [2021-06-18T20:24:04.361Z] #53 ...
20:24:04 [2021-06-18T20:24:04.361Z] 
20:24:04 [2021-06-18T20:24:04.361Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:24:04 [2021-06-18T20:24:04.361Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
20:24:04 [2021-06-18T20:24:04.361Z] #15 DONE 4.5s
20:24:04 [2021-06-18T20:24:04.361Z] 
20:24:04 [2021-06-18T20:24:04.361Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:24:04 [2021-06-18T20:24:04.361Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
20:24:04 [2021-06-18T20:24:04.520Z] #43 73.33   DEP      criu/sk-inet.d
20:24:04 [2021-06-18T20:24:04.780Z] #43 73.56   DEP      criu/signalfd.d
20:24:04 [2021-06-18T20:24:04.780Z] #43 73.66   DEP      criu/sigframe.d
20:24:04 [2021-06-18T20:24:04.780Z] #43 73.77   DEP      criu/shmem.d
20:24:05 [2021-06-18T20:24:05.039Z] #43 73.89   DEP      criu/servicefd.d
20:24:05 [2021-06-18T20:24:05.039Z] #43 74.02   DEP      criu/seize.d
20:24:05 [2021-06-18T20:24:05.299Z] #43 74.23   DEP      criu/seccomp.d
20:24:05 [2021-06-18T20:24:05.868Z] #43 74.48   DEP      criu/rst-malloc.d
20:24:05 [2021-06-18T20:24:05.868Z] #43 74.60   DEP      criu/rbtree.d
20:24:05 [2021-06-18T20:24:05.868Z] #43 74.64   DEP      criu/pstree.d
20:24:06 [2021-06-18T20:24:06.128Z] #43 74.83   DEP      criu/protobuf.d
20:24:06 [2021-06-18T20:24:06.128Z] #43 74.97   GEN      criu/protobuf-desc-gen.h
20:24:06 [2021-06-18T20:24:06.554Z] #56 229.4 + bin/containerd-shim-runc-v2
20:24:06 [2021-06-18T20:24:06.760Z] #56 ...
20:24:06 [2021-06-18T20:24:06.760Z] 
20:24:06 [2021-06-18T20:24:06.760Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:24:06 [2021-06-18T20:24:06.760Z] #53 sha256:e7cc794e6474a85026d1d4d2f9f313082d54ae221874649977b3b9c58550e8cd
20:24:06 [2021-06-18T20:24:06.760Z] #53 125.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:24:06 [2021-06-18T20:24:06.897Z] #16 3.134 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:07 [2021-06-18T20:24:07.019Z] #53 126.3 + mkdir -p /build
20:24:07 [2021-06-18T20:24:07.159Z] #16 DONE 3.2s
20:24:07 [2021-06-18T20:24:07.159Z] 
20:24:07 [2021-06-18T20:24:07.159Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:07 [2021-06-18T20:24:07.159Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:07 [2021-06-18T20:24:07.159Z] #43 61.74   CC       criu/pie/util-vdso-elf32.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 62.44   AR       criu/pie/pie.lib.a
20:24:07 [2021-06-18T20:24:07.159Z] #43 62.52   DEP      criu/pie/restorer.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 62.77   DEP      criu/arch/x86/sigaction_compat_pie.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 62.88   DEP      criu/arch/x86/restorer_unmap.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 62.89   DEP      criu/arch/x86/restorer.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 63.05   DEP      criu/arch/x86/vdso-pie.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 63.15   DEP      criu/pie/parasite-vdso.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 63.33   DEP      criu/pie/parasite.d
20:24:07 [2021-06-18T20:24:07.159Z] #43 63.67   CC       criu/pie/parasite.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 65.09   LINK     criu/pie/parasite.built-in.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 65.09   GEN      criu/pie/parasite-blob.h
20:24:07 [2021-06-18T20:24:07.159Z] #43 65.09   CC       criu/pie/parasite-vdso.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 65.82   CC       criu/arch/x86/vdso-pie.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 66.19   CC       criu/arch/x86/restorer.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 66.70   CC       criu/arch/x86/restorer_unmap.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 66.75   CC       criu/arch/x86/sigaction_compat_pie.o
20:24:07 [2021-06-18T20:24:07.159Z] #43 67.08   CC       criu/pie/restorer.o
20:24:07 [2021-06-18T20:24:07.278Z] #53 126.3 + cp runc /build/runc
20:24:07 [2021-06-18T20:24:07.494Z] #56 230.7 + binaries
20:24:07 [2021-06-18T20:24:07.537Z] #53 DONE 126.8s
20:24:07 [2021-06-18T20:24:07.537Z] 
20:24:07 [2021-06-18T20:24:07.537Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:24:07 [2021-06-18T20:24:07.537Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:24:07 [2021-06-18T20:24:07.754Z] #56 230.7 + install -D bin/containerd /build/containerd
20:24:07 [2021-06-18T20:24:07.754Z] #56 230.7 + install -D bin/containerd-shim /build/containerd-shim
20:24:07 [2021-06-18T20:24:07.754Z] #56 230.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:24:07 [2021-06-18T20:24:07.754Z] #56 230.8 + install -D bin/ctr /build/ctr
20:24:08 [2021-06-18T20:24:08.016Z] #56 DONE 231.1s
20:24:08 [2021-06-18T20:24:08.037Z] #43 ...
20:24:08 [2021-06-18T20:24:08.037Z] 
20:24:08 [2021-06-18T20:24:08.037Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:08 [2021-06-18T20:24:08.037Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:24:08 [2021-06-18T20:24:08.037Z] #45 137.7 github.com/LK4D4/vndr/godl
20:24:08 [2021-06-18T20:24:08.037Z] #45 138.6 github.com/LK4D4/vndr
20:24:08 [2021-06-18T20:24:08.037Z] #45 ...
20:24:08 [2021-06-18T20:24:08.037Z] 
20:24:08 [2021-06-18T20:24:08.037Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:08 [2021-06-18T20:24:08.037Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:08 [2021-06-18T20:24:08.037Z] #20 5.912 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:24:08 [2021-06-18T20:24:08.037Z] #20 11.89 Fetched 8980 kB in 11s (846 kB/s)
20:24:08 [2021-06-18T20:24:08.037Z] #20 11.89 Reading package lists...
20:24:08 [2021-06-18T20:24:08.037Z] #20 ...
20:24:08 [2021-06-18T20:24:08.037Z] 
20:24:08 [2021-06-18T20:24:08.037Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:08 [2021-06-18T20:24:08.037Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:08 [2021-06-18T20:24:08.037Z] #43 76.77   DEP      criu/protobuf-desc.d
20:24:08 [2021-06-18T20:24:08.037Z] #43 76.89   DEP      criu/proc_parse.d
20:24:08 [2021-06-18T20:24:08.097Z] #53 ...
20:24:08 [2021-06-18T20:24:08.097Z] 
20:24:08 [2021-06-18T20:24:08.097Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:08 [2021-06-18T20:24:08.097Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:08 [2021-06-18T20:24:08.097Z] #43 62.32   CC       criu/pie/util-vdso.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 63.41   CC       criu/pie/util-vdso-elf32.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.12   AR       criu/pie/pie.lib.a
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.20   DEP      criu/pie/restorer.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.42   DEP      criu/arch/x86/sigaction_compat_pie.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.62   DEP      criu/arch/x86/restorer_unmap.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.65   DEP      criu/arch/x86/restorer.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 64.86   DEP      criu/arch/x86/vdso-pie.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 65.02   DEP      criu/pie/parasite-vdso.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 65.19   DEP      criu/pie/parasite.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 65.46   CC       criu/pie/parasite.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 66.67   LINK     criu/pie/parasite.built-in.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 66.69   GEN      criu/pie/parasite-blob.h
20:24:08 [2021-06-18T20:24:08.097Z] #43 66.72   CC       criu/pie/parasite-vdso.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 67.47   CC       criu/arch/x86/vdso-pie.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 67.83   CC       criu/arch/x86/restorer.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 68.35   CC       criu/arch/x86/restorer_unmap.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 68.40   CC       criu/arch/x86/sigaction_compat_pie.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 68.82   CC       criu/pie/restorer.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 72.19   LINK     criu/pie/restorer.built-in.o
20:24:08 [2021-06-18T20:24:08.097Z] #43 72.20   GEN      criu/pie/restorer-blob.h
20:24:08 [2021-06-18T20:24:08.097Z] #43 72.30   DEP      criu/vdso.d
20:24:08 [2021-06-18T20:24:08.097Z] #43 72.46   DEP      criu/vdso-compat.d
20:24:08 [2021-06-18T20:24:08.299Z] #43 ...
20:24:08 [2021-06-18T20:24:08.299Z] 
20:24:08 [2021-06-18T20:24:08.299Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:08 [2021-06-18T20:24:08.299Z] #45 sha256:8d3bddd4225aaeb37a081bf3f9e8198e67e373e4a348c9a8d9170e9be6d84004
20:24:08 [2021-06-18T20:24:08.299Z] #45 DONE 148.2s
20:24:08 [2021-06-18T20:24:08.299Z] 
20:24:08 [2021-06-18T20:24:08.299Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:08 [2021-06-18T20:24:08.299Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:08 [2021-06-18T20:24:08.299Z] #43 77.26   DEP      criu/plugin.d
20:24:08 [2021-06-18T20:24:08.409Z] #43 72.59   DEP      criu/uts_ns.d
20:24:08 [2021-06-18T20:24:08.409Z] #43 ...
20:24:08 [2021-06-18T20:24:08.409Z] 
20:24:08 [2021-06-18T20:24:08.409Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:08 [2021-06-18T20:24:08.409Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:24:08 [2021-06-18T20:24:08.409Z] #45 133.1 github.com/LK4D4/vndr/godl
20:24:08 [2021-06-18T20:24:08.409Z] #45 134.0 github.com/LK4D4/vndr
20:24:08 [2021-06-18T20:24:08.409Z] #45 ...
20:24:08 [2021-06-18T20:24:08.409Z] 
20:24:08 [2021-06-18T20:24:08.409Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:08 [2021-06-18T20:24:08.409Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:08 [2021-06-18T20:24:08.409Z] #43 72.75   DEP      criu/util.d
20:24:08 [2021-06-18T20:24:08.538Z] #43 ...
20:24:08 [2021-06-18T20:24:08.538Z] 
20:24:08 [2021-06-18T20:24:08.538Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:24:08 [2021-06-18T20:24:08.538Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:24:08 [2021-06-18T20:24:08.538Z] #53 14.95 + cd /tmp/tmp.OOUU95kAjt/src/github.com/opencontainers/runc
20:24:08 [2021-06-18T20:24:08.538Z] #53 14.95 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
20:24:08 [2021-06-18T20:24:08.559Z] #43 77.43   DEP      criu/pipes.d
20:24:08 [2021-06-18T20:24:08.667Z] #43 72.92   DEP      criu/uffd.d
20:24:08 [2021-06-18T20:24:08.798Z] #53 15.29 + '[' -z '' ']'
20:24:08 [2021-06-18T20:24:08.798Z] #53 15.29 + target=static
20:24:08 [2021-06-18T20:24:08.798Z] #53 15.29 + make 'BUILDTAGS=seccomp ' static
20:24:08 [2021-06-18T20:24:08.819Z] #43 77.62   DEP      criu/pie-util.d
20:24:08 [2021-06-18T20:24:08.933Z] #43 73.36   DEP      criu/tun.d
20:24:08 [2021-06-18T20:24:08.933Z] #43 73.46   DEP      criu/tty.d
20:24:09 [2021-06-18T20:24:09.079Z] #43 77.75   DEP      criu/pie-util-vdso.d
20:24:09 [2021-06-18T20:24:09.198Z] #43 ...
20:24:09 [2021-06-18T20:24:09.198Z] 
20:24:09 [2021-06-18T20:24:09.198Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:09 [2021-06-18T20:24:09.198Z] #45 sha256:48866c5b570b5aa0857c7d4045d37c4996e5db1d5519b5ecc8508fbfd6d94d02
20:24:09 [2021-06-18T20:24:09.198Z] #45 DONE 144.0s
20:24:09 [2021-06-18T20:24:09.198Z] 
20:24:09 [2021-06-18T20:24:09.198Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:24:09 [2021-06-18T20:24:09.198Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:24:09 [2021-06-18T20:24:09.339Z] #43 78.02   DEP      criu/pie-util-vdso-elf32.d
20:24:09 [2021-06-18T20:24:09.339Z] #43 78.13   DEP      criu/path.d
20:24:09 [2021-06-18T20:24:09.339Z] #43 78.21   DEP      criu/parasite-syscall.d
20:24:09 [2021-06-18T20:24:09.367Z] #53 15.78 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
20:24:09 [2021-06-18T20:24:09.398Z] 
20:24:09 [2021-06-18T20:24:09.398Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
20:24:09 [2021-06-18T20:24:09.398Z] #57 sha256:edafaa91e64405eb56b37b47c09965304795aa2303d8523880798dfbad9770f4
20:24:09 [2021-06-18T20:24:09.517Z] #56 ...
20:24:09 [2021-06-18T20:24:09.517Z] 
20:24:09 [2021-06-18T20:24:09.517Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
20:24:09 [2021-06-18T20:24:09.517Z] #54 sha256:a69ed6648edd53727bfa584c16bae26a3a0807957739c6666f39b1610ac16367
20:24:09 [2021-06-18T20:24:09.517Z] #54 DONE 0.2s
20:24:09 [2021-06-18T20:24:09.517Z] 
20:24:09 [2021-06-18T20:24:09.517Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:24:09 [2021-06-18T20:24:09.517Z] #56 sha256:1b6f20f6120dfb0e65a1318ef3a1e073a09e428f7394cee7d8fcf67eb75acf2f
20:24:09 [2021-06-18T20:24:09.599Z] #43 78.50   DEP      criu/pagemap.d
20:24:09 [2021-06-18T20:24:09.627Z] #53 ...
20:24:09 [2021-06-18T20:24:09.627Z] 
20:24:09 [2021-06-18T20:24:09.627Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:24:09 [2021-06-18T20:24:09.627Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
20:24:09 [2021-06-18T20:24:09.627Z] #17 DONE 2.4s
20:24:09 [2021-06-18T20:24:09.658Z] #57 DONE 0.3s
20:24:09 [2021-06-18T20:24:09.658Z] 
20:24:09 [2021-06-18T20:24:09.658Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:24:09 [2021-06-18T20:24:09.658Z] #61 sha256:9fa39d7cfa7f1250a51917c1455cabe61bb10d8fa9260a6020de43422c266417
20:24:09 [2021-06-18T20:24:09.762Z] #56 ...
20:24:09 [2021-06-18T20:24:09.762Z] 
20:24:09 [2021-06-18T20:24:09.762Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:09 [2021-06-18T20:24:09.762Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:09 [2021-06-18T20:24:09.762Z] #20 11.81 Fetched 8980 kB in 11s (855 kB/s)
20:24:09 [2021-06-18T20:24:09.859Z] #43 78.63   DEP      criu/pagemap-cache.d
20:24:09 [2021-06-18T20:24:09.859Z] #43 78.76   DEP      criu/page-xfer.d
20:24:09 [2021-06-18T20:24:09.887Z] 
20:24:09 [2021-06-18T20:24:09.887Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:24:09 [2021-06-18T20:24:09.887Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
20:24:09 [2021-06-18T20:24:09.917Z] #61 DONE 0.1s
20:24:09 [2021-06-18T20:24:09.917Z] 
20:24:09 [2021-06-18T20:24:09.917Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:24:09 [2021-06-18T20:24:09.917Z] #66 sha256:a7eb136247ceaf3d0af9c839c8c564c8534b6b8fb1e61e1ec1e5b5df81dc4b7a
20:24:10 [2021-06-18T20:24:10.119Z] #43 78.97   DEP      criu/page-pipe.d
20:24:10 [2021-06-18T20:24:10.119Z] #43 79.07   DEP      criu/netfilter.d
20:24:10 [2021-06-18T20:24:10.378Z] #43 79.21   DEP      criu/net.d
20:24:10 [2021-06-18T20:24:10.487Z] #66 DONE 0.5s
20:24:10 [2021-06-18T20:24:10.487Z] 
20:24:10 [2021-06-18T20:24:10.487Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
20:24:10 [2021-06-18T20:24:10.487Z] #68 sha256:56f30ffb8e970eddcc9e9d047063c67fc8e4fb20f2647e367f32a1c57fbdda56
20:24:10 [2021-06-18T20:24:10.487Z] #68 DONE 0.1s
20:24:10 [2021-06-18T20:24:10.487Z] 
20:24:10 [2021-06-18T20:24:10.487Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:24:10 [2021-06-18T20:24:10.487Z] #69 sha256:86a87fcd8ce769ee7614db1ac40f35c0e8d18f45ca2fff2e63b7e0f9d0a3ac29
20:24:10 [2021-06-18T20:24:10.487Z] #69 DONE 0.0s
20:24:10 [2021-06-18T20:24:10.487Z] 
20:24:10 [2021-06-18T20:24:10.487Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
20:24:10 [2021-06-18T20:24:10.487Z] #70 sha256:ca40baf933b9746d05e4d9cc803fdb88ece87ecaf80e372258080a946ec1ce93
20:24:10 [2021-06-18T20:24:10.638Z] #43 79.49   DEP      criu/namespaces.d
20:24:10 [2021-06-18T20:24:10.898Z] #43 79.68   DEP      criu/mount.d
20:24:11 [2021-06-18T20:24:11.158Z] #43 79.92   DEP      criu/memfd.d
20:24:11 [2021-06-18T20:24:11.158Z] #43 80.05   DEP      criu/mem.d
20:24:11 [2021-06-18T20:24:11.418Z] #43 80.28   DEP      criu/lsm.d
20:24:11 [2021-06-18T20:24:11.678Z] #43 80.48   DEP      criu/log.d
20:24:11 [2021-06-18T20:24:11.938Z] #43 80.60   DEP      criu/libnetlink.d
20:24:11 [2021-06-18T20:24:11.938Z] #43 80.77   DEP      criu/kerndat.d
20:24:12 [2021-06-18T20:24:12.198Z] #43 81.01   DEP      criu/kcmp-ids.d
20:24:12 [2021-06-18T20:24:12.198Z] #43 81.13   DEP      criu/irmap.d
20:24:12 [2021-06-18T20:24:12.399Z] #70 DONE 2.0s
20:24:12 [2021-06-18T20:24:12.399Z] 
20:24:12 [2021-06-18T20:24:12.399Z] #71 exporting to image
20:24:12 [2021-06-18T20:24:12.399Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:24:12 [2021-06-18T20:24:12.399Z] #71 exporting layers
20:24:12 [2021-06-18T20:24:12.423Z] #18 DONE 2.8s
20:24:12 [2021-06-18T20:24:12.424Z] 
20:24:12 [2021-06-18T20:24:12.424Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:24:12 [2021-06-18T20:24:12.424Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
20:24:12 [2021-06-18T20:24:12.460Z] #43 81.26   DEP      criu/ipc_ns.d
20:24:12 [2021-06-18T20:24:12.460Z] #43 81.40   DEP      criu/image.d
20:24:12 [2021-06-18T20:24:12.724Z] #43 81.52   DEP      criu/image-desc.d
20:24:12 [2021-06-18T20:24:12.724Z] #43 81.60   DEP      criu/fsnotify.d
20:24:12 [2021-06-18T20:24:12.984Z] #43 81.75   DEP      criu/filesystems.d
20:24:12 [2021-06-18T20:24:12.984Z] #43 81.87   DEP      criu/files.d
20:24:12 [2021-06-18T20:24:12.993Z] #19 ...
20:24:12 [2021-06-18T20:24:12.993Z] 
20:24:12 [2021-06-18T20:24:12.993Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:12 [2021-06-18T20:24:12.993Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:24:12 [2021-06-18T20:24:12.993Z] #45 134.2 github.com/LK4D4/vndr/godl
20:24:12 [2021-06-18T20:24:12.993Z] #45 135.1 github.com/LK4D4/vndr
20:24:12 [2021-06-18T20:24:12.993Z] #45 ...
20:24:12 [2021-06-18T20:24:12.993Z] 
20:24:12 [2021-06-18T20:24:12.993Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:12 [2021-06-18T20:24:12.993Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:12 [2021-06-18T20:24:12.993Z] #43 70.45   LINK     criu/pie/restorer.built-in.o
20:24:12 [2021-06-18T20:24:12.993Z] #43 70.47   GEN      criu/pie/restorer-blob.h
20:24:12 [2021-06-18T20:24:12.993Z] #43 70.58   DEP      criu/vdso.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 70.83   DEP      criu/vdso-compat.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 70.94   DEP      criu/uts_ns.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 71.09   DEP      criu/util.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 71.31   DEP      criu/uffd.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 71.57   DEP      criu/tun.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 71.76   DEP      criu/tty.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 71.94   DEP      criu/timerfd.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.14   DEP      criu/timens.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.28   DEP      criu/sysfs_parse.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.41   DEP      criu/sysctl.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.62   DEP      criu/string.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.70   DEP      criu/stats.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 72.86   DEP      criu/sockets.d
20:24:12 [2021-06-18T20:24:12.993Z] #43 73.05   DEP      criu/sk-unix.d
20:24:13 [2021-06-18T20:24:13.248Z] #43 82.04   DEP      criu/files-reg.d
20:24:13 [2021-06-18T20:24:13.248Z] #43 82.24   DEP      criu/files-ext.d
20:24:13 [2021-06-18T20:24:13.562Z] #43 73.35   DEP      criu/sk-tcp.d
20:24:13 [2021-06-18T20:24:13.818Z] #43 82.40   DEP      criu/file-lock.d
20:24:13 [2021-06-18T20:24:13.818Z] #43 82.57   DEP      criu/file-ids.d
20:24:13 [2021-06-18T20:24:13.818Z] #43 82.67   DEP      criu/fifo.d
20:24:13 [2021-06-18T20:24:13.818Z] #43 82.80   DEP      criu/fdstore.d
20:24:13 [2021-06-18T20:24:13.822Z] #43 73.62   DEP      criu/sk-queue.d
20:24:13 [2021-06-18T20:24:13.822Z] #43 73.79   DEP      criu/sk-packet.d
20:24:13 [2021-06-18T20:24:13.941Z] #20 11.81 Reading package lists...
20:24:14 [2021-06-18T20:24:14.081Z] #43 73.99   DEP      criu/sk-netlink.d
20:24:14 [2021-06-18T20:24:14.082Z] #43 82.89   DEP      criu/fault-injection.d
20:24:14 [2021-06-18T20:24:14.082Z] #43 82.93   DEP      criu/external.d
20:24:14 [2021-06-18T20:24:14.340Z] #43 74.24   DEP      criu/sk-inet.d
20:24:14 [2021-06-18T20:24:14.340Z] #43 ...
20:24:14 [2021-06-18T20:24:14.340Z] 
20:24:14 [2021-06-18T20:24:14.340Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
20:24:14 [2021-06-18T20:24:14.340Z] #45 sha256:70195330f4e20680030e332be5806a10a30478b7c25ecbfd639eb4a190e6420a
20:24:14 [2021-06-18T20:24:14.340Z] #45 DONE 145.6s
20:24:14 [2021-06-18T20:24:14.342Z] #43 83.12   DEP      criu/eventpoll.d
20:24:14 [2021-06-18T20:24:14.598Z] 
20:24:14 [2021-06-18T20:24:14.598Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:14 [2021-06-18T20:24:14.598Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:14 [2021-06-18T20:24:14.598Z] #43 74.53   DEP      criu/signalfd.d
20:24:14 [2021-06-18T20:24:14.598Z] #43 74.63   DEP      criu/sigframe.d
20:24:14 [2021-06-18T20:24:14.598Z] #43 74.74   DEP      criu/shmem.d
20:24:14 [2021-06-18T20:24:14.602Z] #43 83.27   DEP      criu/eventfd.d
20:24:14 [2021-06-18T20:24:14.862Z] #43 83.53   DEP      criu/crtools.d
20:24:14 [2021-06-18T20:24:14.862Z] #43 83.77   DEP      criu/cr-service.d
20:24:15 [2021-06-18T20:24:15.121Z] #43 83.97   DEP      criu/cr-restore.d
20:24:15 [2021-06-18T20:24:15.165Z] #43 74.90   DEP      criu/servicefd.d
20:24:15 [2021-06-18T20:24:15.165Z] #43 ...
20:24:15 [2021-06-18T20:24:15.165Z] 
20:24:15 [2021-06-18T20:24:15.165Z] #19 [dev-systemd-false  6/26] RUN ldconfig
20:24:15 [2021-06-18T20:24:15.165Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
20:24:15 [2021-06-18T20:24:15.165Z] #19 DONE 2.6s
20:24:15 [2021-06-18T20:24:15.165Z] 
20:24:15 [2021-06-18T20:24:15.165Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:15 [2021-06-18T20:24:15.165Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:15 [2021-06-18T20:24:15.165Z] #43 75.11   DEP      criu/seize.d
20:24:15 [2021-06-18T20:24:15.165Z] #43 75.32   DEP      criu/seccomp.d
20:24:15 [2021-06-18T20:24:15.325Z] #20 15.97 Reading package lists...
20:24:15 [2021-06-18T20:24:15.325Z] #20 ...
20:24:15 [2021-06-18T20:24:15.325Z] 
20:24:15 [2021-06-18T20:24:15.325Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:15 [2021-06-18T20:24:15.325Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:15 [2021-06-18T20:24:15.325Z] #43 73.92   DEP      criu/timerfd.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 74.20   DEP      criu/timens.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 74.50   DEP      criu/sysfs_parse.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 74.75   DEP      criu/sysctl.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 74.86   DEP      criu/string.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 74.94   DEP      criu/stats.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.04   DEP      criu/sockets.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.22   DEP      criu/sk-unix.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.38   DEP      criu/sk-tcp.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.51   DEP      criu/sk-queue.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.64   DEP      criu/sk-packet.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 75.89   DEP      criu/sk-netlink.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 76.11   DEP      criu/sk-inet.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 76.37   DEP      criu/signalfd.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 76.61   DEP      criu/sigframe.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 76.69   DEP      criu/shmem.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 76.85   DEP      criu/servicefd.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.00   DEP      criu/seize.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.22   DEP      criu/seccomp.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.35   DEP      criu/rst-malloc.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.40   DEP      criu/rbtree.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.44   DEP      criu/pstree.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.59   DEP      criu/protobuf.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 77.78   GEN      criu/protobuf-desc-gen.h
20:24:15 [2021-06-18T20:24:15.325Z] #43 79.40   DEP      criu/protobuf-desc.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 79.58   DEP      criu/proc_parse.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 79.76   DEP      criu/plugin.d
20:24:15 [2021-06-18T20:24:15.325Z] #43 79.84   DEP      criu/pipes.d
20:24:15 [2021-06-18T20:24:15.381Z] #43 84.21   DEP      criu/cr-errno.d
20:24:15 [2021-06-18T20:24:15.381Z] #43 84.24   DEP      criu/cr-dump.d
20:24:15 [2021-06-18T20:24:15.582Z] #43 80.07   DEP      criu/pie-util.d
20:24:15 [2021-06-18T20:24:15.672Z] #43 84.49   DEP      criu/cr-dedup.d
20:24:15 [2021-06-18T20:24:15.731Z] #43 75.50   DEP      criu/rst-malloc.d
20:24:15 [2021-06-18T20:24:15.731Z] #43 75.55   DEP      criu/rbtree.d
20:24:15 [2021-06-18T20:24:15.731Z] #43 75.63   DEP      criu/pstree.d
20:24:15 [2021-06-18T20:24:15.839Z] #43 80.21   DEP      criu/pie-util-vdso.d
20:24:15 [2021-06-18T20:24:15.989Z] #43 75.84   DEP      criu/protobuf.d
20:24:15 [2021-06-18T20:24:15.989Z] #43 75.97   GEN      criu/protobuf-desc-gen.h
20:24:16 [2021-06-18T20:24:16.028Z] #43 84.74   DEP      criu/cr-check.d
20:24:16 [2021-06-18T20:24:16.028Z] #43 84.96   DEP      criu/config.d
20:24:16 [2021-06-18T20:24:16.096Z] #43 80.34   DEP      criu/pie-util-vdso-elf32.d
20:24:16 [2021-06-18T20:24:16.096Z] #43 80.50   DEP      criu/path.d
20:24:16 [2021-06-18T20:24:16.288Z] #43 85.13   DEP      criu/clone-noasan.d
20:24:16 [2021-06-18T20:24:16.288Z] #43 85.18   DEP      criu/cgroup.d
20:24:16 [2021-06-18T20:24:16.353Z] #43 80.62   DEP      criu/parasite-syscall.d
20:24:16 [2021-06-18T20:24:16.353Z] #43 80.79   DEP      criu/pagemap.d
20:24:16 [2021-06-18T20:24:16.549Z] #43 85.38   DEP      criu/cgroup-props.d
20:24:16 [2021-06-18T20:24:16.549Z] #43 85.41   DEP      criu/bitmap.d
20:24:16 [2021-06-18T20:24:16.549Z] #43 85.42   DEP      criu/bfd.d
20:24:16 [2021-06-18T20:24:16.549Z] #43 85.45   DEP      criu/autofs.d
20:24:16 [2021-06-18T20:24:16.609Z] #43 80.96   DEP      criu/pagemap-cache.d
20:24:16 [2021-06-18T20:24:16.609Z] #43 81.04   DEP      criu/page-xfer.d
20:24:16 [2021-06-18T20:24:16.609Z] #43 81.19   DEP      criu/page-pipe.d
20:24:16 [2021-06-18T20:24:16.827Z] #43 85.59   DEP      criu/aio.d
20:24:17 [2021-06-18T20:24:17.091Z] #43 ...
20:24:17 [2021-06-18T20:24:17.091Z] 
20:24:17 [2021-06-18T20:24:17.091Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:24:17 [2021-06-18T20:24:17.091Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:24:17 [2021-06-18T20:24:17.091Z] #32 DONE 154.9s
20:24:17 [2021-06-18T20:24:17.091Z] 
20:24:17 [2021-06-18T20:24:17.091Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:17 [2021-06-18T20:24:17.091Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:17 [2021-06-18T20:24:17.091Z] #20 11.89 Reading package lists...
20:24:17 [2021-06-18T20:24:17.091Z] #20 16.42 Reading package lists...
20:24:17 [2021-06-18T20:24:17.091Z] #20 20.05 Building dependency tree...
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06 libcap2-bin is already the newest version (1:2.25-2).
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06 The following additional packages will be installed:
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   python3.7 python3.7-minimal vim-runtime xxd
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06 Suggested packages:
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06 Recommended packages:
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:17 [2021-06-18T20:24:17.091Z] #20 22.06   python3-keyrings.alt python3-xdg unzip
20:24:17 [2021-06-18T20:24:17.091Z] #20 ...
20:24:17 [2021-06-18T20:24:17.091Z] 
20:24:17 [2021-06-18T20:24:17.091Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:17 [2021-06-18T20:24:17.091Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:17 [2021-06-18T20:24:17.091Z] #43 85.86   DEP      criu/action-scripts.d
20:24:17 [2021-06-18T20:24:17.171Z] #43 81.35   DEP      criu/netfilter.d
20:24:17 [2021-06-18T20:24:17.171Z] #43 81.54   DEP      criu/net.d
20:24:17 [2021-06-18T20:24:17.428Z] #43 81.79   DEP      criu/namespaces.d
20:24:17 [2021-06-18T20:24:17.428Z] #43 81.94   DEP      criu/mount.d
20:24:17 [2021-06-18T20:24:17.658Z] #43 86.53   CC       criu/action-scripts.o
20:24:17 [2021-06-18T20:24:17.684Z] #43 82.13   DEP      criu/memfd.d
20:24:17 [2021-06-18T20:24:17.688Z] #71 exporting layers 5.0s done
20:24:17 [2021-06-18T20:24:17.688Z] #71 writing image sha256:31d55cfdbefccf6c5b0c9c9ff571f357944de3972012b1cdfde9705ee1a47a95 done
20:24:17 [2021-06-18T20:24:17.688Z] #71 naming to docker.io/library/docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 done
20:24:17 [2021-06-18T20:24:17.688Z] #71 DONE 5.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:24:17 [2021-06-18T20:24:17.895Z] #43 77.51   DEP      criu/protobuf-desc.d
20:24:17 [2021-06-18T20:24:17.895Z] #43 77.63   DEP      criu/proc_parse.d
20:24:17 [2021-06-18T20:24:17.895Z] #43 77.79   DEP      criu/plugin.d
20:24:17 [2021-06-18T20:24:17.895Z] #43 77.93   DEP      criu/pipes.d
20:24:17 [2021-06-18T20:24:17.941Z] #43 82.31   DEP      criu/mem.d
20:24:18 [2021-06-18T20:24:18.040Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/test/unit
20:24:18 [2021-06-18T20:24:18.154Z] #43 78.09   DEP      criu/pie-util.d
20:24:18 [2021-06-18T20:24:18.154Z] #43 78.15   DEP      criu/pie-util-vdso.d
20:24:18 [2021-06-18T20:24:18.197Z] #43 82.48   DEP      criu/lsm.d
20:24:18 [2021-06-18T20:24:18.197Z] #43 82.60   DEP      criu/log.d
20:24:18 [2021-06-18T20:24:18.414Z] #43 78.36   DEP      criu/pie-util-vdso-elf32.d
20:24:18 [2021-06-18T20:24:18.414Z] #43 78.41   DEP      criu/path.d
20:24:18 [2021-06-18T20:24:18.454Z] #43 82.75   DEP      criu/libnetlink.d
20:24:18 [2021-06-18T20:24:18.454Z] #43 82.87   DEP      criu/kerndat.d
20:24:18 [2021-06-18T20:24:18.595Z] #43 87.29   CC       criu/aio.o
20:24:18 [2021-06-18T20:24:18.673Z] #43 78.60   DEP      criu/parasite-syscall.d
20:24:18 [2021-06-18T20:24:18.710Z] #43 83.06   DEP      criu/kcmp-ids.d
20:24:18 [2021-06-18T20:24:18.710Z] #43 83.18   DEP      criu/irmap.d
20:24:18 [2021-06-18T20:24:18.854Z] #43 87.78   CC       criu/autofs.o
20:24:18 [2021-06-18T20:24:18.932Z] #43 78.86   DEP      criu/pagemap.d
20:24:18 [2021-06-18T20:24:18.966Z] #43 83.35   DEP      criu/ipc_ns.d
20:24:19 [2021-06-18T20:24:19.191Z] #43 79.03   DEP      criu/pagemap-cache.d
20:24:19 [2021-06-18T20:24:19.191Z] #43 79.19   DEP      criu/page-xfer.d
20:24:19 [2021-06-18T20:24:19.223Z] #43 83.53   DEP      criu/image.d
20:24:19 [2021-06-18T20:24:19.223Z] #43 83.67   DEP      criu/image-desc.d
20:24:19 [2021-06-18T20:24:19.450Z] #43 79.31   DEP      criu/page-pipe.d
20:24:19 [2021-06-18T20:24:19.450Z] #43 79.43   DEP      criu/netfilter.d
20:24:19 [2021-06-18T20:24:19.450Z] #43 79.57   DEP      criu/net.d
20:24:19 [2021-06-18T20:24:19.479Z] #43 83.76   DEP      criu/fsnotify.d
20:24:19 [2021-06-18T20:24:19.479Z] #43 83.99   DEP      criu/filesystems.d
20:24:19 [2021-06-18T20:24:19.709Z] #43 79.79   DEP      criu/namespaces.d
20:24:19 [2021-06-18T20:24:19.736Z] #43 84.12   DEP      criu/files.d
20:24:19 [2021-06-18T20:24:19.992Z] #43 84.33   DEP      criu/files-reg.d
20:24:20 [2021-06-18T20:24:20.233Z] #43 89.03   CC       criu/bfd.o
20:24:20 [2021-06-18T20:24:20.249Z] #43 84.49   DEP      criu/files-ext.d
20:24:20 [2021-06-18T20:24:20.249Z] #43 84.63   DEP      criu/file-lock.d
20:24:20 [2021-06-18T20:24:20.249Z] #43 84.74   DEP      criu/file-ids.d
20:24:20 [2021-06-18T20:24:20.277Z] #43 80.03   DEP      criu/mount.d
20:24:20 [2021-06-18T20:24:20.277Z] #43 80.23   DEP      criu/memfd.d
20:24:20 [2021-06-18T20:24:20.505Z] #43 84.87   DEP      criu/fifo.d
20:24:20 [2021-06-18T20:24:20.537Z] #43 80.39   DEP      criu/mem.d
20:24:20 [2021-06-18T20:24:20.537Z] #43 80.62   DEP      criu/lsm.d
20:24:20 [2021-06-18T20:24:20.761Z] #43 85.09   DEP      criu/fdstore.d
20:24:20 [2021-06-18T20:24:20.761Z] #43 85.27   DEP      criu/fault-injection.d
20:24:20 [2021-06-18T20:24:20.761Z] #43 85.29   DEP      criu/external.d
20:24:20 [2021-06-18T20:24:20.796Z] #43 80.72   DEP      criu/log.d
20:24:20 [2021-06-18T20:24:20.796Z] #43 80.81   DEP      criu/libnetlink.d
20:24:20 [2021-06-18T20:24:20.802Z] #43 89.47   CC       criu/bitmap.o
20:24:20 [2021-06-18T20:24:20.802Z] #43 89.62   CC       criu/cgroup-props.o
20:24:21 [2021-06-18T20:24:21.018Z] #43 85.38   DEP      criu/eventpoll.d
20:24:21 [2021-06-18T20:24:21.018Z] #43 ...
20:24:21 [2021-06-18T20:24:21.018Z] 
20:24:21 [2021-06-18T20:24:21.018Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:21 [2021-06-18T20:24:21.018Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:21 [2021-06-18T20:24:21.018Z] #20 15.97 Reading package lists...
20:24:21 [2021-06-18T20:24:21.018Z] #20 19.50 Building dependency tree...
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.15 libcap2-bin is already the newest version (1:2.25-2).
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.15 The following additional packages will be installed:
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.16   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.16   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.16   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.16   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.16   python3.7 python3.7-minimal vim-runtime xxd
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17 Suggested packages:
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17 Recommended packages:
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:21 [2021-06-18T20:24:21.018Z] #20 21.17   python3-keyrings.alt python3-xdg unzip
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.02 The following NEW packages will be installed:
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.04   xz-utils zip
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.36 0 upgraded, 48 newly installed, 0 to remove and 30 not upgraded.
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.36 Need to get 28.5 MB of archives.
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.36 After this operation, 116 MB of additional disk space will be used.
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
20:24:21 [2021-06-18T20:24:21.018Z] #20 23.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
20:24:21 [2021-06-18T20:24:21.055Z] #43 80.92   DEP      criu/kerndat.d
20:24:21 [2021-06-18T20:24:21.055Z] #43 81.11   DEP      criu/kcmp-ids.d
20:24:21 [2021-06-18T20:24:21.275Z] #20 23.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:24:21 [2021-06-18T20:24:21.275Z] #20 23.53 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:24:21 [2021-06-18T20:24:21.275Z] #20 23.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #43 81.19   DEP      criu/irmap.d
20:24:21 [2021-06-18T20:24:21.315Z] #43 ...
20:24:21 [2021-06-18T20:24:21.315Z] 
20:24:21 [2021-06-18T20:24:21.315Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:24:21 [2021-06-18T20:24:21.315Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:24:21 [2021-06-18T20:24:21.315Z] #32 DONE 148.3s
20:24:21 [2021-06-18T20:24:21.315Z] 
20:24:21 [2021-06-18T20:24:21.315Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:21 [2021-06-18T20:24:21.315Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:21 [2021-06-18T20:24:21.315Z] #43 81.43   DEP      criu/ipc_ns.d
20:24:21 [2021-06-18T20:24:21.315Z] #43 ...
20:24:21 [2021-06-18T20:24:21.315Z] 
20:24:21 [2021-06-18T20:24:21.315Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:21 [2021-06-18T20:24:21.315Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:21 [2021-06-18T20:24:21.315Z] #20 4.440 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #20 4.487 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #20 4.534 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #20 4.544 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #20 5.135 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
20:24:21 [2021-06-18T20:24:21.315Z] #20 6.047 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.77 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.78 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.79 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:24:21 [2021-06-18T20:24:21.531Z] #20 23.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.84 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.85 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.86 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.87 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:24:21 [2021-06-18T20:24:21.532Z] #20 23.87 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:24:21 [2021-06-18T20:24:21.574Z] #20 ...
20:24:21 [2021-06-18T20:24:21.574Z] 
20:24:21 [2021-06-18T20:24:21.574Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:21 [2021-06-18T20:24:21.574Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:21 [2021-06-18T20:24:21.574Z] #43 81.55   DEP      criu/image.d
20:24:21 [2021-06-18T20:24:21.574Z] #43 81.68   DEP      criu/image-desc.d
20:24:21 [2021-06-18T20:24:21.739Z] #43 90.37   CC       criu/cgroup.o
20:24:21 [2021-06-18T20:24:21.789Z] #20 ...
20:24:21 [2021-06-18T20:24:21.789Z] 
20:24:21 [2021-06-18T20:24:21.789Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:24:21 [2021-06-18T20:24:21.789Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
20:24:21 [2021-06-18T20:24:21.789Z] #32 DONE 156.5s
20:24:21 [2021-06-18T20:24:21.834Z] #43 81.76   DEP      criu/fsnotify.d
20:24:21 [2021-06-18T20:24:21.834Z] #43 81.94   DEP      criu/filesystems.d
20:24:22 [2021-06-18T20:24:22.045Z] 
20:24:22 [2021-06-18T20:24:22.045Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:22 [2021-06-18T20:24:22.045Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:22 [2021-06-18T20:24:22.045Z] #43 85.57   DEP      criu/eventfd.d
20:24:22 [2021-06-18T20:24:22.045Z] #43 85.67   DEP      criu/crtools.d
20:24:22 [2021-06-18T20:24:22.045Z] #43 85.81   DEP      criu/cr-service.d
20:24:22 [2021-06-18T20:24:22.045Z] #43 85.98   DEP      criu/cr-restore.d
20:24:22 [2021-06-18T20:24:22.045Z] #43 86.26   DEP      criu/cr-errno.d
20:24:22 [2021-06-18T20:24:22.045Z] #43 86.28   DEP      criu/cr-dump.d
20:24:22 [2021-06-18T20:24:22.093Z] #43 82.15   DEP      criu/files.d
20:24:22 [2021-06-18T20:24:22.240Z] ?   	github.com/docker/docker/api	[no test files]
20:24:22 [2021-06-18T20:24:22.301Z] #43 86.70   DEP      criu/cr-dedup.d
20:24:22 [2021-06-18T20:24:22.353Z] #43 82.31   DEP      criu/files-reg.d
20:24:22 [2021-06-18T20:24:22.558Z] #43 86.98   DEP      criu/cr-check.d
20:24:22 [2021-06-18T20:24:22.612Z] #43 82.48   DEP      criu/files-ext.d
20:24:22 [2021-06-18T20:24:22.612Z] #43 82.62   DEP      criu/file-lock.d
20:24:22 [2021-06-18T20:24:22.678Z] #43 ...
20:24:22 [2021-06-18T20:24:22.678Z] 
20:24:22 [2021-06-18T20:24:22.678Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:22 [2021-06-18T20:24:22.678Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24 The following NEW packages will be installed:
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.24   xz-utils zip
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.58 0 upgraded, 48 newly installed, 0 to remove and 30 not upgraded.
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.58 Need to get 28.5 MB of archives.
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.58 After this operation, 116 MB of additional disk space will be used.
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.98 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.99 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 24.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.01 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.05 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.06 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.07 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.08 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.09 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.12 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.15 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.15 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:24:22 [2021-06-18T20:24:22.678Z] #20 25.59 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.59 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.59 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.60 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.60 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.62 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.69 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.69 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.71 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.74 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.76 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.76 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.84 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.86 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 25.88 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.81 debconf: delaying package configuration, since apt-utils is not installed
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.92 Fetched 28.5 MB in 2s (14.9 MB/s)
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.98 Selecting previously unselected package pigz.
20:24:22 [2021-06-18T20:24:22.679Z] #20 26.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 ... 23435 files and directories currently installed.)
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.02 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.03 Unpacking pigz (2.4-1) ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.12 Selecting previously unselected package libpython3.7-minimal:amd64.
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.14 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.56 Selecting previously unselected package python3.7-minimal.
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 27.59 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 28.40 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:22 [2021-06-18T20:24:22.679Z] #20 28.43 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:22 [2021-06-18T20:24:22.816Z] #43 87.28   DEP      criu/config.d
20:24:22 [2021-06-18T20:24:22.871Z] #43 82.80   DEP      criu/file-ids.d
20:24:23 [2021-06-18T20:24:23.071Z] #43 87.53   DEP      criu/clone-noasan.d
20:24:23 [2021-06-18T20:24:23.131Z] #43 82.96   DEP      criu/fifo.d
20:24:23 [2021-06-18T20:24:23.131Z] #43 83.11   DEP      criu/fdstore.d
20:24:23 [2021-06-18T20:24:23.131Z] #43 83.23   DEP      criu/fault-injection.d
20:24:23 [2021-06-18T20:24:23.327Z] #43 87.73   DEP      criu/cgroup.d
20:24:23 [2021-06-18T20:24:23.390Z] #43 83.27   DEP      criu/external.d
20:24:23 [2021-06-18T20:24:23.390Z] #43 83.35   DEP      criu/eventpoll.d
20:24:23 [2021-06-18T20:24:23.390Z] #43 83.48   DEP      criu/eventfd.d
20:24:23 [2021-06-18T20:24:23.583Z] #43 87.85   DEP      criu/cgroup-props.d
20:24:23 [2021-06-18T20:24:23.583Z] #43 87.95   DEP      criu/bitmap.d
20:24:23 [2021-06-18T20:24:23.583Z] #43 87.97   DEP      criu/bfd.d
20:24:23 [2021-06-18T20:24:23.583Z] #43 88.06   DEP      criu/autofs.d
20:24:23 [2021-06-18T20:24:23.617Z] #20 30.26 Selecting previously unselected package python3-minimal.
20:24:23 [2021-06-18T20:24:23.649Z] #43 83.67   DEP      criu/crtools.d
20:24:23 [2021-06-18T20:24:23.839Z] #43 88.19   DEP      criu/aio.d
20:24:23 [2021-06-18T20:24:23.839Z] #43 88.31   DEP      criu/action-scripts.d
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.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 ... 23684 files and directories currently installed.)
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.34 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.35 Unpacking python3-minimal (3.7.3-1) ...
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.46 Selecting previously unselected package libmpdec2:amd64.
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.46 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.47 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:24:23 [2021-06-18T20:24:23.877Z] #20 30.57 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:24:23 [2021-06-18T20:24:23.909Z] #43 83.85   DEP      criu/cr-service.d
20:24:23 [2021-06-18T20:24:23.909Z] #43 84.04   DEP      criu/cr-restore.d
20:24:24 [2021-06-18T20:24:24.095Z] #43 88.53   CC       criu/action-scripts.o
20:24:24 [2021-06-18T20:24:24.138Z] #20 30.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
20:24:24 [2021-06-18T20:24:24.138Z] #20 30.58 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:24:24 [2021-06-18T20:24:24.352Z] #43 88.92   CC       criu/aio.o
20:24:24 [2021-06-18T20:24:24.477Z] #43 84.25   DEP      criu/cr-errno.d
20:24:24 [2021-06-18T20:24:24.477Z] #43 84.27   DEP      criu/cr-dump.d
20:24:24 [2021-06-18T20:24:24.477Z] #43 84.45   DEP      criu/cr-dedup.d
20:24:24 [2021-06-18T20:24:24.477Z] #43 84.58   DEP      criu/cr-check.d
20:24:24 [2021-06-18T20:24:24.737Z] #43 84.79   DEP      criu/config.d
20:24:24 [2021-06-18T20:24:24.996Z] #43 84.99   DEP      criu/clone-noasan.d
20:24:24 [2021-06-18T20:24:24.996Z] #43 85.05   DEP      criu/cgroup.d
20:24:25 [2021-06-18T20:24:25.077Z] #20 31.55 Selecting previously unselected package python3.7.
20:24:25 [2021-06-18T20:24:25.077Z] #20 31.57 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
20:24:25 [2021-06-18T20:24:25.077Z] #20 31.58 Unpacking python3.7 (3.7.3-2+deb10u3) ...
20:24:25 [2021-06-18T20:24:25.255Z] #43 85.17   DEP      criu/cgroup-props.d
20:24:25 [2021-06-18T20:24:25.282Z] #43 89.43   CC       criu/autofs.o
20:24:25 [2021-06-18T20:24:25.337Z] #20 31.71 Selecting previously unselected package libpython3-stdlib:amd64.
20:24:25 [2021-06-18T20:24:25.337Z] #20 31.73 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:24:25 [2021-06-18T20:24:25.337Z] #20 31.74 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:25 [2021-06-18T20:24:25.337Z] #20 31.90 Setting up python3-minimal (3.7.3-1) ...
20:24:25 [2021-06-18T20:24:25.514Z] #43 85.30   DEP      criu/bitmap.d
20:24:25 [2021-06-18T20:24:25.514Z] #43 85.33   DEP      criu/bfd.d
20:24:25 [2021-06-18T20:24:25.514Z] #43 85.43   DEP      criu/autofs.d
20:24:25 [2021-06-18T20:24:25.774Z] #43 85.61   DEP      criu/aio.d
20:24:25 [2021-06-18T20:24:25.774Z] #43 85.78   DEP      criu/action-scripts.d
20:24:26 [2021-06-18T20:24:26.033Z] #43 86.05   CC       criu/action-scripts.o
20:24:26 [2021-06-18T20:24:26.212Z] #43 90.61   CC       criu/bfd.o
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.72 Selecting previously unselected package python3.
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.77 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.80 Unpacking python3 (3.7.3-1) ...
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.88 Selecting previously unselected package libip4tc0:amd64.
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.88 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.278Z] #20 32.89 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:24:26 [2021-06-18T20:24:26.278Z] #20 33.01 Selecting previously unselected package libip6tc0:amd64.
20:24:26 [2021-06-18T20:24:26.537Z] #20 33.01 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.537Z] #20 33.02 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:24:26 [2021-06-18T20:24:26.537Z] #20 33.11 Selecting previously unselected package libiptc0:amd64.
20:24:26 [2021-06-18T20:24:26.537Z] #20 33.11 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.537Z] #20 33.13 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:24:26 [2021-06-18T20:24:26.601Z] #43 86.47   CC       criu/aio.o
20:24:26 [2021-06-18T20:24:26.775Z] #43 91.00   CC       criu/bitmap.o
20:24:26 [2021-06-18T20:24:26.775Z] #43 91.13   CC       criu/cgroup-props.o
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.23 Selecting previously unselected package libnfnetlink0:amd64.
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.24 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.26 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.31 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:24:26 [2021-06-18T20:24:26.797Z] #20 33.35 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.46 Selecting previously unselected package libnftnl11:amd64.
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.47 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.48 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.57 Selecting previously unselected package iptables.
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.58 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.057Z] #20 33.58 Unpacking iptables (1.8.2-4) ...
20:24:27 [2021-06-18T20:24:27.169Z] #43 86.93   CC       criu/autofs.o
20:24:27 [2021-06-18T20:24:27.316Z] #20 33.93 Selecting previously unselected package xxd.
20:24:27 [2021-06-18T20:24:27.316Z] #20 33.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.316Z] #20 33.94 Unpacking xxd (2:8.1.0875-5) ...
20:24:27 [2021-06-18T20:24:27.338Z] #43 91.87   CC       criu/cgroup.o
20:24:27 [2021-06-18T20:24:27.576Z] #20 34.09 Selecting previously unselected package vim-common.
20:24:27 [2021-06-18T20:24:27.576Z] #20 34.10 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:24:27 [2021-06-18T20:24:27.576Z] #20 34.12 Unpacking vim-common (2:8.1.0875-5) ...
20:24:27 [2021-06-18T20:24:27.835Z] #20 34.31 Selecting previously unselected package bash-completion.
20:24:27 [2021-06-18T20:24:27.835Z] #20 34.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #43 ...
20:24:27 [2021-06-18T20:24:27.901Z] 
20:24:27 [2021-06-18T20:24:27.901Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:27 [2021-06-18T20:24:27.901Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.47 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.47 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.47 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.47 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.52 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.61 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.61 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.62 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.63 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.67 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.67 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.76 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.79 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 24.82 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 25.23 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 25.29 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 25.34 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.05 debconf: delaying package configuration, since apt-utils is not installed
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.16 Fetched 28.5 MB in 2s (12.6 MB/s)
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.22 Selecting previously unselected package pigz.
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.22 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.26 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.27 Unpacking pigz (2.4-1) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.37 Selecting previously unselected package libpython3.7-minimal:amd64.
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.37 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.37 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.78 Selecting previously unselected package python3.7-minimal.
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.79 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 26.81 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 27.59 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 27.62 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.73 Selecting previously unselected package python3-minimal.
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.73 (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 ... 23684 files and directories currently installed.)
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.78 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.79 Unpacking python3-minimal (3.7.3-1) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.95 Selecting previously unselected package libmpdec2:amd64.
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.95 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 29.96 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 30.07 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:24:27 [2021-06-18T20:24:27.901Z] #20 30.07 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
20:24:27 [2021-06-18T20:24:27.901Z] #20 30.08 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:24:28 [2021-06-18T20:24:28.107Z] #43 88.21   CC       criu/bfd.o
20:24:28 [2021-06-18T20:24:28.675Z] #43 88.64   CC       criu/bitmap.o
20:24:28 [2021-06-18T20:24:28.829Z] #20 31.09 Selecting previously unselected package python3.7.
20:24:28 [2021-06-18T20:24:28.829Z] #20 31.10 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
20:24:28 [2021-06-18T20:24:28.829Z] #20 31.11 Unpacking python3.7 (3.7.3-2+deb10u3) ...
20:24:28 [2021-06-18T20:24:28.934Z] #43 88.76   CC       criu/cgroup-props.o
20:24:29 [2021-06-18T20:24:29.085Z] #20 31.23 Selecting previously unselected package libpython3-stdlib:amd64.
20:24:29 [2021-06-18T20:24:29.085Z] #20 31.23 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:24:29 [2021-06-18T20:24:29.085Z] #20 31.23 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:29 [2021-06-18T20:24:29.085Z] #20 31.31 Setting up python3-minimal (3.7.3-1) ...
20:24:29 [2021-06-18T20:24:29.502Z] #43 89.44   CC       criu/cgroup.o
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.18 Selecting previously unselected package python3.
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.24 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.25 Unpacking python3 (3.7.3-1) ...
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.33 Selecting previously unselected package libip4tc0:amd64.
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.33 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.015Z] #20 32.34 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.43 Selecting previously unselected package libip6tc0:amd64.
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.43 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.44 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.52 Selecting previously unselected package libiptc0:amd64.
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.53 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.53 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.61 Selecting previously unselected package libnfnetlink0:amd64.
20:24:30 [2021-06-18T20:24:30.271Z] #20 32.63 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.71 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.71 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.72 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.79 Selecting previously unselected package libnftnl11:amd64.
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.81 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.527Z] #20 32.82 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:24:30 [2021-06-18T20:24:30.784Z] #20 32.91 Selecting previously unselected package iptables.
20:24:30 [2021-06-18T20:24:30.784Z] #20 32.93 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:24:30 [2021-06-18T20:24:30.784Z] #20 32.94 Unpacking iptables (1.8.2-4) ...
20:24:31 [2021-06-18T20:24:31.040Z] #20 33.22 Selecting previously unselected package xxd.
20:24:31 [2021-06-18T20:24:31.040Z] #20 33.22 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.040Z] #20 33.23 Unpacking xxd (2:8.1.0875-5) ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.04 Unpacking bash-completion (1:2.8-6) ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.34 Selecting previously unselected package bzip2.
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.36 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.37 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.46 Selecting previously unselected package xz-utils.
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.47 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.47 Unpacking xz-utils (5.2.4-1) ...
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.65 Selecting previously unselected package apparmor.
20:24:31 [2021-06-18T20:24:31.127Z] #20 37.66 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.297Z] #20 33.35 Selecting previously unselected package vim-common.
20:24:31 [2021-06-18T20:24:31.297Z] #20 33.36 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:24:31 [2021-06-18T20:24:31.297Z] #20 33.40 Unpacking vim-common (2:8.1.0875-5) ...
20:24:31 [2021-06-18T20:24:31.297Z] #20 33.57 Selecting previously unselected package bash-completion.
20:24:31 [2021-06-18T20:24:31.297Z] #20 33.57 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:24:31 [2021-06-18T20:24:31.386Z] #20 37.75 Unpacking apparmor (2.13.2-10) ...
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.09 Selecting previously unselected package aufs-tools.
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.09 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.10 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.19 Selecting previously unselected package libonig5:amd64.
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.20 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.645Z] #20 38.21 Unpacking libonig5:amd64 (6.9.1-1) ...
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.36 Selecting previously unselected package libjq1:amd64.
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.38 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.52 Selecting previously unselected package jq.
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.53 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.53 Unpacking jq (1.5+dfsg-2+b1) ...
20:24:31 [2021-06-18T20:24:31.904Z] #20 38.63 Selecting previously unselected package libaio1:amd64.
20:24:32 [2021-06-18T20:24:32.163Z] #20 38.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:24:32 [2021-06-18T20:24:32.163Z] #20 38.64 Unpacking libaio1:amd64 (0.3.112-3) ...
20:24:32 [2021-06-18T20:24:32.163Z] #20 38.70 Selecting previously unselected package libgpm2:amd64.
20:24:32 [2021-06-18T20:24:32.163Z] #20 38.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:24:32 [2021-06-18T20:24:32.163Z] #20 38.72 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:24:32 [2021-06-18T20:24:32.422Z] #20 38.78 Selecting previously unselected package libicu63:amd64.
20:24:32 [2021-06-18T20:24:32.422Z] #20 38.79 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:24:32 [2021-06-18T20:24:32.422Z] #20 38.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:24:32 [2021-06-18T20:24:32.876Z] #43 92.39   CC       criu/clone-noasan.o
20:24:32 [2021-06-18T20:24:32.876Z] #43 ...
20:24:32 [2021-06-18T20:24:32.876Z] 
20:24:32 [2021-06-18T20:24:32.876Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:32 [2021-06-18T20:24:32.876Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:32 [2021-06-18T20:24:32.876Z] #20 7.231 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
20:24:32 [2021-06-18T20:24:32.876Z] #20 8.531 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
20:24:32 [2021-06-18T20:24:32.876Z] #20 12.81 Fetched 8980 kB in 9s (1041 kB/s)
20:24:32 [2021-06-18T20:24:32.876Z] #20 12.81 Reading package lists...
20:24:32 [2021-06-18T20:24:32.876Z] #20 16.20 Reading package lists...
20:24:32 [2021-06-18T20:24:32.876Z] #20 ...
20:24:32 [2021-06-18T20:24:32.876Z] 
20:24:32 [2021-06-18T20:24:32.876Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:32 [2021-06-18T20:24:32.876Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:32 [2021-06-18T20:24:32.876Z] #43 92.60   CC       criu/config.o
20:24:34 [2021-06-18T20:24:34.259Z] #43 94.05   CC       criu/cr-check.o
20:24:34 [2021-06-18T20:24:34.537Z] ok  	github.com/docker/docker/api/server	0.028s	coverage: 9.0% of statements
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.32 Unpacking bash-completion (1:2.8-6) ...
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.68 Selecting previously unselected package bzip2.
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.70 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.70 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.82 Selecting previously unselected package xz-utils.
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.82 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:24:34 [2021-06-18T20:24:34.566Z] #20 36.82 Unpacking xz-utils (5.2.4-1) ...
20:24:34 [2021-06-18T20:24:34.823Z] #20 36.99 Selecting previously unselected package apparmor.
20:24:34 [2021-06-18T20:24:34.823Z] #20 36.99 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:24:34 [2021-06-18T20:24:34.823Z] #20 37.08 Unpacking apparmor (2.13.2-10) ...
20:24:34 [2021-06-18T20:24:34.959Z] #20 ...
20:24:34 [2021-06-18T20:24:34.959Z] 
20:24:34 [2021-06-18T20:24:34.959Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:34 [2021-06-18T20:24:34.959Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:34 [2021-06-18T20:24:34.959Z] #43 93.32   CC       criu/clone-noasan.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 93.50   CC       criu/config.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 94.87   CC       criu/cr-check.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 96.64   CC       criu/cr-dedup.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 97.04   CC       criu/cr-dump.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 99.17   CC       criu/cr-errno.o
20:24:34 [2021-06-18T20:24:34.959Z] #43 99.28   CC       criu/cr-restore.o
20:24:35 [2021-06-18T20:24:35.219Z] #43 104.0   CC       criu/cr-service.o
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.44 Selecting previously unselected package aufs-tools.
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.45 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.46 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.58 Selecting previously unselected package libonig5:amd64.
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.59 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.385Z] #20 37.60 Unpacking libonig5:amd64 (6.9.1-1) ...
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.74 Selecting previously unselected package libjq1:amd64.
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.76 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.77 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.89 Selecting previously unselected package jq.
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.92 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.641Z] #20 37.92 Unpacking jq (1.5+dfsg-2+b1) ...
20:24:35 [2021-06-18T20:24:35.787Z] #43 ...
20:24:35 [2021-06-18T20:24:35.787Z] 
20:24:35 [2021-06-18T20:24:35.787Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:35 [2021-06-18T20:24:35.787Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.26 Selecting previously unselected package libnet1:amd64.
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.39 Selecting previously unselected package libnl-3-200:amd64.
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.39 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.40 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:24:35 [2021-06-18T20:24:35.787Z] #20 42.50 Selecting previously unselected package libprotobuf-c1:amd64.
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.01 Selecting previously unselected package libaio1:amd64.
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.03 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.04 Unpacking libaio1:amd64 (0.3.112-3) ...
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.12 Selecting previously unselected package libgpm2:amd64.
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.13 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.14 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.21 Selecting previously unselected package libicu63:amd64.
20:24:35 [2021-06-18T20:24:35.898Z] #20 38.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.50 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.51 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.58 Selecting previously unselected package libreadline5:amd64.
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.58 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.59 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.72 Selecting previously unselected package net-tools.
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.73 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:24:36 [2021-06-18T20:24:36.047Z] #20 42.73 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:36 [2021-06-18T20:24:36.069Z] #56 228.4 + bin/containerd-stress
20:24:36 [2021-06-18T20:24:36.069Z] #56 230.4 + bin/containerd-shim
20:24:36 [2021-06-18T20:24:36.154Z] #20 38.22 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:24:36 [2021-06-18T20:24:36.163Z] #43 95.71   CC       criu/cr-dedup.o
20:24:36 [2021-06-18T20:24:36.163Z] #43 96.11   CC       criu/cr-dump.o
20:24:36 [2021-06-18T20:24:36.309Z] #20 42.91 Selecting previously unselected package python-pip-whl.
20:24:36 [2021-06-18T20:24:36.309Z] #20 42.92 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:36 [2021-06-18T20:24:36.309Z] #20 42.93 Unpacking python-pip-whl (18.1-5) ...
20:24:36 [2021-06-18T20:24:36.878Z] #20 43.41 Selecting previously unselected package python3-lib2to3.
20:24:36 [2021-06-18T20:24:36.878Z] #20 43.43 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:36 [2021-06-18T20:24:36.878Z] #20 43.43 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.55 Selecting previously unselected package python3-distutils.
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.55 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.57 Unpacking python3-distutils (3.7.3-1) ...
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.75 Selecting previously unselected package python3-pip.
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.75 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:37 [2021-06-18T20:24:37.137Z] #20 43.76 Unpacking python3-pip (18.1-5) ...
20:24:37 [2021-06-18T20:24:37.396Z] #20 43.95 Selecting previously unselected package python3-pkg-resources.
20:24:37 [2021-06-18T20:24:37.396Z] #20 43.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:37 [2021-06-18T20:24:37.396Z] #20 43.96 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:37 [2021-06-18T20:24:37.655Z] #20 44.08 Selecting previously unselected package python3-setuptools.
20:24:37 [2021-06-18T20:24:37.655Z] #20 44.09 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:37 [2021-06-18T20:24:37.655Z] #20 44.10 Unpacking python3-setuptools (40.8.0-1) ...
20:24:37 [2021-06-18T20:24:37.655Z] #20 44.34 Selecting previously unselected package python3-wheel.
20:24:37 [2021-06-18T20:24:37.914Z] #20 44.35 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:37 [2021-06-18T20:24:37.914Z] #20 44.35 Unpacking python3-wheel (0.32.3-2) ...
20:24:37 [2021-06-18T20:24:37.914Z] #20 44.43 Selecting previously unselected package sudo.
20:24:37 [2021-06-18T20:24:37.914Z] #20 44.43 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
20:24:37 [2021-06-18T20:24:37.914Z] #20 44.44 Unpacking sudo (1.8.27-1+deb10u3) ...
20:24:38 [2021-06-18T20:24:38.066Z] #43 ...
20:24:38 [2021-06-18T20:24:38.066Z] 
20:24:38 [2021-06-18T20:24:38.066Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:38 [2021-06-18T20:24:38.066Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:38 [2021-06-18T20:24:38.066Z] #20 16.20 Reading package lists...
20:24:38 [2021-06-18T20:24:38.066Z] #20 19.47 Building dependency tree...
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.74 libcap2-bin is already the newest version (1:2.25-2).
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.74 The following additional packages will be installed:
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   python3.7 python3.7-minimal vim-runtime xxd
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75 Suggested packages:
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75 Recommended packages:
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:38 [2021-06-18T20:24:38.066Z] #20 20.75   python3-keyrings.alt python3-xdg unzip
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33 The following NEW packages will be installed:
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.33   xz-utils zip
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.66 0 upgraded, 48 newly installed, 0 to remove and 30 not upgraded.
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.66 Need to get 28.5 MB of archives.
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.66 After this operation, 116 MB of additional disk space will be used.
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
20:24:38 [2021-06-18T20:24:38.066Z] #20 22.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.97 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 22.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.00 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.03 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.03 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.04 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.04 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.05 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:24:38 [2021-06-18T20:24:38.067Z] #20 23.06 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:24:38 [2021-06-18T20:24:38.173Z] #20 44.91 Selecting previously unselected package thin-provisioning-tools.
20:24:38 [2021-06-18T20:24:38.432Z] #20 44.92 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:24:38 [2021-06-18T20:24:38.432Z] #20 44.93 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:38 [2021-06-18T20:24:38.432Z] #20 45.18 Selecting previously unselected package uidmap.
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.57 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.57 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.58 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.61 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.61 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.63 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:24:38 [2021-06-18T20:24:38.634Z] #20 23.70 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:38 [2021-06-18T20:24:38.691Z] #20 45.19 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:24:38 [2021-06-18T20:24:38.691Z] #20 45.19 Unpacking uidmap (1:4.5-1.1) ...
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.71 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.74 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.75 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.76 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
20:24:38 [2021-06-18T20:24:38.893Z] #20 23.83 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:24:38 [2021-06-18T20:24:38.950Z] #20 45.34 Selecting previously unselected package vim-runtime.
20:24:38 [2021-06-18T20:24:38.950Z] #20 45.34 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:38 [2021-06-18T20:24:38.950Z] #20 45.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:38 [2021-06-18T20:24:38.950Z] #20 45.40 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:38 [2021-06-18T20:24:38.950Z] #20 45.41 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:39 [2021-06-18T20:24:39.152Z] #20 23.85 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:24:39 [2021-06-18T20:24:39.152Z] #20 23.86 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:39 [2021-06-18T20:24:39.412Z] #20 24.21 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:24:39 [2021-06-18T20:24:39.412Z] #20 24.27 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:24:39 [2021-06-18T20:24:39.412Z] #20 24.32 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.81 Selecting previously unselected package libnet1:amd64.
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.81 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.91 Selecting previously unselected package libnl-3-200:amd64.
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.92 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:24:39 [2021-06-18T20:24:39.681Z] #20 41.92 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:24:39 [2021-06-18T20:24:39.681Z] #20 42.01 Selecting previously unselected package libprotobuf-c1:amd64.
20:24:39 [2021-06-18T20:24:39.681Z] #20 42.01 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:24:39 [2021-06-18T20:24:39.681Z] #20 42.03 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.08 Selecting previously unselected package libreadline5:amd64.
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.08 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.09 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.21 Selecting previously unselected package net-tools.
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.23 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:24:39 [2021-06-18T20:24:39.938Z] #20 42.24 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:39 [2021-06-18T20:24:39.938Z] #20 ...
20:24:39 [2021-06-18T20:24:39.938Z] 
20:24:39 [2021-06-18T20:24:39.938Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:39 [2021-06-18T20:24:39.938Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:39 [2021-06-18T20:24:39.938Z] #43 94.42   CC       criu/clone-noasan.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 94.69   CC       criu/config.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 96.17   CC       criu/cr-check.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 98.00   CC       criu/cr-dedup.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 98.44   CC       criu/cr-dump.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 100.7   CC       criu/cr-errno.o
20:24:39 [2021-06-18T20:24:39.938Z] #43 100.7   CC       criu/cr-restore.o
20:24:39 [2021-06-18T20:24:39.979Z] #20 24.86 debconf: delaying package configuration, since apt-utils is not installed
20:24:39 [2021-06-18T20:24:39.979Z] #20 24.96 Fetched 28.5 MB in 2s (14.8 MB/s)
20:24:39 [2021-06-18T20:24:39.979Z] #20 24.99 Selecting previously unselected package pigz.
20:24:40 [2021-06-18T20:24:40.194Z] #43 ...
20:24:40 [2021-06-18T20:24:40.194Z] 
20:24:40 [2021-06-18T20:24:40.194Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:40 [2021-06-18T20:24:40.194Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:40 [2021-06-18T20:24:40.194Z] #20 42.45 Selecting previously unselected package python-pip-whl.
20:24:40 [2021-06-18T20:24:40.194Z] #20 42.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:40 [2021-06-18T20:24:40.194Z] #20 42.46 Unpacking python-pip-whl (18.1-5) ...
20:24:40 [2021-06-18T20:24:40.239Z] #20 24.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
20:24:40 [2021-06-18T20:24:40.239Z] #20 25.05 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:24:40 [2021-06-18T20:24:40.239Z] #20 25.05 Unpacking pigz (2.4-1) ...
20:24:40 [2021-06-18T20:24:40.239Z] #20 25.16 Selecting previously unselected package libpython3.7-minimal:amd64.
20:24:40 [2021-06-18T20:24:40.239Z] #20 25.17 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:40 [2021-06-18T20:24:40.239Z] #20 25.17 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:40 [2021-06-18T20:24:40.757Z] #20 43.00 Selecting previously unselected package python3-lib2to3.
20:24:40 [2021-06-18T20:24:40.757Z] #20 43.00 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:40 [2021-06-18T20:24:40.757Z] #20 43.01 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:40 [2021-06-18T20:24:40.806Z] #20 25.61 Selecting previously unselected package python3.7-minimal.
20:24:40 [2021-06-18T20:24:40.806Z] #20 25.61 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
20:24:40 [2021-06-18T20:24:40.806Z] #20 25.63 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:41 [2021-06-18T20:24:41.013Z] #20 43.15 Selecting previously unselected package python3-distutils.
20:24:41 [2021-06-18T20:24:41.013Z] #20 43.17 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:41 [2021-06-18T20:24:41.013Z] #20 43.18 Unpacking python3-distutils (3.7.3-1) ...
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.34 Selecting previously unselected package python3-pip.
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.34 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.35 Unpacking python3-pip (18.1-5) ...
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.53 Selecting previously unselected package python3-pkg-resources.
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.53 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:41 [2021-06-18T20:24:41.270Z] #20 43.54 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:41 [2021-06-18T20:24:41.349Z] #56 237.0 + bin/containerd-shim-runc-v1
20:24:41 [2021-06-18T20:24:41.526Z] #20 43.68 Selecting previously unselected package python3-setuptools.
20:24:41 [2021-06-18T20:24:41.526Z] #20 43.68 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:41 [2021-06-18T20:24:41.526Z] #20 43.69 Unpacking python3-setuptools (40.8.0-1) ...
20:24:41 [2021-06-18T20:24:41.526Z] #20 43.89 Selecting previously unselected package python3-wheel.
20:24:41 [2021-06-18T20:24:41.746Z] #20 26.48 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
20:24:41 [2021-06-18T20:24:41.746Z] #20 26.50 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
20:24:41 [2021-06-18T20:24:41.782Z] #20 43.89 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:41 [2021-06-18T20:24:41.782Z] #20 43.90 Unpacking python3-wheel (0.32.3-2) ...
20:24:41 [2021-06-18T20:24:41.782Z] #20 44.00 Selecting previously unselected package sudo.
20:24:41 [2021-06-18T20:24:41.782Z] #20 44.01 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
20:24:41 [2021-06-18T20:24:41.782Z] #20 44.01 Unpacking sudo (1.8.27-1+deb10u3) ...
20:24:42 [2021-06-18T20:24:42.240Z] #20 48.60 Selecting previously unselected package vim.
20:24:42 [2021-06-18T20:24:42.241Z] #20 48.60 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:24:42 [2021-06-18T20:24:42.241Z] #20 48.61 Unpacking vim (2:8.1.0875-5) ...
20:24:42 [2021-06-18T20:24:42.345Z] #20 44.55 Selecting previously unselected package thin-provisioning-tools.
20:24:42 [2021-06-18T20:24:42.345Z] #20 44.57 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:24:42 [2021-06-18T20:24:42.345Z] #20 44.58 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:42 [2021-06-18T20:24:42.500Z] #20 49.15 Selecting previously unselected package xfsprogs.
20:24:42 [2021-06-18T20:24:42.602Z] #20 44.81 Selecting previously unselected package uidmap.
20:24:42 [2021-06-18T20:24:42.602Z] #20 44.81 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:24:42 [2021-06-18T20:24:42.602Z] #20 44.82 Unpacking uidmap (1:4.5-1.1) ...
20:24:42 [2021-06-18T20:24:42.602Z] #20 44.93 Selecting previously unselected package vim-runtime.
20:24:42 [2021-06-18T20:24:42.759Z] #20 49.16 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:24:42 [2021-06-18T20:24:42.759Z] #20 49.16 Unpacking xfsprogs (4.20.0-1) ...
20:24:42 [2021-06-18T20:24:42.858Z] #20 44.93 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:42 [2021-06-18T20:24:42.858Z] #20 45.00 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:42 [2021-06-18T20:24:42.858Z] #20 45.01 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:42 [2021-06-18T20:24:42.858Z] #20 45.03 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:43 [2021-06-18T20:24:43.019Z] #20 49.61 Selecting previously unselected package zip.
20:24:43 [2021-06-18T20:24:43.019Z] #20 49.62 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:24:43 [2021-06-18T20:24:43.019Z] #20 49.63 Unpacking zip (3.0-11+b1) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.83 Setting up aufs-tools (1:4.14+20190211-1) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.85 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.87 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.90 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.92 Setting up libgpm2:amd64 (1.20.7-5) ...
20:24:43 [2021-06-18T20:24:43.278Z] #20 49.96 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 49.98 Setting up uidmap (1:4.5-1.1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 49.99 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.01 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.03 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.05 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.08 Setting up xxd (2:8.1.0875-5) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.10 Setting up zip (3.0-11+b1) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.11 Setting up vim-common (2:8.1.0875-5) ...
20:24:43 [2021-06-18T20:24:43.537Z] #20 50.14 Setting up bash-completion (1:2.8-6) ...
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.34 Selecting previously unselected package python3-minimal.
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.40 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.40 Unpacking python3-minimal (3.7.3-1) ...
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.49 Selecting previously unselected package libmpdec2:amd64.
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.49 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:24:43 [2021-06-18T20:24:43.653Z] #20 28.50 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:24:43 [2021-06-18T20:24:43.913Z] #20 28.61 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:24:43 [2021-06-18T20:24:43.913Z] #20 28.62 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
20:24:43 [2021-06-18T20:24:43.913Z] #20 28.62 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:24:44 [2021-06-18T20:24:44.481Z] #20 29.49 Selecting previously unselected package python3.7.
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.50 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.51 Unpacking python3.7 (3.7.3-2+deb10u3) ...
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.63 Selecting previously unselected package libpython3-stdlib:amd64.
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.65 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.66 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:44 [2021-06-18T20:24:44.740Z] #20 29.76 Setting up python3-minimal (3.7.3-1) ...
20:24:45 [2021-06-18T20:24:45.679Z] #20 30.64 Selecting previously unselected package python3.
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.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 ... 24096 files and directories currently installed.)
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.69 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.70 Unpacking python3 (3.7.3-1) ...
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.81 Selecting previously unselected package libip4tc0:amd64.
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.82 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:24:45 [2021-06-18T20:24:45.938Z] #20 30.82 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:24:46 [2021-06-18T20:24:46.128Z] #20 48.35 Selecting previously unselected package vim.
20:24:46 [2021-06-18T20:24:46.128Z] #20 48.36 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.128Z] #20 48.38 Unpacking vim (2:8.1.0875-5) ...
20:24:46 [2021-06-18T20:24:46.198Z] #20 30.91 Selecting previously unselected package libip6tc0:amd64.
20:24:46 [2021-06-18T20:24:46.198Z] #20 30.92 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.198Z] #20 30.92 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:24:46 [2021-06-18T20:24:46.198Z] #20 31.03 Selecting previously unselected package libiptc0:amd64.
20:24:46 [2021-06-18T20:24:46.198Z] #20 31.03 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.198Z] #20 31.03 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:24:46 [2021-06-18T20:24:46.198Z] #20 31.12 Selecting previously unselected package libnfnetlink0:amd64.
20:24:46 [2021-06-18T20:24:46.199Z] #20 31.13 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.199Z] #20 31.13 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:46 [2021-06-18T20:24:46.199Z] #20 31.20 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:24:46 [2021-06-18T20:24:46.199Z] #20 31.20 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.199Z] #20 31.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.29 Selecting previously unselected package libnftnl11:amd64.
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.30 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.32 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.41 Selecting previously unselected package iptables.
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.42 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.458Z] #20 31.43 Unpacking iptables (1.8.2-4) ...
20:24:46 [2021-06-18T20:24:46.618Z] #56 241.5 + bin/containerd-shim-runc-v2
20:24:46 [2021-06-18T20:24:46.618Z] #56 242.4 + binaries
20:24:46 [2021-06-18T20:24:46.618Z] #56 242.4 + install -D bin/containerd /build/containerd
20:24:46 [2021-06-18T20:24:46.618Z] #56 242.5 + install -D bin/containerd-shim /build/containerd-shim
20:24:46 [2021-06-18T20:24:46.618Z] #56 242.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:24:46 [2021-06-18T20:24:46.618Z] #56 242.5 + install -D bin/ctr /build/ctr
20:24:46 [2021-06-18T20:24:46.691Z] #20 48.95 Selecting previously unselected package xfsprogs.
20:24:46 [2021-06-18T20:24:46.691Z] #20 48.95 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:24:46 [2021-06-18T20:24:46.691Z] #20 48.95 Unpacking xfsprogs (4.20.0-1) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 52.96 Setting up libiptc0:amd64 (1.8.2-4) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 52.97 Setting up xz-utils (5.2.4-1) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 52.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.00 Setting up sudo (1.8.27-1+deb10u3) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.06 invoke-rc.d: could not determine current runlevel
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.09 invoke-rc.d: policy-rc.d denied execution of start.
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.10 Setting up pigz (2.4-1) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.11 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.14 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.17 Setting up python-pip-whl (18.1-5) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.19 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 53.20 Setting up vim-runtime (2:8.1.0875-5) ...
20:24:46 [2021-06-18T20:24:46.827Z] #20 ...
20:24:46 [2021-06-18T20:24:46.827Z] 
20:24:46 [2021-06-18T20:24:46.827Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:46 [2021-06-18T20:24:46.827Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:46 [2021-06-18T20:24:46.827Z] #43 105.5   CC       criu/crtools.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 106.1   CC       criu/eventfd.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 106.5   CC       criu/eventpoll.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 107.4   CC       criu/external.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 107.7   CC       criu/fault-injection.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 107.8   CC       criu/fdstore.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 108.1   CC       criu/fifo.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 108.6   CC       criu/file-ids.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 108.9   CC       criu/file-lock.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 109.8   CC       criu/files-ext.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 110.2   CC       criu/files-reg.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 112.4   CC       criu/files.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 114.4   CC       criu/filesystems.o
20:24:46 [2021-06-18T20:24:46.827Z] #43 115.2   CC       criu/fsnotify.o
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.74 Selecting previously unselected package xxd.
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.76 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.77 Unpacking xxd (2:8.1.0875-5) ...
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.89 Selecting previously unselected package vim-common.
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:24:47 [2021-06-18T20:24:47.025Z] #20 31.94 Unpacking vim-common (2:8.1.0875-5) ...
20:24:47 [2021-06-18T20:24:47.086Z] #43 ...
20:24:47 [2021-06-18T20:24:47.086Z] 
20:24:47 [2021-06-18T20:24:47.087Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:47 [2021-06-18T20:24:47.087Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.63 Setting up libaio1:amd64 (0.3.112-3) ...
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.65 Setting up libonig5:amd64 (6.9.1-1) ...
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.66 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.67 Setting up vim (2:8.1.0875-5) ...
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.78 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:47 [2021-06-18T20:24:47.087Z] #20 53.80 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.42 Selecting previously unselected package zip.
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.43 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.44 Unpacking zip (3.0-11+b1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.58 Setting up aufs-tools (1:4.14+20190211-1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.61 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.62 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.63 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.65 Setting up libgpm2:amd64 (1.20.7-5) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.66 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.67 Setting up uidmap (1:4.5-1.1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.69 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.71 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.74 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:24:47 [2021-06-18T20:24:47.351Z] #20 49.75 Setting up xxd (2:8.1.0875-5) ...
20:24:47 [2021-06-18T20:24:47.360Z] #20 53.82 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:47 [2021-06-18T20:24:47.360Z] #20 53.85 Setting up jq (1.5+dfsg-2+b1) ...
20:24:47 [2021-06-18T20:24:47.360Z] #20 53.87 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:47 [2021-06-18T20:24:47.360Z] #20 53.89 Setting up python3.7 (3.7.3-2+deb10u3) ...
20:24:47 [2021-06-18T20:24:47.361Z] #20 32.12 Selecting previously unselected package bash-completion.
20:24:47 [2021-06-18T20:24:47.361Z] #20 32.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:24:47 [2021-06-18T20:24:47.609Z] #20 49.77 Setting up zip (3.0-11+b1) ...
20:24:47 [2021-06-18T20:24:47.610Z] #20 49.78 Setting up vim-common (2:8.1.0875-5) ...
20:24:47 [2021-06-18T20:24:47.610Z] #20 49.81 Setting up bash-completion (1:2.8-6) ...
20:24:48 [2021-06-18T20:24:48.155Z] #56 DONE 244.0s
20:24:48 [2021-06-18T20:24:48.298Z] #20 ...
20:24:48 [2021-06-18T20:24:48.298Z] 
20:24:48 [2021-06-18T20:24:48.298Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:48 [2021-06-18T20:24:48.298Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:48 [2021-06-18T20:24:48.298Z] #43 98.22   CC       criu/cr-errno.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 98.30   CC       criu/cr-restore.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 102.8   CC       criu/cr-service.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 104.4   CC       criu/crtools.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 105.0   CC       criu/eventfd.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 105.4   CC       criu/eventpoll.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 106.2   CC       criu/external.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 106.5   CC       criu/fault-injection.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 106.6   CC       criu/fdstore.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 107.0   CC       criu/fifo.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 107.4   CC       criu/file-ids.o
20:24:48 [2021-06-18T20:24:48.298Z] #43 107.8   CC       criu/file-lock.o
20:24:48 [2021-06-18T20:24:48.867Z] #43 108.8   CC       criu/files-ext.o
20:24:49 [2021-06-18T20:24:49.093Z] 
20:24:49 [2021-06-18T20:24:49.093Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
20:24:49 [2021-06-18T20:24:49.093Z] #57 sha256:fadf079b9fcfec848c5439479ef21afcc4a0995d6e63f9e0717f413fe0e08954
20:24:49 [2021-06-18T20:24:49.127Z] #43 109.2   CC       criu/files-reg.o
20:24:49 [2021-06-18T20:24:49.658Z] #57 DONE 0.8s
20:24:49 [2021-06-18T20:24:49.658Z] 
20:24:49 [2021-06-18T20:24:49.658Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:24:49 [2021-06-18T20:24:49.658Z] #61 sha256:b29167c7a4666e801ed67fbb0dfe8669939b75d6110ed1ac59bcd77b0aa8aa09
20:24:49 [2021-06-18T20:24:49.916Z] #61 DONE 0.2s
20:24:49 [2021-06-18T20:24:49.916Z] 
20:24:49 [2021-06-18T20:24:49.916Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:24:49 [2021-06-18T20:24:49.916Z] #66 sha256:719e358446b61707c0c68794058652e65bdbc5165bde728ff0b2e0969cd29716
20:24:50 [2021-06-18T20:24:50.065Z] #43 ...
20:24:50 [2021-06-18T20:24:50.065Z] 
20:24:50 [2021-06-18T20:24:50.065Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:50 [2021-06-18T20:24:50.065Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:50 [2021-06-18T20:24:50.065Z] #20 34.72 Unpacking bash-completion (1:2.8-6) ...
20:24:50 [2021-06-18T20:24:50.324Z] #20 35.20 Selecting previously unselected package bzip2.
20:24:50 [2021-06-18T20:24:50.324Z] #20 35.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:24:50 [2021-06-18T20:24:50.324Z] #20 35.22 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:24:50 [2021-06-18T20:24:50.324Z] #20 35.30 Selecting previously unselected package xz-utils.
20:24:50 [2021-06-18T20:24:50.481Z] #66 DONE 0.7s
20:24:50 [2021-06-18T20:24:50.583Z] #20 35.30 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:24:50 [2021-06-18T20:24:50.583Z] #20 35.32 Unpacking xz-utils (5.2.4-1) ...
20:24:50 [2021-06-18T20:24:50.583Z] #20 35.46 Selecting previously unselected package apparmor.
20:24:50 [2021-06-18T20:24:50.583Z] #20 35.46 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:24:50 [2021-06-18T20:24:50.583Z] #20 35.54 Unpacking apparmor (2.13.2-10) ...
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.70 Setting up iptables (1.8.2-4) ...
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.72 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.73 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.75 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.76 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:24:50 [2021-06-18T20:24:50.651Z] #20 56.78 Setting up python3 (3.7.3-1) ...
20:24:50 [2021-06-18T20:24:50.651Z] #20 57.22 Setting up python3-wheel (0.32.3-2) ...
20:24:50 [2021-06-18T20:24:50.740Z] 
20:24:50 [2021-06-18T20:24:50.740Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
20:24:50 [2021-06-18T20:24:50.740Z] #68 sha256:dc661133f4ec26e5733d5156150c566750374f871046889dd4a6275597300d85
20:24:50 [2021-06-18T20:24:50.740Z] #68 DONE 0.0s
20:24:50 [2021-06-18T20:24:50.740Z] 
20:24:50 [2021-06-18T20:24:50.740Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:24:50 [2021-06-18T20:24:50.740Z] #69 sha256:b41df56271c73e046380c4e6a03bf4e1f5fafc26f4176dbf2a2ff4f86dd3ed8e
20:24:50 [2021-06-18T20:24:50.740Z] #69 DONE 0.0s
20:24:50 [2021-06-18T20:24:50.740Z] 
20:24:50 [2021-06-18T20:24:50.740Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
20:24:50 [2021-06-18T20:24:50.740Z] #70 sha256:e6aa69e1ec2b407f799a9d6d0e589ca620218d4178b853d241c161b7dd79f6f0
20:24:50 [2021-06-18T20:24:50.842Z] #20 35.86 Selecting previously unselected package aufs-tools.
20:24:50 [2021-06-18T20:24:50.842Z] #20 35.86 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.77 Setting up libiptc0:amd64 (1.8.2-4) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.79 Setting up xz-utils (5.2.4-1) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.82 Setting up sudo (1.8.27-1+deb10u3) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.91 invoke-rc.d: could not determine current runlevel
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.92 invoke-rc.d: policy-rc.d denied execution of start.
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.93 Setting up pigz (2.4-1) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.94 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.96 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.98 Setting up python-pip-whl (18.1-5) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 52.99 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:24:50 [2021-06-18T20:24:50.879Z] #20 53.01 Setting up vim-runtime (2:8.1.0875-5) ...
20:24:51 [2021-06-18T20:24:51.101Z] #20 35.87 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:24:51 [2021-06-18T20:24:51.101Z] #20 36.00 Selecting previously unselected package libonig5:amd64.
20:24:51 [2021-06-18T20:24:51.101Z] #20 36.01 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.101Z] #20 36.07 Unpacking libonig5:amd64 (6.9.1-1) ...
20:24:51 [2021-06-18T20:24:51.135Z] #20 ...
20:24:51 [2021-06-18T20:24:51.135Z] 
20:24:51 [2021-06-18T20:24:51.135Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:51 [2021-06-18T20:24:51.135Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:51 [2021-06-18T20:24:51.135Z] #43 105.4   CC       criu/cr-service.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 106.9   CC       criu/crtools.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 107.5   CC       criu/eventfd.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 108.0   CC       criu/eventpoll.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 108.8   CC       criu/external.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 109.1   CC       criu/fault-injection.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 109.3   CC       criu/fdstore.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 109.6   CC       criu/fifo.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 110.0   CC       criu/file-ids.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 110.4   CC       criu/file-lock.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 111.5   CC       criu/files-ext.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 111.8   CC       criu/files-reg.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 114.0   CC       criu/files.o
20:24:51 [2021-06-18T20:24:51.135Z] #43 ...
20:24:51 [2021-06-18T20:24:51.135Z] 
20:24:51 [2021-06-18T20:24:51.135Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:51 [2021-06-18T20:24:51.135Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:51 [2021-06-18T20:24:51.135Z] #20 53.45 Setting up libaio1:amd64 (0.3.112-3) ...
20:24:51 [2021-06-18T20:24:51.135Z] #20 53.46 Setting up libonig5:amd64 (6.9.1-1) ...
20:24:51 [2021-06-18T20:24:51.361Z] #20 36.21 Selecting previously unselected package libjq1:amd64.
20:24:51 [2021-06-18T20:24:51.361Z] #20 36.21 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.361Z] #20 36.23 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.47 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.48 Setting up vim (2:8.1.0875-5) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.59 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.60 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.62 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.63 Setting up jq (1.5+dfsg-2+b1) ...
20:24:51 [2021-06-18T20:24:51.391Z] #20 53.66 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:51 [2021-06-18T20:24:51.589Z] #20 58.06 Setting up apparmor (2.13.2-10) ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.34 Selecting previously unselected package jq.
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.35 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.36 Unpacking jq (1.5+dfsg-2+b1) ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.45 Selecting previously unselected package libaio1:amd64.
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.46 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.47 Unpacking libaio1:amd64 (0.3.112-3) ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.53 Selecting previously unselected package libgpm2:amd64.
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.54 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.620Z] #20 36.54 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:24:51 [2021-06-18T20:24:51.647Z] #20 53.69 Setting up python3.7 (3.7.3-2+deb10u3) ...
20:24:51 [2021-06-18T20:24:51.674Z] #70 DONE 0.8s
20:24:51 [2021-06-18T20:24:51.674Z] 
20:24:51 [2021-06-18T20:24:51.674Z] #71 exporting to image
20:24:51 [2021-06-18T20:24:51.674Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:24:51 [2021-06-18T20:24:51.674Z] #71 exporting layers
20:24:51 [2021-06-18T20:24:51.879Z] #20 36.61 Selecting previously unselected package libicu63:amd64.
20:24:51 [2021-06-18T20:24:51.879Z] #20 36.61 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:24:51 [2021-06-18T20:24:51.879Z] #20 36.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:24:53 [2021-06-18T20:24:53.495Z] #20 59.86 Setting up xfsprogs (4.20.0-1) ...
20:24:53 [2021-06-18T20:24:53.495Z] #20 59.87 Setting up python3-lib2to3 (3.7.3-1) ...
20:24:53 [2021-06-18T20:24:53.754Z] #20 60.23 Setting up python3-pkg-resources (40.8.0-1) ...
20:24:54 [2021-06-18T20:24:54.692Z] #20 61.23 Setting up python3-distutils (3.7.3-1) ...
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.73 Setting up iptables (1.8.2-4) ...
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:24:54 [2021-06-18T20:24:54.923Z] #20 56.80 Setting up python3 (3.7.3-1) ...
20:24:54 [2021-06-18T20:24:54.923Z] #20 57.16 Setting up python3-wheel (0.32.3-2) ...
20:24:55 [2021-06-18T20:24:55.171Z] #20 39.93 Selecting previously unselected package libnet1:amd64.
20:24:55 [2021-06-18T20:24:55.171Z] #20 39.93 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:24:55 [2021-06-18T20:24:55.171Z] #20 39.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:55 [2021-06-18T20:24:55.259Z] #20 61.74 Setting up python3-setuptools (40.8.0-1) ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.18 Selecting previously unselected package libnl-3-200:amd64.
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.18 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.27 Selecting previously unselected package libprotobuf-c1:amd64.
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.35 Selecting previously unselected package libreadline5:amd64.
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.35 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:24:55 [2021-06-18T20:24:55.430Z] #20 40.35 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:55 [2021-06-18T20:24:55.486Z] #20 57.83 Setting up apparmor (2.13.2-10) ...
20:24:55 [2021-06-18T20:24:55.689Z] #20 40.47 Selecting previously unselected package net-tools.
20:24:55 [2021-06-18T20:24:55.690Z] #20 40.47 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:24:55 [2021-06-18T20:24:55.690Z] #20 40.48 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:55 [2021-06-18T20:24:55.690Z] #20 40.68 Selecting previously unselected package python-pip-whl.
20:24:55 [2021-06-18T20:24:55.690Z] #20 40.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:55 [2021-06-18T20:24:55.949Z] #20 40.68 Unpacking python-pip-whl (18.1-5) ...
20:24:56 [2021-06-18T20:24:56.209Z] #20 41.21 Selecting previously unselected package python3-lib2to3.
20:24:56 [2021-06-18T20:24:56.209Z] #20 41.22 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:56 [2021-06-18T20:24:56.209Z] #20 41.23 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:56 [2021-06-18T20:24:56.468Z] #20 41.35 Selecting previously unselected package python3-distutils.
20:24:56 [2021-06-18T20:24:56.468Z] #20 41.36 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:56 [2021-06-18T20:24:56.468Z] #20 41.37 Unpacking python3-distutils (3.7.3-1) ...
20:24:56 [2021-06-18T20:24:56.639Z] #20 62.98 Setting up python3-pip (18.1-5) ...
20:24:56 [2021-06-18T20:24:56.728Z] #20 41.50 Selecting previously unselected package python3-pip.
20:24:56 [2021-06-18T20:24:56.728Z] #20 41.51 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:56 [2021-06-18T20:24:56.728Z] #20 41.51 Unpacking python3-pip (18.1-5) ...
20:24:56 [2021-06-18T20:24:56.728Z] #20 41.70 Selecting previously unselected package python3-pkg-resources.
20:24:56 [2021-06-18T20:24:56.987Z] #20 41.70 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:56 [2021-06-18T20:24:56.987Z] #20 41.71 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:56 [2021-06-18T20:24:56.987Z] #20 41.84 Selecting previously unselected package python3-setuptools.
20:24:56 [2021-06-18T20:24:56.987Z] #20 41.85 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:56 [2021-06-18T20:24:56.987Z] #20 41.85 Unpacking python3-setuptools (40.8.0-1) ...
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.07 Selecting previously unselected package python3-wheel.
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.08 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.09 Unpacking python3-wheel (0.32.3-2) ...
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.17 Selecting previously unselected package sudo.
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.18 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
20:24:57 [2021-06-18T20:24:57.247Z] #20 42.19 Unpacking sudo (1.8.27-1+deb10u3) ...
20:24:57 [2021-06-18T20:24:57.378Z] #20 59.49 Setting up xfsprogs (4.20.0-1) ...
20:24:57 [2021-06-18T20:24:57.378Z] #20 59.50 Setting up python3-lib2to3 (3.7.3-1) ...
20:24:57 [2021-06-18T20:24:57.578Z] #20 64.08 Processing triggers for libc-bin (2.28-10) ...
20:24:57 [2021-06-18T20:24:57.578Z] #20 ...
20:24:57 [2021-06-18T20:24:57.578Z] 
20:24:57 [2021-06-18T20:24:57.578Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:24:57 [2021-06-18T20:24:57.578Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:24:57 [2021-06-18T20:24:57.578Z] #43 116.3   CC       criu/image-desc.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 116.5   CC       criu/image.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 117.4   CC       criu/ipc_ns.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 118.7   CC       criu/irmap.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 119.4   CC       criu/kcmp-ids.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 119.7   CC       criu/kerndat.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 120.7   CC       criu/libnetlink.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 121.1   CC       criu/log.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 121.8   CC       criu/lsm.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 122.2   CC       criu/mem.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 124.1   CC       criu/memfd.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 124.7   CC       criu/mount.o
20:24:57 [2021-06-18T20:24:57.578Z] #43 ...
20:24:57 [2021-06-18T20:24:57.578Z] 
20:24:57 [2021-06-18T20:24:57.578Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:24:57 [2021-06-18T20:24:57.578Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:24:57 [2021-06-18T20:24:57.578Z] #20 64.14 Processing triggers for mime-support (3.62) ...
20:24:57 [2021-06-18T20:24:57.634Z] #20 59.89 Setting up python3-pkg-resources (40.8.0-1) ...
20:24:57 [2021-06-18T20:24:57.818Z] #20 42.71 Selecting previously unselected package thin-provisioning-tools.
20:24:57 [2021-06-18T20:24:57.818Z] #20 42.72 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:24:57 [2021-06-18T20:24:57.818Z] #20 42.72 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:58 [2021-06-18T20:24:58.078Z] #20 42.95 Selecting previously unselected package uidmap.
20:24:58 [2021-06-18T20:24:58.078Z] #20 42.95 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:24:58 [2021-06-18T20:24:58.078Z] #20 42.96 Unpacking uidmap (1:4.5-1.1) ...
20:24:58 [2021-06-18T20:24:58.078Z] #20 43.05 Selecting previously unselected package vim-runtime.
20:24:58 [2021-06-18T20:24:58.078Z] #20 43.06 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:58 [2021-06-18T20:24:58.078Z] #20 43.08 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:58 [2021-06-18T20:24:58.235Z] #71 exporting layers 6.7s done
20:24:58 [2021-06-18T20:24:58.235Z] #71 writing image sha256:4905a15d5d20bdadac9a46bc9244ef2a99aff10a0041bea83135b77f402e0f49 done
20:24:58 [2021-06-18T20:24:58.235Z] #71 naming to docker.io/library/docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 done
20:24:58 [2021-06-18T20:24:58.235Z] #71 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
20:24:58 [2021-06-18T20:24:58.338Z] #20 43.12 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:58 [2021-06-18T20:24:58.338Z] #20 43.13 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:58 [2021-06-18T20:24:58.532Z] #20 DONE 65.2s
20:24:58 [2021-06-18T20:24:58.532Z] 
20:24:58 [2021-06-18T20:24:58.532Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:24:58 [2021-06-18T20:24:58.532Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:24:58 [2021-06-18T20:24:58.532Z] #40 187.7 + dpkg --print-architecture
20:24:58 [2021-06-18T20:24:58.532Z] #40 187.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:24:58 [2021-06-18T20:24:58.532Z] #40 188.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:24:58 [2021-06-18T20:24:58.532Z] #40 188.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:24:58 [2021-06-18T20:24:58.563Z] #20 60.77 Setting up python3-distutils (3.7.3-1) ...
20:24:58 [2021-06-18T20:24:58.570Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/validate/default
20:24:58 [2021-06-18T20:24:58.791Z] #40 ...
20:24:58 [2021-06-18T20:24:58.791Z] 
20:24:58 [2021-06-18T20:24:58.791Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
20:24:58 [2021-06-18T20:24:58.791Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
20:24:59 [2021-06-18T20:24:59.127Z] #20 61.33 Setting up python3-setuptools (40.8.0-1) ...
20:24:59 [2021-06-18T20:24:59.504Z] Congratulations!  All commits are properly signed with the DCO!
20:24:59 [2021-06-18T20:24:59.729Z] #21 1.066 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:24:59 [2021-06-18T20:24:59.729Z] #21 1.071 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:24:59 [2021-06-18T20:24:59.729Z] #21 1.074 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:24:59 [2021-06-18T20:24:59.729Z] #21 DONE 1.1s
20:24:59 [2021-06-18T20:24:59.729Z] 
20:24:59 [2021-06-18T20:24:59.729Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:24:59 [2021-06-18T20:24:59.729Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:00 [2021-06-18T20:25:00.440Z] Congratulations!  Seccomp profile generation is done correctly.
20:25:00 [2021-06-18T20:25:00.440Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:25:00 [2021-06-18T20:25:00.552Z] #20 62.63 Setting up python3-pip (18.1-5) ...
20:25:01 [2021-06-18T20:25:01.631Z] #20 ...
20:25:01 [2021-06-18T20:25:01.631Z] 
20:25:01 [2021-06-18T20:25:01.631Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:01 [2021-06-18T20:25:01.631Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:01 [2021-06-18T20:25:01.631Z] #43 111.3   CC       criu/files.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 113.4   CC       criu/filesystems.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 114.0   CC       criu/fsnotify.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 115.1   CC       criu/image-desc.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 115.2   CC       criu/image.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 116.1   CC       criu/ipc_ns.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 117.2   CC       criu/irmap.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 117.8   CC       criu/kcmp-ids.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 118.2   CC       criu/kerndat.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 119.3   CC       criu/libnetlink.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 119.7   CC       criu/log.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 120.2   CC       criu/lsm.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 120.6   CC       criu/mem.o
20:25:01 [2021-06-18T20:25:01.631Z] #43 ...
20:25:01 [2021-06-18T20:25:01.631Z] 
20:25:01 [2021-06-18T20:25:01.632Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:25:01 [2021-06-18T20:25:01.632Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:25:01 [2021-06-18T20:25:01.632Z] #20 46.46 Selecting previously unselected package vim.
20:25:01 [2021-06-18T20:25:01.632Z] #20 46.47 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:25:01 [2021-06-18T20:25:01.632Z] #20 46.49 Unpacking vim (2:8.1.0875-5) ...
20:25:01 [2021-06-18T20:25:01.751Z] #20 63.86 Processing triggers for libc-bin (2.28-10) ...
20:25:01 [2021-06-18T20:25:01.751Z] #20 63.91 Processing triggers for mime-support (3.62) ...
20:25:01 [2021-06-18T20:25:01.751Z] #20 ...
20:25:01 [2021-06-18T20:25:01.751Z] 
20:25:01 [2021-06-18T20:25:01.751Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:01 [2021-06-18T20:25:01.751Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:01 [2021-06-18T20:25:01.751Z] #43 116.1   CC       criu/filesystems.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 116.9   CC       criu/fsnotify.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 118.0   CC       criu/image-desc.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 118.1   CC       criu/image.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 119.0   CC       criu/ipc_ns.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 120.3   CC       criu/irmap.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 121.0   CC       criu/kcmp-ids.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 121.5   CC       criu/kerndat.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 122.6   CC       criu/libnetlink.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 123.0   CC       criu/log.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 123.4   CC       criu/lsm.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 123.9   CC       criu/mem.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 125.8   CC       criu/memfd.o
20:25:01 [2021-06-18T20:25:01.751Z] #43 ...
20:25:01 [2021-06-18T20:25:01.751Z] 
20:25:01 [2021-06-18T20:25:01.751Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:25:01 [2021-06-18T20:25:01.751Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:25:01 [2021-06-18T20:25:01.751Z] #40 188.1 + dpkg --print-architecture
20:25:01 [2021-06-18T20:25:01.751Z] #40 188.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:25:01 [2021-06-18T20:25:01.751Z] #40 189.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:25:01 [2021-06-18T20:25:01.751Z] #40 189.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:25:02 [2021-06-18T20:25:02.201Z] #20 47.02 Selecting previously unselected package xfsprogs.
20:25:02 [2021-06-18T20:25:02.201Z] #20 47.02 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:25:02 [2021-06-18T20:25:02.201Z] #20 47.03 Unpacking xfsprogs (4.20.0-1) ...
20:25:02 [2021-06-18T20:25:02.316Z] #40 ...
20:25:02 [2021-06-18T20:25:02.316Z] 
20:25:02 [2021-06-18T20:25:02.316Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:02 [2021-06-18T20:25:02.316Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:02 [2021-06-18T20:25:02.316Z] #43 126.7   CC       criu/mount.o
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.49 Selecting previously unselected package zip.
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.51 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.51 Unpacking zip (3.0-11+b1) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.69 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.72 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.74 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.77 Setting up libgpm2:amd64 (1.20.7-5) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.79 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.80 Setting up uidmap (1:4.5-1.1) ...
20:25:02 [2021-06-18T20:25:02.770Z] #20 47.82 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:25:02 [2021-06-18T20:25:02.879Z] #43 ...
20:25:02 [2021-06-18T20:25:02.879Z] 
20:25:02 [2021-06-18T20:25:02.879Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:25:02 [2021-06-18T20:25:02.879Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:25:02 [2021-06-18T20:25:02.879Z] #20 DONE 65.1s
20:25:02 [2021-06-18T20:25:02.879Z] 
20:25:02 [2021-06-18T20:25:02.879Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
20:25:02 [2021-06-18T20:25:02.879Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
20:25:03 [2021-06-18T20:25:03.029Z] #20 47.83 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.85 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.88 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.89 Setting up xxd (2:8.1.0875-5) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.91 Setting up zip (3.0-11+b1) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.93 Setting up vim-common (2:8.1.0875-5) ...
20:25:03 [2021-06-18T20:25:03.030Z] #20 47.96 Setting up bash-completion (1:2.8-6) ...
20:25:04 [2021-06-18T20:25:04.252Z] #21 1.084 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:04 [2021-06-18T20:25:04.252Z] #21 1.088 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:04 [2021-06-18T20:25:04.252Z] #21 1.091 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:04 [2021-06-18T20:25:04.252Z] #21 DONE 1.1s
20:25:04 [2021-06-18T20:25:04.252Z] 
20:25:04 [2021-06-18T20:25:04.252Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:25:04 [2021-06-18T20:25:04.252Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:04 [2021-06-18T20:25:04.936Z] #20 ...
20:25:04 [2021-06-18T20:25:04.936Z] 
20:25:04 [2021-06-18T20:25:04.936Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:25:04 [2021-06-18T20:25:04.936Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:25:04 [2021-06-18T20:25:04.936Z] #40 182.7 + dpkg --print-architecture
20:25:04 [2021-06-18T20:25:04.936Z] #40 182.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:25:04 [2021-06-18T20:25:04.936Z] #40 182.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:25:04 [2021-06-18T20:25:04.936Z] #40 182.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:25:04 [2021-06-18T20:25:04.936Z] #40 ...
20:25:04 [2021-06-18T20:25:04.936Z] 
20:25:04 [2021-06-18T20:25:04.936Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:04 [2021-06-18T20:25:04.936Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:04 [2021-06-18T20:25:04.936Z] #43 122.3   CC       criu/memfd.o
20:25:04 [2021-06-18T20:25:04.936Z] #43 122.9   CC       criu/mount.o
20:25:05 [2021-06-18T20:25:05.007Z] #22 5.103 Collecting yamllint==1.26.1
20:25:07 [2021-06-18T20:25:07.473Z] #43 127.1   CC       criu/namespaces.o
20:25:07 [2021-06-18T20:25:07.473Z] #43 ...
20:25:07 [2021-06-18T20:25:07.473Z] 
20:25:07 [2021-06-18T20:25:07.473Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
20:25:07 [2021-06-18T20:25:07.473Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.00 Setting up libiptc0:amd64 (1.8.2-4) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.02 Setting up xz-utils (5.2.4-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.04 Setting up sudo (1.8.27-1+deb10u3) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.10 invoke-rc.d: could not determine current runlevel
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.11 invoke-rc.d: policy-rc.d denied execution of start.
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.12 Setting up pigz (2.4-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.13 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.15 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.17 Setting up python-pip-whl (18.1-5) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.18 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.20 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.68 Setting up libaio1:amd64 (0.3.112-3) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.69 Setting up libonig5:amd64 (6.9.1-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.71 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.72 Setting up vim (2:8.1.0875-5) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.80 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.82 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.83 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.85 Setting up jq (1.5+dfsg-2+b1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.86 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:25:07 [2021-06-18T20:25:07.473Z] #20 51.87 Setting up python3.7 (3.7.3-2+deb10u3) ...
20:25:07 [2021-06-18T20:25:07.539Z] #22 ...
20:25:07 [2021-06-18T20:25:07.539Z] 
20:25:07 [2021-06-18T20:25:07.539Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:07 [2021-06-18T20:25:07.539Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:07 [2021-06-18T20:25:07.539Z] #43 129.4   CC       criu/namespaces.o
20:25:07 [2021-06-18T20:25:07.539Z] #43 131.5   CC       criu/net.o
20:25:07 [2021-06-18T20:25:07.539Z] #43 134.9   CC       criu/netfilter.o
20:25:07 [2021-06-18T20:25:07.539Z] #43 135.4   CC       criu/page-pipe.o
20:25:07 [2021-06-18T20:25:07.539Z] #43 136.0   CC       criu/page-xfer.o
20:25:08 [2021-06-18T20:25:08.475Z] #43 137.3   CC       criu/pagemap-cache.o
20:25:08 [2021-06-18T20:25:08.555Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:25:09 [2021-06-18T20:25:09.043Z] #43 137.7   CC       criu/pagemap.o
20:25:09 [2021-06-18T20:25:09.503Z] #22 5.246 Collecting yamllint==1.26.1
20:25:09 [2021-06-18T20:25:09.982Z] #43 138.6   CC       criu/parasite-syscall.o
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.65 Setting up iptables (1.8.2-4) ...
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:25:10 [2021-06-18T20:25:10.011Z] #20 54.71 Setting up python3 (3.7.3-1) ...
20:25:10 [2021-06-18T20:25:10.241Z] #43 ...
20:25:10 [2021-06-18T20:25:10.241Z] 
20:25:10 [2021-06-18T20:25:10.241Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:25:10 [2021-06-18T20:25:10.241Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:10 [2021-06-18T20:25:10.241Z] #22 10.50   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
20:25:10 [2021-06-18T20:25:10.271Z] #20 55.21 Setting up python3-wheel (0.32.3-2) ...
20:25:10 [2021-06-18T20:25:10.461Z] Congratulations!  All API changes are done the right way.
20:25:10 [2021-06-18T20:25:10.461Z] Congratulations!  All TOML source files changed here have valid syntax.
20:25:10 [2021-06-18T20:25:10.461Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:25:10 [2021-06-18T20:25:10.461Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:25:10 [2021-06-18T20:25:10.461Z] Congratulations!  No new tests were added to integration-cli.
20:25:10 [2021-06-18T20:25:10.461Z] 
20:25:10 [2021-06-18T20:25:10.461Z] INFO Start validation with golang-ci-lint
20:25:10 [2021-06-18T20:25:10.461Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:25:10 [2021-06-18T20:25:10.461Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:25:10 [2021-06-18T20:25:10.461Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:25:11 [2021-06-18T20:25:11.210Z] #20 55.94 Setting up apparmor (2.13.2-10) ...
20:25:11 [2021-06-18T20:25:11.680Z] #22 11.80 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
20:25:11 [2021-06-18T20:25:11.680Z] #22 11.85   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
20:25:11 [2021-06-18T20:25:11.680Z] #22 11.92 Collecting pyyaml (from yamllint==1.26.1)
20:25:11 [2021-06-18T20:25:11.960Z] #22 12.18   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
20:25:12 [2021-06-18T20:25:12.534Z] #22 12.66 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
20:25:12 [2021-06-18T20:25:12.534Z] #22 12.67 Building wheels for collected packages: yamllint
20:25:12 [2021-06-18T20:25:12.534Z] #22 12.67   Running setup.py bdist_wheel for yamllint: started
20:25:12 [2021-06-18T20:25:12.771Z] #22 ...
20:25:12 [2021-06-18T20:25:12.771Z] 
20:25:12 [2021-06-18T20:25:12.771Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:12 [2021-06-18T20:25:12.771Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:12 [2021-06-18T20:25:12.771Z] #43 131.5   CC       criu/namespaces.o
20:25:12 [2021-06-18T20:25:12.771Z] #43 133.6   CC       criu/net.o
20:25:12 [2021-06-18T20:25:12.771Z] #43 136.6   CC       criu/netfilter.o
20:25:12 [2021-06-18T20:25:12.771Z] #43 137.0   CC       criu/page-pipe.o
20:25:13 [2021-06-18T20:25:13.119Z] #20 57.60 Setting up xfsprogs (4.20.0-1) ...
20:25:13 [2021-06-18T20:25:13.119Z] #20 57.61 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:13 [2021-06-18T20:25:13.119Z] #20 57.98 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:13 [2021-06-18T20:25:13.336Z] #43 137.6   CC       criu/page-xfer.o
20:25:13 [2021-06-18T20:25:13.471Z] #22 13.71   Running setup.py bdist_wheel for yamllint: finished with status 'done'
20:25:13 [2021-06-18T20:25:13.471Z] #22 13.71   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
20:25:13 [2021-06-18T20:25:13.471Z] #22 13.77 Successfully built yamllint
20:25:13 [2021-06-18T20:25:13.471Z] #22 13.78 Installing collected packages: pathspec, pyyaml, yamllint
20:25:14 [2021-06-18T20:25:14.040Z] #22 14.21 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
20:25:14 [2021-06-18T20:25:14.056Z] #20 58.90 Setting up python3-distutils (3.7.3-1) ...
20:25:14 [2021-06-18T20:25:14.608Z] #22 DONE 14.7s
20:25:14 [2021-06-18T20:25:14.608Z] 
20:25:14 [2021-06-18T20:25:14.608Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:14 [2021-06-18T20:25:14.608Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:14 [2021-06-18T20:25:14.608Z] #43 139.5   CC       criu/path.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 139.8   CC       criu/pie-util-vdso-elf32.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 140.3   CC       criu/pie-util-vdso.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 140.9   CC       criu/pie-util.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 141.1   CC       criu/pipes.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 142.1   CC       criu/plugin.o
20:25:14 [2021-06-18T20:25:14.608Z] #43 142.5   CC       criu/proc_parse.o
20:25:14 [2021-06-18T20:25:14.625Z] #20 59.40 Setting up python3-setuptools (40.8.0-1) ...
20:25:14 [2021-06-18T20:25:14.703Z] #43 139.0   CC       criu/pagemap-cache.o
20:25:14 [2021-06-18T20:25:14.703Z] #43 ...
20:25:14 [2021-06-18T20:25:14.703Z] 
20:25:14 [2021-06-18T20:25:14.703Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:25:14 [2021-06-18T20:25:14.703Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:14 [2021-06-18T20:25:14.703Z] #22 10.60   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
20:25:15 [2021-06-18T20:25:15.181Z] #43 ...
20:25:15 [2021-06-18T20:25:15.181Z] 
20:25:15 [2021-06-18T20:25:15.181Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:25:15 [2021-06-18T20:25:15.181Z] #25 sha256:775d83f99d34e3f55d21e294805bf67931f607ba9ec979df662a463bb34d1147
20:25:15 [2021-06-18T20:25:15.181Z] #25 DONE 0.5s
20:25:15 [2021-06-18T20:25:15.181Z] 
20:25:15 [2021-06-18T20:25:15.181Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:25:15 [2021-06-18T20:25:15.181Z] #30 sha256:ab1b92d2280f4c322e8aaf4e6772759d45bb3c344d9ca6403a2f6b2f99100125
20:25:16 [2021-06-18T20:25:16.066Z] #20 60.63 Setting up python3-pip (18.1-5) ...
20:25:16 [2021-06-18T20:25:16.068Z] #22 11.82 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
20:25:16 [2021-06-18T20:25:16.068Z] #22 11.87   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
20:25:16 [2021-06-18T20:25:16.069Z] #22 11.93 Collecting pyyaml (from yamllint==1.26.1)
20:25:16 [2021-06-18T20:25:16.324Z] #22 12.20   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
20:25:16 [2021-06-18T20:25:16.580Z] #22 12.50 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
20:25:16 [2021-06-18T20:25:16.580Z] #22 12.51 Building wheels for collected packages: yamllint
20:25:16 [2021-06-18T20:25:16.580Z] #22 12.51   Running setup.py bdist_wheel for yamllint: started
20:25:17 [2021-06-18T20:25:17.006Z] #20 61.69 Processing triggers for libc-bin (2.28-10) ...
20:25:17 [2021-06-18T20:25:17.006Z] #20 61.75 Processing triggers for mime-support (3.62) ...
20:25:17 [2021-06-18T20:25:17.266Z] #20 DONE 62.1s
20:25:17 [2021-06-18T20:25:17.266Z] 
20:25:17 [2021-06-18T20:25:17.266Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:17 [2021-06-18T20:25:17.266Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:17 [2021-06-18T20:25:17.266Z] #43 129.2   CC       criu/net.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 132.5   CC       criu/netfilter.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 132.9   CC       criu/page-pipe.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 133.6   CC       criu/page-xfer.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 135.4   CC       criu/pagemap-cache.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 135.9   CC       criu/pagemap.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 136.9   CC       criu/parasite-syscall.o
20:25:17 [2021-06-18T20:25:17.266Z] #43 ...
20:25:17 [2021-06-18T20:25:17.266Z] 
20:25:17 [2021-06-18T20:25:17.266Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
20:25:17 [2021-06-18T20:25:17.266Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
20:25:17 [2021-06-18T20:25:17.947Z] #22 13.64   Running setup.py bdist_wheel for yamllint: finished with status 'done'
20:25:17 [2021-06-18T20:25:17.947Z] #22 13.64   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
20:25:17 [2021-06-18T20:25:17.947Z] #22 13.69 Successfully built yamllint
20:25:17 [2021-06-18T20:25:17.947Z] #22 13.71 Installing collected packages: pathspec, pyyaml, yamllint
20:25:17 [2021-06-18T20:25:17.947Z] #22 14.08 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
20:25:18 [2021-06-18T20:25:18.518Z] #22 DONE 14.5s
20:25:18 [2021-06-18T20:25:18.518Z] 
20:25:18 [2021-06-18T20:25:18.518Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:25:18 [2021-06-18T20:25:18.518Z] #25 sha256:9dc17ed8e20f0ab9e2e0913e26d5add5bd72c4a61b7f519b86a7936b5064c6e8
20:25:19 [2021-06-18T20:25:19.083Z] #25 DONE 0.4s
20:25:19 [2021-06-18T20:25:19.083Z] 
20:25:19 [2021-06-18T20:25:19.083Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:19 [2021-06-18T20:25:19.083Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:19 [2021-06-18T20:25:19.083Z] #43 139.4   CC       criu/pagemap.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 140.6   CC       criu/parasite-syscall.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 141.6   CC       criu/path.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 141.9   CC       criu/pie-util-vdso-elf32.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 142.4   CC       criu/pie-util-vdso.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 142.9   CC       criu/pie-util.o
20:25:19 [2021-06-18T20:25:19.083Z] #43 143.2   CC       criu/pipes.o
20:25:19 [2021-06-18T20:25:19.172Z] #21 1.797 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:19 [2021-06-18T20:25:19.172Z] #21 1.803 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:19 [2021-06-18T20:25:19.172Z] #21 1.814 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:19 [2021-06-18T20:25:19.172Z] #21 DONE 2.1s
20:25:19 [2021-06-18T20:25:19.172Z] 
20:25:19 [2021-06-18T20:25:19.172Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:19 [2021-06-18T20:25:19.172Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:19 [2021-06-18T20:25:19.172Z] #43 138.0   CC       criu/path.o
20:25:19 [2021-06-18T20:25:19.172Z] #43 138.4   CC       criu/pie-util-vdso-elf32.o
20:25:19 [2021-06-18T20:25:19.172Z] #43 138.9   CC       criu/pie-util-vdso.o
20:25:19 [2021-06-18T20:25:19.434Z] #43 139.4   CC       criu/pie-util.o
20:25:19 [2021-06-18T20:25:19.693Z] #43 139.6   CC       criu/pipes.o
20:25:20 [2021-06-18T20:25:20.012Z] #43 144.2   CC       criu/plugin.o
20:25:20 [2021-06-18T20:25:20.012Z] #43 144.5   CC       criu/proc_parse.o
20:25:20 [2021-06-18T20:25:20.455Z] #30 ...
20:25:20 [2021-06-18T20:25:20.455Z] 
20:25:20 [2021-06-18T20:25:20.455Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:20 [2021-06-18T20:25:20.455Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:20 [2021-06-18T20:25:20.455Z] #43 145.4   CC       criu/protobuf-desc.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 146.1   CC       criu/protobuf.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 146.5   CC       criu/pstree.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 147.5   CC       criu/rbtree.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 147.8   CC       criu/rst-malloc.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 147.9   CC       criu/seccomp.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 148.4   CC       criu/seize.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 149.0   CC       criu/servicefd.o
20:25:20 [2021-06-18T20:25:20.455Z] #43 149.4   CC       criu/shmem.o
20:25:20 [2021-06-18T20:25:20.631Z] #43 140.5   CC       criu/plugin.o
20:25:20 [2021-06-18T20:25:20.890Z] #43 140.9   CC       criu/proc_parse.o
20:25:21 [2021-06-18T20:25:21.025Z] #43 ...
20:25:21 [2021-06-18T20:25:21.025Z] 
20:25:21 [2021-06-18T20:25:21.025Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:25:21 [2021-06-18T20:25:21.025Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:25:21 [2021-06-18T20:25:21.025Z] #40 DONE 218.9s
20:25:21 [2021-06-18T20:25:21.025Z] 
20:25:21 [2021-06-18T20:25:21.025Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:25:21 [2021-06-18T20:25:21.025Z] #30 sha256:ab1b92d2280f4c322e8aaf4e6772759d45bb3c344d9ca6403a2f6b2f99100125
20:25:21 [2021-06-18T20:25:21.025Z] #30 DONE 6.0s
20:25:21 [2021-06-18T20:25:21.025Z] 
20:25:21 [2021-06-18T20:25:21.025Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:25:21 [2021-06-18T20:25:21.025Z] #33 sha256:ef70188a05224f71b9cdb88c2365feef73f36750c730aa7e2984ca94dc14653d
20:25:21 [2021-06-18T20:25:21.597Z] #33 DONE 0.5s
20:25:21 [2021-06-18T20:25:21.597Z] 
20:25:21 [2021-06-18T20:25:21.597Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
20:25:21 [2021-06-18T20:25:21.597Z] #35 sha256:e2d57c884077ad5c8a0e263aba8abc4af5566a04552d10248b8c2011d4b7074e
20:25:21 [2021-06-18T20:25:21.597Z] #35 DONE 0.1s
20:25:21 [2021-06-18T20:25:21.597Z] 
20:25:21 [2021-06-18T20:25:21.597Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:25:21 [2021-06-18T20:25:21.597Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:25:21 [2021-06-18T20:25:21.597Z] #49 ...
20:25:21 [2021-06-18T20:25:21.597Z] 
20:25:21 [2021-06-18T20:25:21.597Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
20:25:21 [2021-06-18T20:25:21.597Z] #38 sha256:cd5fcfb9b1cfd55137f6252278570133e12b622a8d3704bc8bb42c79b28943af
20:25:21 [2021-06-18T20:25:21.597Z] #38 DONE 0.1s
20:25:21 [2021-06-18T20:25:21.597Z] 
20:25:21 [2021-06-18T20:25:21.597Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:21 [2021-06-18T20:25:21.597Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:21 [2021-06-18T20:25:21.597Z] #43 150.5   CC       criu/sigframe.o
20:25:21 [2021-06-18T20:25:21.857Z] #43 150.7   CC       criu/signalfd.o
20:25:22 [2021-06-18T20:25:22.117Z] #43 151.0   CC       criu/sk-inet.o
20:25:22 [2021-06-18T20:25:22.530Z] #43 146.7   CC       criu/protobuf-desc.o
20:25:23 [2021-06-18T20:25:23.056Z] #43 ...
20:25:23 [2021-06-18T20:25:23.056Z] 
20:25:23 [2021-06-18T20:25:23.056Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
20:25:23 [2021-06-18T20:25:23.056Z] #41 sha256:8fb731ea0e425bd375c224f50c5a2beeee001c14a0376203c1986de645ec8a31
20:25:23 [2021-06-18T20:25:23.056Z] #41 DONE 0.9s
20:25:23 [2021-06-18T20:25:23.092Z] #43 147.4   CC       criu/protobuf.o
20:25:23 [2021-06-18T20:25:23.316Z] 
20:25:23 [2021-06-18T20:25:23.316Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:23 [2021-06-18T20:25:23.316Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:23 [2021-06-18T20:25:23.316Z] #43 152.0   CC       criu/sk-netlink.o
20:25:23 [2021-06-18T20:25:23.348Z] #43 147.8   CC       criu/pstree.o
20:25:23 [2021-06-18T20:25:23.576Z] #43 152.4   CC       criu/sk-packet.o
20:25:24 [2021-06-18T20:25:24.145Z] #43 152.9   CC       criu/sk-queue.o
20:25:24 [2021-06-18T20:25:24.184Z] #43 144.1   CC       criu/protobuf-desc.o
20:25:24 [2021-06-18T20:25:24.276Z] #43 ...
20:25:24 [2021-06-18T20:25:24.276Z] 
20:25:24 [2021-06-18T20:25:24.276Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:25:24 [2021-06-18T20:25:24.276Z] #30 sha256:3413e164994cb2db8a3784649527a388ebc7e5fa9a82dcc9ee4df7231305651d
20:25:24 [2021-06-18T20:25:24.276Z] #30 DONE 5.2s
20:25:24 [2021-06-18T20:25:24.276Z] 
20:25:24 [2021-06-18T20:25:24.276Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:25:24 [2021-06-18T20:25:24.276Z] #33 sha256:85f4977b45f04fbb70f9b2807f888b826f4e6954a4a815cd7162de18fb6fcda0
20:25:24 [2021-06-18T20:25:24.532Z] #33 DONE 0.4s
20:25:24 [2021-06-18T20:25:24.532Z] 
20:25:24 [2021-06-18T20:25:24.532Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
20:25:24 [2021-06-18T20:25:24.532Z] #35 sha256:18eee9aaeb8e0598fc71c16cbaf9011ee04429527829fbc10c4341231d824dd8
20:25:24 [2021-06-18T20:25:24.532Z] #35 DONE 0.1s
20:25:24 [2021-06-18T20:25:24.532Z] 
20:25:24 [2021-06-18T20:25:24.532Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:24 [2021-06-18T20:25:24.532Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:24 [2021-06-18T20:25:24.532Z] #43 148.8   CC       criu/rbtree.o
20:25:24 [2021-06-18T20:25:24.713Z] #43 153.3   CC       criu/sk-tcp.o
20:25:24 [2021-06-18T20:25:24.753Z] #43 ...
20:25:24 [2021-06-18T20:25:24.753Z] 
20:25:24 [2021-06-18T20:25:24.753Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:25:24 [2021-06-18T20:25:24.753Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:25:24 [2021-06-18T20:25:24.753Z] #40 DONE 212.7s
20:25:24 [2021-06-18T20:25:24.753Z] 
20:25:24 [2021-06-18T20:25:24.753Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:25:24 [2021-06-18T20:25:24.753Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:24 [2021-06-18T20:25:24.788Z] #43 ...
20:25:24 [2021-06-18T20:25:24.788Z] 
20:25:24 [2021-06-18T20:25:24.788Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
20:25:24 [2021-06-18T20:25:24.788Z] #38 sha256:75ed34717e409781ff3dab54ff83a9799af8912087773d6635203c478851ef23
20:25:24 [2021-06-18T20:25:24.788Z] #38 DONE 0.1s
20:25:24 [2021-06-18T20:25:24.788Z] 
20:25:24 [2021-06-18T20:25:24.788Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:24 [2021-06-18T20:25:24.788Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:24 [2021-06-18T20:25:24.788Z] #43 149.1   CC       criu/rst-malloc.o
20:25:24 [2021-06-18T20:25:24.973Z] #43 153.8   CC       criu/sk-unix.o
20:25:25 [2021-06-18T20:25:25.012Z] #22 5.753 Collecting yamllint==1.26.1
20:25:25 [2021-06-18T20:25:25.045Z] #43 149.4   CC       criu/seccomp.o
20:25:25 [2021-06-18T20:25:25.271Z] #22 ...
20:25:25 [2021-06-18T20:25:25.271Z] 
20:25:25 [2021-06-18T20:25:25.271Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:25 [2021-06-18T20:25:25.271Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:25 [2021-06-18T20:25:25.271Z] #43 145.2   CC       criu/protobuf.o
20:25:25 [2021-06-18T20:25:25.530Z] #43 145.6   CC       criu/pstree.o
20:25:25 [2021-06-18T20:25:25.973Z] #43 150.2   CC       criu/seize.o
20:25:26 [2021-06-18T20:25:26.229Z] #43 ...
20:25:26 [2021-06-18T20:25:26.229Z] 
20:25:26 [2021-06-18T20:25:26.229Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
20:25:26 [2021-06-18T20:25:26.229Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
20:25:26 [2021-06-18T20:25:26.229Z] #40 DONE 220.7s
20:25:26 [2021-06-18T20:25:26.229Z] 
20:25:26 [2021-06-18T20:25:26.229Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:26 [2021-06-18T20:25:26.229Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:26 [2021-06-18T20:25:26.892Z] #43 155.4   CC       criu/sockets.o
20:25:26 [2021-06-18T20:25:26.892Z] #43 ...
20:25:26 [2021-06-18T20:25:26.892Z] 
20:25:26 [2021-06-18T20:25:26.892Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:25:26 [2021-06-18T20:25:26.892Z] #49 sha256:9816bd399d0042879cc002af17d06bacaef52153c82cc5945d0a62facb20aa17
20:25:26 [2021-06-18T20:25:26.892Z] #49 226.2 + /build/golangci-lint --version
20:25:26 [2021-06-18T20:25:26.892Z] #49 226.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:25:26 [2021-06-18T20:25:26.892Z] #49 DONE 226.9s
20:25:26 [2021-06-18T20:25:26.908Z] #43 146.7   CC       criu/rbtree.o
20:25:26 [2021-06-18T20:25:26.908Z] #43 147.0   CC       criu/rst-malloc.o
20:25:27 [2021-06-18T20:25:27.152Z] 
20:25:27 [2021-06-18T20:25:27.152Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:27 [2021-06-18T20:25:27.152Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:25:27 [2021-06-18T20:25:27.157Z] #43 151.4   CC       criu/servicefd.o
20:25:27 [2021-06-18T20:25:27.168Z] #43 147.2   CC       criu/seccomp.o
20:25:27 [2021-06-18T20:25:27.719Z] #43 152.2   CC       criu/shmem.o
20:25:27 [2021-06-18T20:25:27.722Z] #53 ...
20:25:27 [2021-06-18T20:25:27.722Z] 
20:25:27 [2021-06-18T20:25:27.722Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:27 [2021-06-18T20:25:27.722Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:27 [2021-06-18T20:25:27.722Z] #43 156.5   CC       criu/stats.o
20:25:28 [2021-06-18T20:25:28.117Z] #43 148.0   CC       criu/seize.o
20:25:28 [2021-06-18T20:25:28.280Z] #43 ...
20:25:28 [2021-06-18T20:25:28.280Z] 
20:25:28 [2021-06-18T20:25:28.280Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
20:25:28 [2021-06-18T20:25:28.280Z] #41 sha256:8501aa2df9ecc47d1b9ff973e0f1d7cc4170fb173addced1b5382818e23a30cc
20:25:28 [2021-06-18T20:25:28.280Z] #41 DONE 0.6s
20:25:28 [2021-06-18T20:25:28.294Z] #43 156.9   CC       criu/string.o
20:25:28 [2021-06-18T20:25:28.294Z] #43 157.1   CC       criu/sysctl.o
20:25:28 [2021-06-18T20:25:28.537Z] 
20:25:28 [2021-06-18T20:25:28.537Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:28 [2021-06-18T20:25:28.537Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:28 [2021-06-18T20:25:28.537Z] #43 152.9   CC       criu/sigframe.o
20:25:28 [2021-06-18T20:25:28.684Z] #43 148.8   CC       criu/servicefd.o
20:25:28 [2021-06-18T20:25:28.792Z] #43 153.1   CC       criu/signalfd.o
20:25:28 [2021-06-18T20:25:28.865Z] #43 157.7   CC       criu/sysfs_parse.o
20:25:29 [2021-06-18T20:25:29.048Z] #43 153.4   CC       criu/sk-inet.o
20:25:29 [2021-06-18T20:25:29.125Z] #43 157.9   CC       criu/timens.o
20:25:29 [2021-06-18T20:25:29.252Z] #43 149.2   CC       criu/shmem.o
20:25:29 [2021-06-18T20:25:29.385Z] #43 158.2   CC       criu/timerfd.o
20:25:29 [2021-06-18T20:25:29.644Z] #43 158.5   CC       criu/tty.o
20:25:29 [2021-06-18T20:25:29.975Z] #43 154.4   CC       criu/sk-netlink.o
20:25:30 [2021-06-18T20:25:30.189Z] #43 150.0   CC       criu/sigframe.o
20:25:30 [2021-06-18T20:25:30.189Z] #43 150.2   CC       criu/signalfd.o
20:25:30 [2021-06-18T20:25:30.231Z] #43 154.7   CC       criu/sk-packet.o
20:25:30 [2021-06-18T20:25:30.449Z] #43 150.4   CC       criu/sk-inet.o
20:25:30 [2021-06-18T20:25:30.583Z] #43 159.6   CC       criu/tun.o
20:25:30 [2021-06-18T20:25:30.709Z] #43 ...
20:25:30 [2021-06-18T20:25:30.709Z] 
20:25:30 [2021-06-18T20:25:30.709Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:25:30 [2021-06-18T20:25:30.709Z] #49 sha256:681be81b86dc3e76f2753984b836d092405058402b5357ea3a114521e18f3818
20:25:30 [2021-06-18T20:25:30.709Z] #49 221.9 + /build/golangci-lint --version
20:25:30 [2021-06-18T20:25:30.793Z] #43 155.2   CC       criu/sk-queue.o
20:25:30 [2021-06-18T20:25:30.825Z] ok  	github.com/docker/docker/api/server/httputils	0.027s	coverage: 14.7% of statements
20:25:31 [2021-06-18T20:25:31.056Z] #43 155.6   CC       criu/sk-tcp.o
20:25:31 [2021-06-18T20:25:31.153Z] #43 159.9   CC       criu/uffd.o
20:25:31 [2021-06-18T20:25:31.278Z] #49 222.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:25:31 [2021-06-18T20:25:31.312Z] #43 ...
20:25:31 [2021-06-18T20:25:31.312Z] 
20:25:31 [2021-06-18T20:25:31.312Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
20:25:31 [2021-06-18T20:25:31.312Z] #49 sha256:1b67899853ab9ec3fa0c5c85640886cd23d2dc67ff9bd5b807820b4dfe14143b
20:25:31 [2021-06-18T20:25:31.312Z] #49 225.6 + /build/golangci-lint --version
20:25:31 [2021-06-18T20:25:31.312Z] #49 226.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:25:31 [2021-06-18T20:25:31.312Z] #49 DONE 226.2s
20:25:31 [2021-06-18T20:25:31.398Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:25:31 [2021-06-18T20:25:31.537Z] #49 DONE 222.6s
20:25:31 [2021-06-18T20:25:31.537Z] 
20:25:31 [2021-06-18T20:25:31.537Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:31 [2021-06-18T20:25:31.537Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:31 [2021-06-18T20:25:31.537Z] #43 151.5   CC       criu/sk-netlink.o
20:25:31 [2021-06-18T20:25:31.568Z] 
20:25:31 [2021-06-18T20:25:31.568Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:31 [2021-06-18T20:25:31.568Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:25:31 [2021-06-18T20:25:31.797Z] #43 152.0   CC       criu/sk-packet.o
20:25:31 [2021-06-18T20:25:31.825Z] #56 ...
20:25:31 [2021-06-18T20:25:31.825Z] 
20:25:31 [2021-06-18T20:25:31.825Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:31 [2021-06-18T20:25:31.825Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:31 [2021-06-18T20:25:31.825Z] #43 156.0   CC       criu/sk-unix.o
20:25:32 [2021-06-18T20:25:32.093Z] #43 160.6   CC       criu/util.o
20:25:32 [2021-06-18T20:25:32.343Z] ok  	github.com/docker/docker/api/server/middleware	0.024s	coverage: 37.7% of statements
20:25:32 [2021-06-18T20:25:32.343Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:25:32 [2021-06-18T20:25:32.343Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:25:32 [2021-06-18T20:25:32.343Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:25:32 [2021-06-18T20:25:32.604Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:25:32 [2021-06-18T20:25:32.735Z] #43 152.6   CC       criu/sk-queue.o
20:25:33 [2021-06-18T20:25:33.032Z] #43 161.6   CC       criu/uts_ns.o
20:25:33 [2021-06-18T20:25:33.032Z] #43 161.7   CC       criu/vdso-compat.o
20:25:33 [2021-06-18T20:25:33.032Z] #43 161.9   CC       criu/vdso.o
20:25:33 [2021-06-18T20:25:33.303Z] #43 153.2   CC       criu/sk-tcp.o
20:25:33 [2021-06-18T20:25:33.563Z] #43 ...
20:25:33 [2021-06-18T20:25:33.563Z] 
20:25:33 [2021-06-18T20:25:33.563Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
20:25:33 [2021-06-18T20:25:33.563Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
20:25:33 [2021-06-18T20:25:33.563Z] #22 11.07   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.00 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.04   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.09 Collecting pyyaml (from yamllint==1.26.1)
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.31   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.60 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.60 Building wheels for collected packages: yamllint
20:25:33 [2021-06-18T20:25:33.563Z] #22 12.60   Running setup.py bdist_wheel for yamllint: started
20:25:33 [2021-06-18T20:25:33.563Z] #22 13.55   Running setup.py bdist_wheel for yamllint: finished with status 'done'
20:25:33 [2021-06-18T20:25:33.563Z] #22 13.55   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
20:25:33 [2021-06-18T20:25:33.563Z] #22 13.59 Successfully built yamllint
20:25:33 [2021-06-18T20:25:33.563Z] #22 13.61 Installing collected packages: pathspec, pyyaml, yamllint
20:25:33 [2021-06-18T20:25:33.563Z] #22 13.92 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
20:25:33 [2021-06-18T20:25:33.563Z] #22 DONE 14.2s
20:25:33 [2021-06-18T20:25:33.563Z] 
20:25:33 [2021-06-18T20:25:33.563Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
20:25:33 [2021-06-18T20:25:33.563Z] #25 sha256:eb8d2579fa3a954ecfbb6eb574a3e8ac8f276f97cf2740e6e7d157fc90369191
20:25:33 [2021-06-18T20:25:33.601Z] #43 162.4   LINK     criu/built-in.o
20:25:33 [2021-06-18T20:25:33.601Z] #43 162.5   LINK     criu/criu
20:25:33 [2021-06-18T20:25:33.719Z] #43 157.8   CC       criu/sockets.o
20:25:33 [2021-06-18T20:25:33.823Z] #25 DONE 0.3s
20:25:33 [2021-06-18T20:25:33.823Z] 
20:25:33 [2021-06-18T20:25:33.823Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:33 [2021-06-18T20:25:33.823Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:33 [2021-06-18T20:25:33.823Z] #43 153.8   CC       criu/sk-unix.o
20:25:33 [2021-06-18T20:25:33.976Z] #43 158.4   CC       criu/stats.o
20:25:34 [2021-06-18T20:25:34.009Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:25:34 [2021-06-18T20:25:34.009Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:25:34 [2021-06-18T20:25:34.009Z] ok  	github.com/docker/docker/api/types/filters	0.039s	coverage: 92.2% of statements
20:25:34 [2021-06-18T20:25:34.170Z] #43 162.7   DEP      lib/c/criu.d
20:25:34 [2021-06-18T20:25:34.170Z] #43 162.8   CC       images/rpc.pb-c.o
20:25:34 [2021-06-18T20:25:34.232Z] #43 158.6   CC       criu/string.o
20:25:34 [2021-06-18T20:25:34.232Z] #43 158.7   CC       criu/sysctl.o
20:25:34 [2021-06-18T20:25:34.271Z] ok  	github.com/docker/docker/api/types/strslice	0.020s	coverage: 90.0% of statements
20:25:34 [2021-06-18T20:25:34.430Z] #43 163.3   CC       lib/c/criu.o
20:25:34 [2021-06-18T20:25:34.489Z] #43 159.1   CC       criu/sysfs_parse.o
20:25:34 [2021-06-18T20:25:34.533Z] ok  	github.com/docker/docker/api/server/router/swarm	0.035s	coverage: 5.7% of statements
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ok  	github.com/docker/docker/api/types/time	0.035s	coverage: 100.0% of statements
20:25:34 [2021-06-18T20:25:34.533Z] ok  	github.com/docker/docker/api/types/versions	0.013s	coverage: 75.0% of statements
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:25:34 [2021-06-18T20:25:34.533Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:25:35 [2021-06-18T20:25:35.000Z] #43 163.9   LINK     lib/c/built-in.o
20:25:35 [2021-06-18T20:25:35.053Z] #43 159.3   CC       criu/timens.o
20:25:35 [2021-06-18T20:25:35.259Z] #43 163.9   LINK     lib/c/libcriu.so
20:25:35 [2021-06-18T20:25:35.259Z] #43 163.9   LINK     lib/c/libcriu.a
20:25:35 [2021-06-18T20:25:35.259Z] #43 164.0   GEN      magic.py
20:25:35 [2021-06-18T20:25:35.259Z] #43 164.2 Note: Building without setproctitle() and strlcpy() support.
20:25:35 [2021-06-18T20:25:35.259Z] #43 164.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:35 [2021-06-18T20:25:35.310Z] #43 159.6   CC       criu/timerfd.o
20:25:35 [2021-06-18T20:25:35.519Z] #43 164.2 Note: Building without GnuTLS support
20:25:35 [2021-06-18T20:25:35.519Z] #43 164.2 Makefile.config:39: Warn: you have no libnftables installed
20:25:35 [2021-06-18T20:25:35.519Z] #43 164.2 Makefile.config:40: Warn: Building without nftables support
20:25:35 [2021-06-18T20:25:35.567Z] #43 159.8   CC       criu/tty.o
20:25:35 [2021-06-18T20:25:35.733Z] #43 155.5   CC       criu/sockets.o
20:25:35 [2021-06-18T20:25:35.993Z] #43 156.0   CC       criu/stats.o
20:25:36 [2021-06-18T20:25:36.089Z] #43 164.9 fatal: not a git repository (or any of the parent directories): .git
20:25:36 [2021-06-18T20:25:36.254Z] #43 156.3   CC       criu/string.o
20:25:36 [2021-06-18T20:25:36.254Z] #43 156.3   CC       criu/sysctl.o
20:25:36 [2021-06-18T20:25:36.497Z] #43 160.9   CC       criu/tun.o
20:25:36 [2021-06-18T20:25:36.658Z] #43 165.4 make[1]: Nothing to be done for 'all'.
20:25:36 [2021-06-18T20:25:36.754Z] #43 161.3   CC       criu/uffd.o
20:25:36 [2021-06-18T20:25:36.822Z] #43 156.8   CC       criu/sysfs_parse.o
20:25:37 [2021-06-18T20:25:37.081Z] #43 157.1   CC       criu/timens.o
20:25:37 [2021-06-18T20:25:37.082Z] ok  	github.com/docker/docker/cli/debug	0.047s	coverage: 100.0% of statements
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.0 make[1]: 'images/built-in.o' is up to date.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.0 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.1 make[1]: 'compel/libcompel.a' is up to date.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.1 make[1]: 'compel/compel-host-bin' is up to date.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.1 make[1]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.228Z] #43 166.1 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:37 [2021-06-18T20:25:37.341Z] #43 157.3   CC       criu/timerfd.o
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.2 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.3 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.3 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.4 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.5 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.488Z] #43 166.5 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.600Z] #43 157.6   CC       criu/tty.o
20:25:37 [2021-06-18T20:25:37.684Z] #43 162.0   CC       criu/util.o
20:25:37 [2021-06-18T20:25:37.748Z] #43 166.5 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.748Z] #43 166.6 make[2]: Nothing to be done for 'all'.
20:25:37 [2021-06-18T20:25:37.748Z] #43 166.6   INSTALL  criu/criu
20:25:38 [2021-06-18T20:25:38.321Z] #43 DONE 167.0s
20:25:38 [2021-06-18T20:25:38.321Z] 
20:25:38 [2021-06-18T20:25:38.321Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:38 [2021-06-18T20:25:38.321Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:25:38 [2021-06-18T20:25:38.470Z] ok  	github.com/docker/docker/builder/remotecontext	0.153s	coverage: 13.7% of statements
20:25:38 [2021-06-18T20:25:38.614Z] #43 162.8   CC       criu/uts_ns.o
20:25:38 [2021-06-18T20:25:38.614Z] #43 163.0   CC       criu/vdso-compat.o
20:25:38 [2021-06-18T20:25:38.871Z] #43 163.1   CC       criu/vdso.o
20:25:38 [2021-06-18T20:25:38.977Z] #43 158.8   CC       criu/tun.o
20:25:39 [2021-06-18T20:25:39.041Z] ok  	github.com/docker/docker/builder/dockerfile	0.409s	coverage: 48.5% of statements
20:25:39 [2021-06-18T20:25:39.041Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
20:25:39 [2021-06-18T20:25:39.128Z] #43 163.5   LINK     criu/built-in.o
20:25:39 [2021-06-18T20:25:39.236Z] #43 159.1   CC       criu/uffd.o
20:25:39 [2021-06-18T20:25:39.260Z] #53 ...
20:25:39 [2021-06-18T20:25:39.260Z] 
20:25:39 [2021-06-18T20:25:39.260Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:25:39 [2021-06-18T20:25:39.260Z] #44 sha256:f2dd0d435d4a974548c62e158d8346ed7b5dc0cb09db655804d06f983f612837
20:25:39 [2021-06-18T20:25:39.260Z] #44 DONE 0.1s
20:25:39 [2021-06-18T20:25:39.260Z] 
20:25:39 [2021-06-18T20:25:39.260Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
20:25:39 [2021-06-18T20:25:39.260Z] #46 sha256:5413ac5d54d304163f08438bf104159bc03c5ceeb1024db9996ae987480d2c4a
20:25:39 [2021-06-18T20:25:39.384Z] #43 163.7   LINK     criu/criu
20:25:39 [2021-06-18T20:25:39.520Z] #46 DONE 0.3s
20:25:39 [2021-06-18T20:25:39.520Z] 
20:25:39 [2021-06-18T20:25:39.520Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:25:39 [2021-06-18T20:25:39.520Z] #48 sha256:bcda75a899106b35b1579ed5fcc7d567048e8c0d82d1c73383dbbac09224f532
20:25:39 [2021-06-18T20:25:39.520Z] #48 DONE 0.1s
20:25:39 [2021-06-18T20:25:39.520Z] 
20:25:39 [2021-06-18T20:25:39.520Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:39 [2021-06-18T20:25:39.520Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:25:39 [2021-06-18T20:25:39.520Z] #53 ...
20:25:39 [2021-06-18T20:25:39.520Z] 
20:25:39 [2021-06-18T20:25:39.520Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:25:39 [2021-06-18T20:25:39.520Z] #50 sha256:4b5c37e786e0a1a1479acf8f751bb9bc2af4b40796148261ad9606f059b0d7d7
20:25:39 [2021-06-18T20:25:39.641Z] #43 164.0   DEP      lib/c/criu.d
20:25:39 [2021-06-18T20:25:39.641Z] #43 164.0   CC       images/rpc.pb-c.o
20:25:39 [2021-06-18T20:25:39.804Z] #43 ...
20:25:39 [2021-06-18T20:25:39.804Z] 
20:25:39 [2021-06-18T20:25:39.804Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
20:25:39 [2021-06-18T20:25:39.804Z] #30 sha256:5d0e92212801897f8b9b85d8e64384a9aaf8b94e340cb18b3dc0f236a3bbed55
20:25:39 [2021-06-18T20:25:39.804Z] #30 DONE 5.9s
20:25:39 [2021-06-18T20:25:39.804Z] 
20:25:39 [2021-06-18T20:25:39.804Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
20:25:39 [2021-06-18T20:25:39.804Z] #33 sha256:2f7bd562a0734398013dbfa1ad6e512f8edc58ccf81ccabba8d1990bd20e4185
20:25:40 [2021-06-18T20:25:40.064Z] #33 DONE 0.4s
20:25:40 [2021-06-18T20:25:40.064Z] 
20:25:40 [2021-06-18T20:25:40.064Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
20:25:40 [2021-06-18T20:25:40.064Z] #35 sha256:58752449c1e7f34937ff4f02192d68be760c3d88d630e9ab88956fc58ca32cf3
20:25:40 [2021-06-18T20:25:40.089Z] #50 DONE 0.6s
20:25:40 [2021-06-18T20:25:40.089Z] 
20:25:40 [2021-06-18T20:25:40.089Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:40 [2021-06-18T20:25:40.089Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:25:40 [2021-06-18T20:25:40.089Z] #53 ...
20:25:40 [2021-06-18T20:25:40.089Z] 
20:25:40 [2021-06-18T20:25:40.089Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:25:40 [2021-06-18T20:25:40.089Z] #52 sha256:70316d1e7b8909a79d149506f1735e66be09f361bf7a5a2bb8c09d055e8fd960
20:25:40 [2021-06-18T20:25:40.089Z] #52 DONE 0.1s
20:25:40 [2021-06-18T20:25:40.205Z] #43 164.5   CC       lib/c/criu.o
20:25:40 [2021-06-18T20:25:40.323Z] #35 DONE 0.1s
20:25:40 [2021-06-18T20:25:40.323Z] 
20:25:40 [2021-06-18T20:25:40.323Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
20:25:40 [2021-06-18T20:25:40.323Z] #38 sha256:58530b713c24e1965ee3d8ec43adfdd1fda441d0c149ecf73e0f77a04de3a199
20:25:40 [2021-06-18T20:25:40.323Z] #38 DONE 0.0s
20:25:40 [2021-06-18T20:25:40.323Z] 
20:25:40 [2021-06-18T20:25:40.323Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
20:25:40 [2021-06-18T20:25:40.323Z] #41 sha256:650414da7cae5d98b7207f148d1676098fc8d5f5d1840e88bd66b4f734024f48
20:25:40 [2021-06-18T20:25:40.349Z] 
20:25:40 [2021-06-18T20:25:40.349Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:40 [2021-06-18T20:25:40.349Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:25:40 [2021-06-18T20:25:40.768Z] #43 165.1   LINK     lib/c/built-in.o
20:25:40 [2021-06-18T20:25:40.768Z] #43 165.2   LINK     lib/c/libcriu.so
20:25:40 [2021-06-18T20:25:40.768Z] #43 165.2   LINK     lib/c/libcriu.a
20:25:40 [2021-06-18T20:25:40.768Z] #43 165.3   GEN      magic.py
20:25:40 [2021-06-18T20:25:40.892Z] #41 DONE 0.7s
20:25:40 [2021-06-18T20:25:40.892Z] 
20:25:40 [2021-06-18T20:25:40.892Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
20:25:40 [2021-06-18T20:25:40.892Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
20:25:40 [2021-06-18T20:25:40.892Z] #43 160.0   CC       criu/util.o
20:25:41 [2021-06-18T20:25:41.025Z] #43 165.4 Note: Building without setproctitle() and strlcpy() support.
20:25:41 [2021-06-18T20:25:41.025Z] #43 165.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:41 [2021-06-18T20:25:41.025Z] #43 165.4 Note: Building without GnuTLS support
20:25:41 [2021-06-18T20:25:41.025Z] #43 165.4 Makefile.config:39: Warn: you have no libnftables installed
20:25:41 [2021-06-18T20:25:41.025Z] #43 165.4 Makefile.config:40: Warn: Building without nftables support
20:25:41 [2021-06-18T20:25:41.152Z] #43 161.0   CC       criu/uts_ns.o
20:25:41 [2021-06-18T20:25:41.152Z] #43 161.2   CC       criu/vdso-compat.o
20:25:41 [2021-06-18T20:25:41.411Z] #43 161.3   CC       criu/vdso.o
20:25:41 [2021-06-18T20:25:41.589Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.895s	coverage: 86.3% of statements
20:25:41 [2021-06-18T20:25:41.589Z] ?   	github.com/docker/docker/cli	[no test files]
20:25:41 [2021-06-18T20:25:41.589Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:25:41 [2021-06-18T20:25:41.589Z] #43 166.0 fatal: not a git repository (or any of the parent directories): .git
20:25:41 [2021-06-18T20:25:41.671Z] #43 161.7   LINK     criu/built-in.o
20:25:41 [2021-06-18T20:25:41.671Z] #43 161.8   LINK     criu/criu
20:25:42 [2021-06-18T20:25:42.153Z] #43 166.5 make[1]: Nothing to be done for 'all'.
20:25:42 [2021-06-18T20:25:42.239Z] #43 162.1   DEP      lib/c/criu.d
20:25:42 [2021-06-18T20:25:42.239Z] #43 162.2   CC       images/rpc.pb-c.o
20:25:42 [2021-06-18T20:25:42.716Z] #43 167.1 make[1]: 'images/built-in.o' is up to date.
20:25:42 [2021-06-18T20:25:42.717Z] #43 167.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:42 [2021-06-18T20:25:42.717Z] #43 167.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:42 [2021-06-18T20:25:42.717Z] #43 167.2 make[1]: 'compel/libcompel.a' is up to date.
20:25:42 [2021-06-18T20:25:42.808Z] #43 162.7   CC       lib/c/criu.o
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.2 make[1]: 'compel/compel-host-bin' is up to date.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.2 make[1]: Nothing to be done for 'all'.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.2 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.4 make[2]: Nothing to be done for 'all'.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.4 make[2]: Nothing to be done for 'all'.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.4 make[2]: Nothing to be done for 'all'.
20:25:42 [2021-06-18T20:25:42.974Z] #43 167.5 make[2]: Nothing to be done for 'all'.
20:25:43 [2021-06-18T20:25:43.230Z] #43 167.6 make[2]: Nothing to be done for 'all'.
20:25:43 [2021-06-18T20:25:43.230Z] #43 167.6 make[2]: Nothing to be done for 'all'.
20:25:43 [2021-06-18T20:25:43.230Z] #43 167.6 make[2]: Nothing to be done for 'all'.
20:25:43 [2021-06-18T20:25:43.377Z] #43 163.4   LINK     lib/c/built-in.o
20:25:43 [2021-06-18T20:25:43.377Z] #43 163.4   LINK     lib/c/libcriu.so
20:25:43 [2021-06-18T20:25:43.377Z] #43 163.5   LINK     lib/c/libcriu.a
20:25:43 [2021-06-18T20:25:43.487Z] #43 167.7 make[2]: Nothing to be done for 'all'.
20:25:43 [2021-06-18T20:25:43.487Z] #43 167.7   INSTALL  criu/criu
20:25:43 [2021-06-18T20:25:43.584Z] 4612f6d0b889: Pull complete
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.6   GEN      magic.py
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.7 Note: Building without setproctitle() and strlcpy() support.
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.7 Note: Building without GnuTLS support
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.7 Makefile.config:39: Warn: you have no libnftables installed
20:25:43 [2021-06-18T20:25:43.637Z] #43 163.7 Makefile.config:40: Warn: Building without nftables support
20:25:43 [2021-06-18T20:25:43.747Z] #43 DONE 168.1s
20:25:43 [2021-06-18T20:25:43.747Z] 
20:25:43 [2021-06-18T20:25:43.747Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:43 [2021-06-18T20:25:43.747Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:25:44 [2021-06-18T20:25:44.205Z] #43 164.3 fatal: not a git repository (or any of the parent directories): .git
20:25:44 [2021-06-18T20:25:44.773Z] #43 164.8 make[1]: Nothing to be done for 'all'.
20:25:44 [2021-06-18T20:25:44.894Z] ok  	github.com/docker/docker/client	0.291s	coverage: 75.4% of statements
20:25:45 [2021-06-18T20:25:45.115Z] #56 ...
20:25:45 [2021-06-18T20:25:45.115Z] 
20:25:45 [2021-06-18T20:25:45.115Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:25:45 [2021-06-18T20:25:45.115Z] #44 sha256:8cdf98c63312ea074a72bd43dc939bb67b3bca92721af081a96f9c9729d9fdba
20:25:45 [2021-06-18T20:25:45.341Z] #43 165.3 make[1]: 'images/built-in.o' is up to date.
20:25:45 [2021-06-18T20:25:45.341Z] #43 165.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:45 [2021-06-18T20:25:45.341Z] #43 165.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:45 [2021-06-18T20:25:45.341Z] #43 165.4 make[1]: 'compel/libcompel.a' is up to date.
20:25:45 [2021-06-18T20:25:45.371Z] #44 DONE 0.1s
20:25:45 [2021-06-18T20:25:45.371Z] 
20:25:45 [2021-06-18T20:25:45.371Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
20:25:45 [2021-06-18T20:25:45.371Z] #46 sha256:3b3f3b50e2dc06bec4956ba68cae49588afe6e5411fcf6fc49fce48a979b3259
20:25:45 [2021-06-18T20:25:45.371Z] #46 DONE 0.2s
20:25:45 [2021-06-18T20:25:45.371Z] 
20:25:45 [2021-06-18T20:25:45.371Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:25:45 [2021-06-18T20:25:45.371Z] #48 sha256:7039c79ffa57354b332ea9b61ec6b2481f544d3381ebea2384ee007eb9082019
20:25:45 [2021-06-18T20:25:45.371Z] #48 DONE 0.1s
20:25:45 [2021-06-18T20:25:45.371Z] 
20:25:45 [2021-06-18T20:25:45.371Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:45 [2021-06-18T20:25:45.371Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.4 make[1]: 'compel/compel-host-bin' is up to date.
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.4 make[1]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.4 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.6 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.6 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.600Z] #43 165.6 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.627Z] #56 ...
20:25:45 [2021-06-18T20:25:45.627Z] 
20:25:45 [2021-06-18T20:25:45.627Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:25:45 [2021-06-18T20:25:45.627Z] #50 sha256:33c5e5c41c410fed5dd2c5214d941dd83587d9348f98ba944b09fa86dc33c9e0
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.7 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.8 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.8 make[2]: Nothing to be done for 'all'.
20:25:45 [2021-06-18T20:25:45.859Z] #43 165.9   INSTALL  criu/criu
20:25:46 [2021-06-18T20:25:46.119Z] #43 DONE 166.3s
20:25:46 [2021-06-18T20:25:46.119Z] 
20:25:46 [2021-06-18T20:25:46.119Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:46 [2021-06-18T20:25:46.119Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:25:46 [2021-06-18T20:25:46.191Z] #50 DONE 0.5s
20:25:46 [2021-06-18T20:25:46.191Z] 
20:25:46 [2021-06-18T20:25:46.191Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:25:46 [2021-06-18T20:25:46.191Z] #52 sha256:0ae77e4140a2a5578474520afccc33a6e8ef238c7c3969bb09232256b07425bf
20:25:46 [2021-06-18T20:25:46.191Z] #52 DONE 0.1s
20:25:46 [2021-06-18T20:25:46.191Z] 
20:25:46 [2021-06-18T20:25:46.191Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:46 [2021-06-18T20:25:46.191Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:25:46 [2021-06-18T20:25:46.923Z] #56 198.7 + bin/containerd
20:25:48 [2021-06-18T20:25:48.654Z] #56 ...
20:25:48 [2021-06-18T20:25:48.654Z] 
20:25:48 [2021-06-18T20:25:48.654Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:25:48 [2021-06-18T20:25:48.654Z] #44 sha256:c6bf2786d840504154dababb3e27a12d546d58748d3def24e4d5523887d46556
20:25:48 [2021-06-18T20:25:48.654Z] #44 DONE 0.1s
20:25:48 [2021-06-18T20:25:48.654Z] 
20:25:48 [2021-06-18T20:25:48.654Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
20:25:48 [2021-06-18T20:25:48.654Z] #46 sha256:f004b05abb24a864fe48f16603c898c3f533eb8d09f1b7ffb7b0ce58aa183a17
20:25:48 [2021-06-18T20:25:48.654Z] #46 DONE 0.3s
20:25:48 [2021-06-18T20:25:48.654Z] 
20:25:48 [2021-06-18T20:25:48.654Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
20:25:48 [2021-06-18T20:25:48.654Z] #48 sha256:002fc3cabe0c6fa5ee1683e87288653b82d58c67a2650eb58c4cf326dfd6b567
20:25:48 [2021-06-18T20:25:48.654Z] #48 DONE 0.1s
20:25:48 [2021-06-18T20:25:48.654Z] 
20:25:48 [2021-06-18T20:25:48.654Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:48 [2021-06-18T20:25:48.654Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:25:48 [2021-06-18T20:25:48.913Z] #56 ...
20:25:48 [2021-06-18T20:25:48.913Z] 
20:25:48 [2021-06-18T20:25:48.913Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
20:25:48 [2021-06-18T20:25:48.913Z] #50 sha256:9b1b776a845ccbc73d94b776cb09dea0f9f5186b50e304b6689c538e53006cb9
20:25:49 [2021-06-18T20:25:49.482Z] #50 DONE 0.6s
20:25:49 [2021-06-18T20:25:49.482Z] 
20:25:49 [2021-06-18T20:25:49.482Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:49 [2021-06-18T20:25:49.482Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:25:49 [2021-06-18T20:25:49.482Z] #53 ...
20:25:49 [2021-06-18T20:25:49.482Z] 
20:25:49 [2021-06-18T20:25:49.482Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
20:25:49 [2021-06-18T20:25:49.482Z] #52 sha256:c220221bc9e74b059b45bb8f03150e12bb449b1c06c3667b48cc0ea442694947
20:25:49 [2021-06-18T20:25:49.482Z] #52 DONE 0.2s
20:25:49 [2021-06-18T20:25:49.482Z] 
20:25:49 [2021-06-18T20:25:49.482Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:49 [2021-06-18T20:25:49.482Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:25:52 [2021-06-18T20:25:52.200Z] #56 ...
20:25:52 [2021-06-18T20:25:52.200Z] 
20:25:52 [2021-06-18T20:25:52.200Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:52 [2021-06-18T20:25:52.200Z] #53 sha256:5b3f138d60bba6a4b4bb93b7c659f72beaae5c00d5315c8ee19fbe0907ad3543
20:25:52 [2021-06-18T20:25:52.200Z] #53 126.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:52 [2021-06-18T20:25:52.200Z] #53 127.6 + mkdir -p /build
20:25:52 [2021-06-18T20:25:52.200Z] #53 127.6 + cp runc /build/runc
20:25:52 [2021-06-18T20:25:52.740Z] #56 201.2 + bin/containerd
20:25:52 [2021-06-18T20:25:52.768Z] #53 DONE 128.3s
20:25:52 [2021-06-18T20:25:52.768Z] 
20:25:52 [2021-06-18T20:25:52.768Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:52 [2021-06-18T20:25:52.768Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:25:54 [2021-06-18T20:25:54.676Z] #56 ...
20:25:54 [2021-06-18T20:25:54.676Z] 
20:25:54 [2021-06-18T20:25:54.676Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
20:25:54 [2021-06-18T20:25:54.676Z] #54 sha256:0eefb5bdd70d9bef67fa7756fe3e9bf72cd6ea097bc49f8b90f70cca27c7fb81
20:25:54 [2021-06-18T20:25:54.676Z] #54 DONE 0.3s
20:25:54 [2021-06-18T20:25:54.676Z] 
20:25:54 [2021-06-18T20:25:54.676Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:54 [2021-06-18T20:25:54.676Z] #56 sha256:238123d59c3164a5ae44ba87bee95076d78301e4c24d8631aed94e26e0394436
20:25:54 [2021-06-18T20:25:54.756Z] #53 ...
20:25:54 [2021-06-18T20:25:54.757Z] 
20:25:54 [2021-06-18T20:25:54.757Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:54 [2021-06-18T20:25:54.757Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:25:54 [2021-06-18T20:25:54.757Z] #56 199.8 + bin/containerd
20:25:58 [2021-06-18T20:25:58.135Z] #56 ...
20:25:58 [2021-06-18T20:25:58.135Z] 
20:25:58 [2021-06-18T20:25:58.135Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:25:58 [2021-06-18T20:25:58.135Z] #53 sha256:9861e5f79efcaf1e5fd75d30b7423590296089a9a067a3e97e89664977092e10
20:25:58 [2021-06-18T20:25:58.135Z] #53 127.7 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:58 [2021-06-18T20:25:58.135Z] #53 128.6 + mkdir -p /build
20:25:58 [2021-06-18T20:25:58.135Z] #53 128.6 + cp runc /build/runc
20:25:58 [2021-06-18T20:25:58.135Z] #53 DONE 129.0s
20:25:58 [2021-06-18T20:25:58.135Z] 
20:25:58 [2021-06-18T20:25:58.135Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:58 [2021-06-18T20:25:58.135Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:25:59 [2021-06-18T20:25:59.075Z] #56 ...
20:25:59 [2021-06-18T20:25:59.075Z] 
20:25:59 [2021-06-18T20:25:59.075Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
20:25:59 [2021-06-18T20:25:59.075Z] #54 sha256:1ecac88dc7915e0a229c449bde04413b5b6aa4d2e07840f8039c815ee55cbd7f
20:25:59 [2021-06-18T20:25:59.075Z] #54 DONE 0.1s
20:25:59 [2021-06-18T20:25:59.075Z] 
20:25:59 [2021-06-18T20:25:59.075Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:25:59 [2021-06-18T20:25:59.075Z] #56 sha256:1b2ea47c9347f3e239f3dc3eef093ce52ef7f6ced6545d9d0a3fc662029af1f9
20:26:00 [2021-06-18T20:26:00.134Z] #56 ...
20:26:00 [2021-06-18T20:26:00.134Z] 
20:26:00 [2021-06-18T20:26:00.134Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
20:26:00 [2021-06-18T20:26:00.134Z] #53 sha256:ef88fd4b4a8823cfa79e577c5b17699edaa6b339aa2415bd523a77d62781f529
20:26:00 [2021-06-18T20:26:00.135Z] #53 125.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:26:00 [2021-06-18T20:26:00.135Z] #53 126.6 + mkdir -p /build
20:26:00 [2021-06-18T20:26:00.135Z] #53 126.6 + cp runc /build/runc
20:26:00 [2021-06-18T20:26:00.397Z] #53 DONE 127.0s
20:26:00 [2021-06-18T20:26:00.397Z] 
20:26:00 [2021-06-18T20:26:00.397Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:26:00 [2021-06-18T20:26:00.397Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:26:01 [2021-06-18T20:26:01.772Z] #56 ...
20:26:01 [2021-06-18T20:26:01.772Z] 
20:26:01 [2021-06-18T20:26:01.772Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
20:26:01 [2021-06-18T20:26:01.772Z] #54 sha256:db4afae0837f2e59c5a8c6f01835b4699c2222dac8a4c55bb2d7a6915519b128
20:26:01 [2021-06-18T20:26:01.772Z] #54 DONE 0.3s
20:26:01 [2021-06-18T20:26:01.772Z] 
20:26:01 [2021-06-18T20:26:01.772Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
20:26:01 [2021-06-18T20:26:01.772Z] #56 sha256:b58c7521668d3e077a7ce8e1dc77a126e89873c58d0fd7b4232cc5096ec274e8
20:26:17 [2021-06-18T20:26:17.023Z] ok  	github.com/docker/docker/cmd/dockerd	0.120s	coverage: 29.1% of statements
20:26:17 [2021-06-18T20:26:17.023Z] ok  	github.com/docker/docker/container	0.161s	coverage: 34.5% of statements
20:26:17 [2021-06-18T20:26:17.023Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:26:17 [2021-06-18T20:26:17.023Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:26:17 [2021-06-18T20:26:17.023Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:26:17 [2021-06-18T20:26:17.023Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:26:17 [2021-06-18T20:26:17.285Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.096s	coverage: 65.3% of statements
20:26:19 [2021-06-18T20:26:19.206Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.077s	coverage: 35.9% of statements
20:26:21 [2021-06-18T20:26:21.230Z] #56 230.2 + bin/containerd-stress
20:26:21 [2021-06-18T20:26:21.230Z] #56 232.3 + bin/containerd-shim
20:26:22 [2021-06-18T20:26:22.511Z] ok  	github.com/docker/docker/daemon/cluster	0.128s	coverage: 0.5% of statements
20:26:24 [2021-06-18T20:26:24.432Z] ok  	github.com/docker/docker/daemon/discovery	0.040s	coverage: 30.0% of statements
20:26:25 [2021-06-18T20:26:25.006Z] ok  	github.com/docker/docker/daemon/config	0.067s	coverage: 81.8% of statements
20:26:25 [2021-06-18T20:26:25.573Z] #56 232.1 + bin/containerd-stress
20:26:25 [2021-06-18T20:26:25.573Z] #56 234.0 + bin/containerd-shim
20:26:25 [2021-06-18T20:26:25.952Z] ok  	github.com/docker/docker/daemon/events	0.072s	coverage: 50.0% of statements
20:26:27 [2021-06-18T20:26:27.340Z] ok  	github.com/docker/docker/daemon/graphdriver	0.032s	coverage: 2.2% of statements
20:26:27 [2021-06-18T20:26:27.798Z] #56 239.1 + bin/containerd-shim-runc-v1
20:26:28 [2021-06-18T20:26:28.315Z] #56 231.0 + bin/containerd-stress
20:26:28 [2021-06-18T20:26:28.315Z] #56 233.0 + bin/containerd-shim
20:26:31 [2021-06-18T20:26:31.554Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.018s	coverage: 2.9% of statements
20:26:31 [2021-06-18T20:26:31.554Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	3.003s	coverage: 73.3% of statements
20:26:31 [2021-06-18T20:26:31.554Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.563s	coverage: 13.8% of statements
20:26:31 [2021-06-18T20:26:31.991Z] #56 243.6 + bin/containerd-shim-runc-v2
20:26:32 [2021-06-18T20:26:32.114Z] #56 240.9 + bin/containerd-shim-runc-v1
20:26:32 [2021-06-18T20:26:32.250Z] #56 244.5 + binaries
20:26:32 [2021-06-18T20:26:32.250Z] #56 244.5 + install -D bin/containerd /build/containerd
20:26:32 [2021-06-18T20:26:32.250Z] #56 244.5 + install -D bin/containerd-shim /build/containerd-shim
20:26:32 [2021-06-18T20:26:32.250Z] #56 244.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:32 [2021-06-18T20:26:32.250Z] #56 244.6 + install -D bin/ctr /build/ctr
20:26:32 [2021-06-18T20:26:32.498Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.809s	coverage: 56.2% of statements
20:26:33 [2021-06-18T20:26:33.885Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.032s	coverage: 1.9% of statements
20:26:34 [2021-06-18T20:26:34.164Z] #56 DONE 246.3s
20:26:34 [2021-06-18T20:26:34.882Z] #56 239.7 + bin/containerd-shim-runc-v1
20:26:35 [2021-06-18T20:26:35.126Z] 
20:26:35 [2021-06-18T20:26:35.126Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
20:26:35 [2021-06-18T20:26:35.126Z] #57 sha256:126790128174758438c71c1a84d5c0d97bb757193455225c0f2c7de1614c030b
20:26:36 [2021-06-18T20:26:36.062Z] #57 DONE 1.0s
20:26:36 [2021-06-18T20:26:36.062Z] 
20:26:36 [2021-06-18T20:26:36.062Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:26:36 [2021-06-18T20:26:36.062Z] #61 sha256:16c51436ba515028c3e87c126e47f882ebba403c5b4c5f789e97d4c2879cede6
20:26:36 [2021-06-18T20:26:36.062Z] #61 DONE 0.2s
20:26:36 [2021-06-18T20:26:36.062Z] 
20:26:36 [2021-06-18T20:26:36.062Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:26:36 [2021-06-18T20:26:36.062Z] #66 sha256:18924fbb0ece420887b8a86085449cca9e7ce657f978f2745d735d882f382b53
20:26:36 [2021-06-18T20:26:36.450Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.811s	coverage: 49.4% of statements
20:26:36 [2021-06-18T20:26:36.997Z] #66 DONE 1.0s
20:26:37 [2021-06-18T20:26:37.255Z] 
20:26:37 [2021-06-18T20:26:37.255Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
20:26:37 [2021-06-18T20:26:37.255Z] #68 sha256:9560913fe9511d53f08a2d4bff22896d8104bf8576547ac9e72cc5954bfc16a6
20:26:37 [2021-06-18T20:26:37.255Z] #68 DONE 0.1s
20:26:37 [2021-06-18T20:26:37.255Z] 
20:26:37 [2021-06-18T20:26:37.255Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:26:37 [2021-06-18T20:26:37.255Z] #69 sha256:9cbda1b894937067635243ce4f8df7ebe829bbde31ab3e0039a710eba0b62f3b
20:26:37 [2021-06-18T20:26:37.255Z] #69 DONE 0.0s
20:26:37 [2021-06-18T20:26:37.255Z] 
20:26:37 [2021-06-18T20:26:37.255Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
20:26:37 [2021-06-18T20:26:37.255Z] #70 sha256:65c544a636468f283ab2061258f4b926607cbe259d1e17bc7f83f4f7d01cef6b
20:26:37 [2021-06-18T20:26:37.358Z] #56 245.5 + bin/containerd-shim-runc-v2
20:26:37 [2021-06-18T20:26:37.614Z] #56 246.4 + binaries
20:26:37 [2021-06-18T20:26:37.614Z] #56 246.4 + install -D bin/containerd /build/containerd
20:26:37 [2021-06-18T20:26:37.614Z] #56 246.4 + install -D bin/containerd-shim /build/containerd-shim
20:26:37 [2021-06-18T20:26:37.614Z] #56 246.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:37 [2021-06-18T20:26:37.614Z] #56 246.5 + install -D bin/ctr /build/ctr
20:26:37 [2021-06-18T20:26:37.853Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.632s	coverage: 45.9% of statements
20:26:37 [2021-06-18T20:26:37.854Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.545s	coverage: 57.7% of statements
20:26:38 [2021-06-18T20:26:38.430Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.023s	coverage: 57.5% of statements
20:26:38 [2021-06-18T20:26:38.980Z] #56 DONE 247.5s
20:26:39 [2021-06-18T20:26:39.073Z] #56 244.2 + bin/containerd-shim-runc-v2
20:26:39 [2021-06-18T20:26:39.171Z] #70 DONE 1.6s
20:26:39 [2021-06-18T20:26:39.171Z] 
20:26:39 [2021-06-18T20:26:39.171Z] #71 exporting to image
20:26:39 [2021-06-18T20:26:39.171Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:26:39 [2021-06-18T20:26:39.171Z] #71 exporting layers
20:26:39 [2021-06-18T20:26:39.542Z] 
20:26:39 [2021-06-18T20:26:39.542Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
20:26:39 [2021-06-18T20:26:39.542Z] #57 sha256:a1fdbd76c8bc28a033afdf358fbfc25071550036a86438679f54c9feebb68e59
20:26:39 [2021-06-18T20:26:39.640Z] #56 245.1 + binaries
20:26:39 [2021-06-18T20:26:39.640Z] #56 245.1 + install -D bin/containerd /build/containerd
20:26:39 [2021-06-18T20:26:39.640Z] #56 245.1 + install -D bin/containerd-shim /build/containerd-shim
20:26:39 [2021-06-18T20:26:39.640Z] #56 245.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:39 [2021-06-18T20:26:39.640Z] #56 245.1 + install -D bin/ctr /build/ctr
20:26:39 [2021-06-18T20:26:39.819Z] ok  	github.com/docker/docker/daemon/links	0.013s	coverage: 93.0% of statements
20:26:40 [2021-06-18T20:26:40.080Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.019s	coverage: 3.0% of statements
20:26:40 [2021-06-18T20:26:40.469Z] #57 DONE 0.8s
20:26:40 [2021-06-18T20:26:40.469Z] 
20:26:40 [2021-06-18T20:26:40.469Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:26:40 [2021-06-18T20:26:40.469Z] #61 sha256:a8b67f40206cbf78fa5705beff08af62e32031a12d8906abe70d6e4b737bd5c7
20:26:40 [2021-06-18T20:26:40.469Z] #61 DONE 0.2s
20:26:40 [2021-06-18T20:26:40.469Z] 
20:26:40 [2021-06-18T20:26:40.469Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:26:40 [2021-06-18T20:26:40.469Z] #66 sha256:f64da3ccb54018cf817961fa5a2917d0d22b801024c29c8712b8ded6c082c481
20:26:40 [2021-06-18T20:26:40.654Z] ok  	github.com/docker/docker/daemon	12.273s	coverage: 17.1% of statements
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:26:40 [2021-06-18T20:26:40.654Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:26:41 [2021-06-18T20:26:41.394Z] #66 DONE 0.9s
20:26:41 [2021-06-18T20:26:41.394Z] 
20:26:41 [2021-06-18T20:26:41.394Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
20:26:41 [2021-06-18T20:26:41.394Z] #68 sha256:6b3b428094f829f0a1dee5851dae1da7a2517dfe62a5c69ff81eb0f6546702c1
20:26:41 [2021-06-18T20:26:41.394Z] #68 DONE 0.0s
20:26:41 [2021-06-18T20:26:41.541Z] #56 DONE 246.9s
20:26:41 [2021-06-18T20:26:41.650Z] 
20:26:41 [2021-06-18T20:26:41.650Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:26:41 [2021-06-18T20:26:41.650Z] #69 sha256:7daca458448bd1de059e52fd0cc6ee105fe5325964e54be67cf31b748ee0e94c
20:26:41 [2021-06-18T20:26:41.650Z] #69 DONE 0.0s
20:26:41 [2021-06-18T20:26:41.650Z] 
20:26:41 [2021-06-18T20:26:41.650Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
20:26:41 [2021-06-18T20:26:41.650Z] #70 sha256:6a9d98492dcf3c7bb91b32cb5e6acf6de0b07d5b605fdbc068ca0a48d3f3f247
20:26:42 [2021-06-18T20:26:42.042Z] ok  	github.com/docker/docker/daemon/images	0.073s	coverage: 6.7% of statements
20:26:42 [2021-06-18T20:26:42.042Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:26:42 [2021-06-18T20:26:42.042Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:26:42 [2021-06-18T20:26:42.303Z] ok  	github.com/docker/docker/daemon/logger	0.261s	coverage: 43.2% of statements
20:26:42 [2021-06-18T20:26:42.477Z] 
20:26:42 [2021-06-18T20:26:42.477Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
20:26:42 [2021-06-18T20:26:42.477Z] #57 sha256:3948212629420962202ab66e33e67047c41d798de98666cf6c17d347e53c9b8c
20:26:43 [2021-06-18T20:26:43.016Z] #70 DONE 1.4s
20:26:43 [2021-06-18T20:26:43.016Z] 
20:26:43 [2021-06-18T20:26:43.016Z] #71 exporting to image
20:26:43 [2021-06-18T20:26:43.016Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:26:43 [2021-06-18T20:26:43.016Z] #71 exporting layers
20:26:43 [2021-06-18T20:26:43.248Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.352s	coverage: 77.8% of statements
20:26:43 [2021-06-18T20:26:43.248Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:26:43 [2021-06-18T20:26:43.248Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:26:43 [2021-06-18T20:26:43.248Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.041s	coverage: 67.0% of statements
20:26:43 [2021-06-18T20:26:43.410Z] #57 DONE 1.1s
20:26:43 [2021-06-18T20:26:43.410Z] 
20:26:43 [2021-06-18T20:26:43.410Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
20:26:43 [2021-06-18T20:26:43.410Z] #61 sha256:ae8cabda9d316bd32d451dc7a878a628719cd76a22d6ca8c32ee65aaf878810f
20:26:43 [2021-06-18T20:26:43.509Z] ok  	github.com/docker/docker/daemon/logger/journald	0.038s	coverage: 23.9% of statements
20:26:43 [2021-06-18T20:26:43.667Z] #61 DONE 0.3s
20:26:43 [2021-06-18T20:26:43.667Z] 
20:26:43 [2021-06-18T20:26:43.667Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
20:26:43 [2021-06-18T20:26:43.667Z] #66 sha256:9defa2532f661c10872da862695964a56c7f45f4d3b722e05ce9364966fa4404
20:26:44 [2021-06-18T20:26:44.082Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.031s	coverage: 69.9% of statements
20:26:44 [2021-06-18T20:26:44.082Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.037s	coverage: 87.2% of statements
20:26:44 [2021-06-18T20:26:44.602Z] #66 DONE 1.0s
20:26:44 [2021-06-18T20:26:44.860Z] 
20:26:44 [2021-06-18T20:26:44.860Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
20:26:44 [2021-06-18T20:26:44.860Z] #68 sha256:c0a04d7240b297c07b655668047c18bdea388bc226fcd501e43468511404cbfd
20:26:44 [2021-06-18T20:26:44.860Z] #68 DONE 0.1s
20:26:44 [2021-06-18T20:26:44.860Z] 
20:26:44 [2021-06-18T20:26:44.860Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:26:44 [2021-06-18T20:26:44.860Z] #69 sha256:169e0f832647aa37e0d7f9d256091b6a47b4105eebe1307e94c4b8c7cb84d443
20:26:44 [2021-06-18T20:26:44.860Z] #69 DONE 0.0s
20:26:44 [2021-06-18T20:26:44.860Z] 
20:26:44 [2021-06-18T20:26:44.860Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
20:26:44 [2021-06-18T20:26:44.860Z] #70 sha256:3f097858dab290b680cc32e8cbfd6492a44d8e5453efb6bf3480b88f6e0eb689
20:26:45 [2021-06-18T20:26:45.426Z] #70 0.692 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
20:26:45 [2021-06-18T20:26:45.470Z] ok  	github.com/docker/docker/daemon/logger/local	0.034s	coverage: 75.2% of statements
20:26:45 [2021-06-18T20:26:45.470Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:26:45 [2021-06-18T20:26:45.684Z] #70 0.788 Get:2 http://deb.debian.org/debian buster-backports/main amd64 Packages.diff/Index [27.8 kB]
20:26:45 [2021-06-18T20:26:45.684Z] #70 0.790 Get:3 http://deb.debian.org/debian buster-backports/main amd64 Packages 2021-06-18-2001.48.pdiff [3889 B]
20:26:45 [2021-06-18T20:26:45.684Z] #70 0.797 Get:3 http://deb.debian.org/debian buster-backports/main amd64 Packages 2021-06-18-2001.48.pdiff [3889 B]
20:26:45 [2021-06-18T20:26:45.731Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.077s	coverage: 59.3% of statements
20:26:45 [2021-06-18T20:26:45.744Z] #71 exporting layers 7.0s done
20:26:45 [2021-06-18T20:26:45.744Z] #71 writing image sha256:0f1254ca569d3c23925416d2131e5e9426ad8cc3469e91d21b7166f97287c09d done
20:26:45 [2021-06-18T20:26:45.744Z] #71 naming to docker.io/library/docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 done
20:26:45 [2021-06-18T20:26:45.744Z] #71 DONE 7.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
20:26:45 [2021-06-18T20:26:45.943Z] #70 0.948 Hit:4 http://cdn-fastly.deb.debian.org/debian buster InRelease
20:26:45 [2021-06-18T20:26:45.943Z] #70 0.949 Hit:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
20:26:45 [2021-06-18T20:26:45.943Z] #70 0.950 Hit:6 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
20:26:45 [2021-06-18T20:26:45.993Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.034s	coverage: 31.5% of statements
20:26:46 [2021-06-18T20:26:46.078Z] + trap exit INT TERM
20:26:46 [2021-06-18T20:26:46.078Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
20:26:46 [2021-06-18T20:26:46.078Z] + CONTAINER_NAME=docker-pr2
20:26:46 [2021-06-18T20:26:46.078Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh dynbinary-daemon
20:26:46 [2021-06-18T20:26:46.202Z] #70 1.207 Fetched 78.4 kB in 1s (102 kB/s)
20:26:46 [2021-06-18T20:26:46.461Z] #70 1.207 Reading package lists...
20:26:46 [2021-06-18T20:26:46.938Z] ok  	github.com/docker/docker/daemon/logger/templates	0.023s	coverage: 8.3% of statements
20:26:47 [2021-06-18T20:26:47.199Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.068s	coverage: 46.8% of statements
20:26:47 [2021-06-18T20:26:47.287Z] #70 1.817 Reading package lists...
20:26:47 [2021-06-18T20:26:47.453Z] 
20:26:47 [2021-06-18T20:26:47.453Z] Removing bundles/
20:26:47 [2021-06-18T20:26:47.453Z] 
20:26:47 [2021-06-18T20:26:47.453Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:26:47 [2021-06-18T20:26:47.453Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:26:47 [2021-06-18T20:26:47.453Z] GOOS="" GOARCH="" GOARM=""
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.422 Building dependency tree...
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.546 Reading state information...
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.650 The following additional packages will be installed:
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.651   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.651   libpam-systemd
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.652 Suggested packages:
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.652   systemd-container policykit-1
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.652 Recommended packages:
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.652   libnss-systemd
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.730 The following NEW packages will be installed:
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.730   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
20:26:47 [2021-06-18T20:26:47.546Z] #70 2.731   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
20:26:47 [2021-06-18T20:26:47.772Z] ok  	github.com/docker/docker/daemon/network	0.068s	coverage: 63.8% of statements
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.996 0 upgraded, 11 newly installed, 0 to remove and 30 not upgraded.
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.996 Need to get 4762 kB of archives.
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.996 After this operation, 16.6 MB of additional disk space will be used.
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.996 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.998 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 2.999 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 3.002 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 3.003 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 3.005 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
20:26:47 [2021-06-18T20:26:47.804Z] #70 3.097 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.098 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.100 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.103 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.105 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.270 debconf: delaying package configuration, since apt-utils is not installed
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.292 Fetched 4762 kB in 0s (13.1 MB/s)
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.319 Selecting previously unselected package libargon2-1:amd64.
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.319 (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 ... 28057 files and directories currently installed.)
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.335 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.344 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
20:26:48 [2021-06-18T20:26:48.063Z] #70 3.381 Selecting previously unselected package libjson-c3:amd64.
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.384 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.388 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.422 Selecting previously unselected package libcryptsetup12:amd64.
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.424 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.428 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.476 Selecting previously unselected package libidn11:amd64.
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.478 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.483 Unpacking libidn11:amd64 (1.33-2.2) ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.526 Selecting previously unselected package libkmod2:amd64.
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.528 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.532 Unpacking libkmod2:amd64 (26-1) ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.575 Selecting previously unselected package systemd.
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.578 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
20:26:48 [2021-06-18T20:26:48.322Z] #70 3.617 Unpacking systemd (241-7~deb10u7) ...
20:26:48 [2021-06-18T20:26:48.834Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.843s	coverage: 82.5% of statements
20:26:48 [2021-06-18T20:26:48.834Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:26:48 [2021-06-18T20:26:48.834Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.049 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.060 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.072 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.084 Setting up libidn11:amd64 (1.33-2.2) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.096 Setting up libkmod2:amd64 (26-1) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.108 Setting up systemd (241-7~deb10u7) ...
20:26:48 [2021-06-18T20:26:48.888Z] #70 4.161 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
20:26:49 [2021-06-18T20:26:49.096Z] ok  	github.com/docker/docker/distribution/metadata	0.081s	coverage: 48.2% of statements
20:26:49 [2021-06-18T20:26:49.147Z] #70 4.163 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
20:26:49 [2021-06-18T20:26:49.147Z] #70 4.167 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
20:26:49 [2021-06-18T20:26:49.147Z] #70 4.167 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
20:26:49 [2021-06-18T20:26:49.555Z] #71 exporting layers 6.7s done
20:26:49 [2021-06-18T20:26:49.555Z] #71 writing image sha256:211cb68034ebdc449025c3503c5923b29701b456730e218741243186a8410f89 done
20:26:49 [2021-06-18T20:26:49.555Z] #71 naming to docker.io/library/docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 done
20:26:49 [2021-06-18T20:26:49.555Z] #71 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.684 Selecting previously unselected package systemd-sysv.
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.685 (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 ... 28854 files and directories currently installed.)
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.697 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.703 Unpacking systemd-sysv (241-7~deb10u7) ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.747 Selecting previously unselected package libdbus-1-3:amd64.
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.749 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.755 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.818 Selecting previously unselected package dbus.
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.821 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.831 Unpacking dbus (1.12.20-0+deb10u1) ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.892 Selecting previously unselected package libpam-systemd:amd64.
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.895 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.899 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.940 Selecting previously unselected package dbus-user-session.
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.943 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
20:26:49 [2021-06-18T20:26:49.714Z] #70 4.947 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
20:26:49 [2021-06-18T20:26:49.905Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -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=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh dynbinary test-integration
20:26:49 [2021-06-18T20:26:49.977Z] #70 5.044 Setting up systemd-sysv (241-7~deb10u7) ...
20:26:49 [2021-06-18T20:26:49.978Z] #70 5.057 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
20:26:49 [2021-06-18T20:26:49.978Z] #70 5.070 Setting up dbus (1.12.20-0+deb10u1) ...
20:26:49 [2021-06-18T20:26:49.978Z] #70 5.188 invoke-rc.d: could not determine current runlevel
20:26:50 [2021-06-18T20:26:50.236Z] #70 5.190 invoke-rc.d: policy-rc.d denied execution of start.
20:26:50 [2021-06-18T20:26:50.236Z] #70 5.195 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
20:26:50 [2021-06-18T20:26:50.236Z] #70 5.340 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
20:26:50 [2021-06-18T20:26:50.236Z] #70 5.357 Processing triggers for systemd (241-7~deb10u7) ...
20:26:50 [2021-06-18T20:26:50.236Z] #70 5.366 Processing triggers for libc-bin (2.28-10) ...
20:26:50 [2021-06-18T20:26:50.495Z] #70 DONE 5.5s
20:26:50 [2021-06-18T20:26:50.495Z] 
20:26:50 [2021-06-18T20:26:50.495Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
20:26:50 [2021-06-18T20:26:50.495Z] #71 sha256:d38e1c7c9a9516952fee070e31198206624617a99210fcf680e64c9f95a72e61
20:26:50 [2021-06-18T20:26:50.753Z] #71 0.470   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:26:50 [2021-06-18T20:26:50.753Z] #71 0.473                                  Dload  Upload   Total   Spent    Left  Speed
20:26:50 [2021-06-18T20:26:50.753Z] #71 0.474 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  19189      0 --:--:-- --:--:-- --:--:-- 19189
20:26:51 [2021-06-18T20:26:51.014Z] ok  	github.com/docker/docker/distribution	0.291s	coverage: 25.0% of statements
20:26:51 [2021-06-18T20:26:51.014Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:26:51 [2021-06-18T20:26:51.014Z] ok  	github.com/docker/docker/errdefs	0.025s	coverage: 53.1% of statements
20:26:51 [2021-06-18T20:26:51.014Z] #71 DONE 0.6s
20:26:51 [2021-06-18T20:26:51.014Z] 
20:26:51 [2021-06-18T20:26:51.014Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
20:26:51 [2021-06-18T20:26:51.014Z] #72 sha256:92da9a66c2521e05c0a58883a17c4019427397b1600ab936e769cc07a529a064
20:26:51 [2021-06-18T20:26:51.275Z] 
20:26:51 [2021-06-18T20:26:51.275Z] Removing bundles/
20:26:51 [2021-06-18T20:26:51.275Z] 
20:26:51 [2021-06-18T20:26:51.275Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:26:51 [2021-06-18T20:26:51.275Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:26:51 [2021-06-18T20:26:51.275Z] GOOS="" GOARCH="" GOARM=""
20:26:51 [2021-06-18T20:26:51.320Z] ok  	github.com/docker/docker/image	0.061s	coverage: 86.8% of statements
20:26:51 [2021-06-18T20:26:51.952Z] #72 DONE 0.8s
20:26:51 [2021-06-18T20:26:51.952Z] 
20:26:51 [2021-06-18T20:26:51.952Z] #73 exporting to image
20:26:51 [2021-06-18T20:26:51.952Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
20:26:51 [2021-06-18T20:26:51.952Z] #73 exporting layers
20:26:52 [2021-06-18T20:26:52.265Z] ok  	github.com/docker/docker/image/cache	0.036s	coverage: 19.2% of statements
20:26:52 [2021-06-18T20:26:52.265Z] ok  	github.com/docker/docker/distribution/xfer	1.741s	coverage: 85.6% of statements
20:26:52 [2021-06-18T20:26:52.265Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:26:52 [2021-06-18T20:26:52.265Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:26:52 [2021-06-18T20:26:52.265Z] ok  	github.com/docker/docker/image/v1	0.049s	coverage: 25.0% of statements
20:26:52 [2021-06-18T20:26:52.265Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:26:52 [2021-06-18T20:26:52.838Z] ok  	github.com/docker/docker/libcontainerd/queue	0.073s	coverage: 100.0% of statements
20:26:54 [2021-06-18T20:26:54.226Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 52.9% of statements
20:26:54 [2021-06-18T20:26:54.226Z] ok  	github.com/docker/docker/oci	0.035s	coverage: 38.4% of statements
20:26:54 [2021-06-18T20:26:54.226Z] ok  	github.com/docker/docker/opts	0.046s	coverage: 67.1% of statements
20:26:54 [2021-06-18T20:26:54.799Z] ok  	github.com/docker/docker/pkg/broadcaster	0.024s	coverage: 100.0% of statements
20:26:55 [2021-06-18T20:26:55.744Z] ok  	github.com/docker/docker/pkg/capabilities	0.011s	coverage: 87.5% of statements
20:26:56 [2021-06-18T20:26:56.319Z] ok  	github.com/docker/docker/pkg/authorization	0.272s	coverage: 68.3% of statements
20:26:56 [2021-06-18T20:26:56.892Z] ok  	github.com/docker/docker/pkg/directory	0.030s	coverage: 80.0% of statements
20:26:57 [2021-06-18T20:26:57.463Z] ok  	github.com/docker/docker/pkg/archive	1.128s	coverage: 82.2% of statements
20:26:57 [2021-06-18T20:26:57.724Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
20:26:57 [2021-06-18T20:26:57.984Z] ok  	github.com/docker/docker/pkg/discovery/file	0.011s	coverage: 97.6% of statements
20:26:58 [2021-06-18T20:26:58.524Z] #73 exporting layers 6.7s done
20:26:58 [2021-06-18T20:26:58.524Z] #73 writing image sha256:ec780b3bae8feb7f66921d26f2a57641472e9af01a623841619ba32c71e600e6
20:26:58 [2021-06-18T20:26:58.524Z] #73 writing image sha256:ec780b3bae8feb7f66921d26f2a57641472e9af01a623841619ba32c71e600e6 done
20:26:58 [2021-06-18T20:26:58.524Z] #73 naming to docker.io/library/docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 done
20:26:58 [2021-06-18T20:26:58.524Z] #73 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:26:58 [2021-06-18T20:26:58.882Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh dynbinary test-integration
20:26:58 [2021-06-18T20:26:58.926Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
20:26:59 [2021-06-18T20:26:59.499Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.009s	coverage: 93.8% of statements
20:26:59 [2021-06-18T20:26:59.760Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.981s	coverage: 43.2% of statements
20:26:59 [2021-06-18T20:26:59.760Z] ok  	github.com/docker/docker/pkg/dmesg	0.009s	coverage: 83.3% of statements
20:27:00 [2021-06-18T20:27:00.703Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 89.5% of statements
20:27:00 [2021-06-18T20:27:00.781Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
20:27:00 [2021-06-18T20:27:00.781Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
20:27:00 [2021-06-18T20:27:00.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
20:27:00 [2021-06-18T20:27:00.781Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
20:27:00 [2021-06-18T20:27:00.781Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
20:27:00 [2021-06-18T20:27:00.781Z] Detected virtualization docker.
20:27:00 [2021-06-18T20:27:00.781Z] Detected architecture x86-64.
20:27:00 [2021-06-18T20:27:00.781Z] Set hostname to <40b51b280d17>.
20:27:00 [2021-06-18T20:27:00.964Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
20:27:01 [2021-06-18T20:27:01.225Z] ok  	github.com/docker/docker/pkg/fsutils	0.240s	coverage: 85.1% of statements
20:27:01 [2021-06-18T20:27:01.347Z] + source /etc/docker-entrypoint-cmd
20:27:01 [2021-06-18T20:27:01.347Z] ++ hack/make.sh dynbinary test-integration
20:27:01 [2021-06-18T20:27:01.347Z] 
20:27:01 [2021-06-18T20:27:01.347Z] Removing bundles/
20:27:01 [2021-06-18T20:27:01.347Z] 
20:27:01 [2021-06-18T20:27:01.347Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:27:01 [2021-06-18T20:27:01.347Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:27:01 [2021-06-18T20:27:01.347Z] GOOS="" GOARCH="" GOARM=""
20:27:01 [2021-06-18T20:27:01.487Z] ok  	github.com/docker/docker/pkg/homedir	0.022s	coverage: 11.4% of statements
20:27:02 [2021-06-18T20:27:02.061Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.096s	coverage: 84.1% of statements
20:27:02 [2021-06-18T20:27:02.061Z] ok  	github.com/docker/docker/layer	7.387s	coverage: 68.8% of statements
20:27:02 [2021-06-18T20:27:02.061Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:27:02 [2021-06-18T20:27:02.322Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:27:02 [2021-06-18T20:27:02.895Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.017s	coverage: 91.7% of statements
20:27:02 [2021-06-18T20:27:02.895Z] ok  	github.com/docker/docker/pkg/longpath	0.016s	coverage: 100.0% of statements
20:27:03 [2021-06-18T20:27:03.156Z] ok  	github.com/docker/docker/pkg/idtools	0.770s	coverage: 69.5% of statements
20:27:03 [2021-06-18T20:27:03.156Z] ok  	github.com/docker/docker/pkg/ioutils	0.626s	coverage: 70.6% of statements
20:27:03 [2021-06-18T20:27:03.156Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:27:03 [2021-06-18T20:27:03.156Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:27:03 [2021-06-18T20:27:03.156Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:27:03 [2021-06-18T20:27:03.418Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.010s	coverage: 85.7% of statements
20:27:03 [2021-06-18T20:27:03.418Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:27:03 [2021-06-18T20:27:03.680Z] ok  	github.com/docker/docker/pkg/parsers	0.013s	coverage: 97.0% of statements
20:27:03 [2021-06-18T20:27:03.941Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.028s	coverage: 60.0% of statements
20:27:04 [2021-06-18T20:27:04.202Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.032s	coverage: 86.7% of statements
20:27:04 [2021-06-18T20:27:04.202Z] ok  	github.com/docker/docker/pkg/pidfile	0.034s	coverage: 82.4% of statements
20:27:04 [2021-06-18T20:27:04.202Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:27:04 [2021-06-18T20:27:04.202Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:27:04 [2021-06-18T20:27:04.775Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.034s	coverage: 56.8% of statements
20:27:05 [2021-06-18T20:27:05.720Z] ok  	github.com/docker/docker/pkg/pools	0.016s	coverage: 88.2% of statements
20:27:05 [2021-06-18T20:27:05.720Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.020s	coverage: 85.7% of statements
20:27:05 [2021-06-18T20:27:05.720Z] ok  	github.com/docker/docker/pkg/progress	0.020s	coverage: 75.9% of statements
20:27:06 [2021-06-18T20:27:06.291Z] ok  	github.com/docker/docker/pkg/reexec	0.031s	coverage: 82.4% of statements
20:27:06 [2021-06-18T20:27:06.861Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
20:27:07 [2021-06-18T20:27:07.122Z] ok  	github.com/docker/docker/pkg/pubsub	1.080s	coverage: 75.0% of statements
20:27:07 [2021-06-18T20:27:07.383Z] ok  	github.com/docker/docker/pkg/streamformatter	0.014s	coverage: 66.2% of statements
20:27:07 [2021-06-18T20:27:07.644Z] ok  	github.com/docker/docker/pkg/stringid	0.011s	coverage: 70.6% of statements
20:27:08 [2021-06-18T20:27:08.589Z] ok  	github.com/docker/docker/pkg/sysinfo	0.017s	coverage: 54.9% of statements
20:27:08 [2021-06-18T20:27:08.849Z] ok  	github.com/docker/docker/pkg/system	0.019s	coverage: 36.9% of statements
20:27:09 [2021-06-18T20:27:09.421Z] ok  	github.com/docker/docker/pkg/tailfile	0.108s	coverage: 88.6% of statements
20:27:09 [2021-06-18T20:27:09.681Z] ok  	github.com/docker/docker/pkg/tarsum	0.095s	coverage: 89.3% of statements
20:27:09 [2021-06-18T20:27:09.942Z] testing: warning: no tests to run
20:27:09 [2021-06-18T20:27:09.942Z] coverage: [no statements]
20:27:09 [2021-06-18T20:27:09.942Z] ok  	github.com/docker/docker/pkg/term/windows	0.008s	coverage: [no statements] [no tests to run]
20:27:10 [2021-06-18T20:27:10.202Z] ok  	github.com/docker/docker/pkg/urlutil	0.008s	coverage: 100.0% of statements
20:27:10 [2021-06-18T20:27:10.463Z] ok  	github.com/docker/docker/pkg/signal	3.967s	coverage: 62.3% of statements
20:27:10 [2021-06-18T20:27:10.463Z] ok  	github.com/docker/docker/pkg/truncindex	0.115s	coverage: 91.5% of statements
20:27:10 [2021-06-18T20:27:10.724Z] ok  	github.com/docker/docker/pkg/useragent	0.009s	coverage: 88.9% of statements
20:27:11 [2021-06-18T20:27:11.672Z] ok  	github.com/docker/docker/plugin/v2	0.013s	coverage: 14.5% of statements
20:27:11 [2021-06-18T20:27:11.933Z] ok  	github.com/docker/docker/profiles/seccomp	0.025s	coverage: 85.4% of statements
20:27:12 [2021-06-18T20:27:12.877Z] ok  	github.com/docker/docker/reference	0.024s	coverage: 84.4% of statements
20:27:13 [2021-06-18T20:27:13.139Z] ok  	github.com/docker/docker/plugin	0.543s	coverage: 23.2% of statements
20:27:15 [2021-06-18T20:27:15.104Z] ok  	github.com/docker/docker/quota	0.546s	coverage: 71.4% of statements
20:27:15 [2021-06-18T20:27:15.104Z] ok  	github.com/docker/docker/registry/resumable	0.043s	coverage: 100.0% of statements
20:27:15 [2021-06-18T20:27:15.104Z] ok  	github.com/docker/docker/registry	0.169s	coverage: 57.2% of statements
20:27:15 [2021-06-18T20:27:15.678Z] ok  	github.com/docker/docker/restartmanager	0.043s	coverage: 45.3% of statements
20:27:15 [2021-06-18T20:27:15.678Z] ok  	github.com/docker/docker/testutil	0.017s	coverage: 62.5% of statements
20:27:16 [2021-06-18T20:27:16.622Z] ok  	github.com/docker/docker/runconfig	0.029s	coverage: 66.1% of statements
20:27:16 [2021-06-18T20:27:16.918Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|types_sizes|deps|exports_file|files|name) took 1m59.745099136s 
20:27:16 [2021-06-18T20:27:16.918Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.833872ms 
20:27:18 [2021-06-18T20:27:18.009Z] ok  	github.com/docker/docker/volume/drivers	0.041s	coverage: 36.1% of statements
20:27:19 [2021-06-18T20:27:19.395Z] ok  	github.com/docker/docker/volume/mounts	0.049s	coverage: 67.0% of statements
20:27:19 [2021-06-18T20:27:19.965Z] ok  	github.com/docker/docker/volume/local	0.165s	coverage: 76.4% of statements
20:27:20 [2021-06-18T20:27:20.534Z] ok  	github.com/docker/docker/volume/service	0.029s	coverage: 73.1% of statements
20:27:25 [2021-06-18T20:27:25.046Z] 639bb6bb2beb: Pull complete
20:27:25 [2021-06-18T20:27:25.046Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef
20:27:25 [2021-06-18T20:27:25.046Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:27:25 [2021-06-18T20:27:25.046Z] mcr.microsoft.com/windows/servercore:ltsc2019
20:27:25 [2021-06-18T20:27:25.046Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1999'
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Docker version of control daemon
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Client:
20:27:25 [2021-06-18T20:27:25.046Z]  Version:           20.10.6
20:27:25 [2021-06-18T20:27:25.046Z]  API version:       1.41
20:27:25 [2021-06-18T20:27:25.046Z]  Go version:        go1.16.3
20:27:25 [2021-06-18T20:27:25.046Z]  Git commit:        370c289
20:27:25 [2021-06-18T20:27:25.046Z]  Built:             Fri Apr  9 22:49:36 2021
20:27:25 [2021-06-18T20:27:25.046Z]  OS/Arch:           windows/amd64
20:27:25 [2021-06-18T20:27:25.046Z]  Context:           default
20:27:25 [2021-06-18T20:27:25.046Z]  Experimental:      true
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Server: Docker Engine - Community
20:27:25 [2021-06-18T20:27:25.046Z]  Engine:
20:27:25 [2021-06-18T20:27:25.046Z]   Version:          20.10.6
20:27:25 [2021-06-18T20:27:25.046Z]   API version:      1.41 (minimum version 1.24)
20:27:25 [2021-06-18T20:27:25.046Z]   Go version:       go1.13.15
20:27:25 [2021-06-18T20:27:25.046Z]   Git commit:       8728dd2
20:27:25 [2021-06-18T20:27:25.046Z]   Built:            Fri Apr  9 22:45:40 2021
20:27:25 [2021-06-18T20:27:25.046Z]   OS/Arch:          windows/amd64
20:27:25 [2021-06-18T20:27:25.046Z]   Experimental:     true
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Docker info of control daemon
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Client:
20:27:25 [2021-06-18T20:27:25.046Z]  Context:    default
20:27:25 [2021-06-18T20:27:25.046Z]  Debug Mode: false
20:27:25 [2021-06-18T20:27:25.046Z]  Plugins:
20:27:25 [2021-06-18T20:27:25.046Z]   app: Docker Application (Docker Inc., v0.8.0)
20:27:25 [2021-06-18T20:27:25.046Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
20:27:25 [2021-06-18T20:27:25.046Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Server:
20:27:25 [2021-06-18T20:27:25.046Z]  Containers: 0
20:27:25 [2021-06-18T20:27:25.046Z]   Running: 0
20:27:25 [2021-06-18T20:27:25.046Z]   Paused: 0
20:27:25 [2021-06-18T20:27:25.046Z]   Stopped: 0
20:27:25 [2021-06-18T20:27:25.046Z]  Images: 1
20:27:25 [2021-06-18T20:27:25.046Z]  Server Version: 20.10.6
20:27:25 [2021-06-18T20:27:25.046Z]  Storage Driver: windowsfilter (windows) lcow (linux)
20:27:25 [2021-06-18T20:27:25.046Z]   Windows: 
20:27:25 [2021-06-18T20:27:25.046Z]   LCOW: 
20:27:25 [2021-06-18T20:27:25.046Z]  Logging Driver: json-file
20:27:25 [2021-06-18T20:27:25.046Z]  Plugins:
20:27:25 [2021-06-18T20:27:25.046Z]   Volume: local
20:27:25 [2021-06-18T20:27:25.046Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:27:25 [2021-06-18T20:27:25.046Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:27:25 [2021-06-18T20:27:25.046Z]  Swarm: inactive
20:27:25 [2021-06-18T20:27:25.046Z]  Default Isolation: process
20:27:25 [2021-06-18T20:27:25.046Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:27:25 [2021-06-18T20:27:25.046Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
20:27:25 [2021-06-18T20:27:25.046Z]  OSType: windows
20:27:25 [2021-06-18T20:27:25.046Z]  Architecture: x86_64
20:27:25 [2021-06-18T20:27:25.046Z]  CPUs: 4
20:27:25 [2021-06-18T20:27:25.046Z]  Total Memory: 32GiB
20:27:25 [2021-06-18T20:27:25.046Z]  Name: azwin-2-a3a470
20:27:25 [2021-06-18T20:27:25.046Z]  ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3
20:27:25 [2021-06-18T20:27:25.046Z]  Docker Root Dir: D:\docker
20:27:25 [2021-06-18T20:27:25.046Z]  Debug Mode: false
20:27:25 [2021-06-18T20:27:25.046Z]  Registry: https://index.docker.io/v1/
20:27:25 [2021-06-18T20:27:25.046Z]  Labels:
20:27:25 [2021-06-18T20:27:25.046Z]  Experimental: true
20:27:25 [2021-06-18T20:27:25.046Z]  Insecure Registries:
20:27:25 [2021-06-18T20:27:25.046Z]   10.0.0.4:5000
20:27:25 [2021-06-18T20:27:25.046Z]   127.0.0.0/8
20:27:25 [2021-06-18T20:27:25.046Z]  Registry Mirrors:
20:27:25 [2021-06-18T20:27:25.046Z]   http://10.0.0.4:5000/
20:27:25 [2021-06-18T20:27:25.046Z]  Live Restore Enabled: false
20:27:25 [2021-06-18T20:27:25.046Z]  Product License: Community Engine
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Commit hash is 89edb68e89
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Nuke-Everything...
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Container count on control daemon to delete is 0
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Nuking d:\CI
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Zapped successfully
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Location for testing is d:\CI\PR-42538\2
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Validating GOLang consistency in Dockerfile.windows...
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] INFO: Building the image from Dockerfile.windows at 06/18/2021 20:27:17...
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Sending build context to Docker daemon  58.28MB
20:27:25 [2021-06-18T20:27:25.046Z] 
20:27:25 [2021-06-18T20:27:25.046Z] Step 1/10 : FROM microsoft/windowsservercore
20:27:25 [2021-06-18T20:27:25.046Z]  ---> 5b60ac4e9e92
20:27:25 [2021-06-18T20:27:25.046Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
20:27:25 [2021-06-18T20:27:25.046Z]  ---> Running in 207b1f0e472d
20:27:25 [2021-06-18T20:27:25.046Z] Removing intermediate container 207b1f0e472d
20:27:25 [2021-06-18T20:27:25.046Z]  ---> 04cf2095622f
20:27:25 [2021-06-18T20:27:25.046Z] Step 3/10 : ARG GO_VERSION=1.13.15
20:27:25 [2021-06-18T20:27:25.046Z]  ---> Running in f21981b718b9
20:27:25 [2021-06-18T20:27:25.046Z] Removing intermediate container f21981b718b9
20:27:25 [2021-06-18T20:27:25.046Z]  ---> 164831710cae
20:27:25 [2021-06-18T20:27:25.046Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
20:27:25 [2021-06-18T20:27:25.046Z]  ---> Running in ba4c1c993db5
20:27:25 [2021-06-18T20:27:25.046Z] Removing intermediate container ba4c1c993db5
20:27:25 [2021-06-18T20:27:25.046Z]  ---> b2155d345c0e
20:27:25 [2021-06-18T20:27:25.046Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
20:27:25 [2021-06-18T20:27:25.046Z]  ---> Running in 5e20e8f8704b
20:27:25 [2021-06-18T20:27:25.046Z] Removing intermediate container 5e20e8f8704b
20:27:25 [2021-06-18T20:27:25.046Z]  ---> ca54adfd642a
20:27:25 [2021-06-18T20:27:25.046Z] 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;
20:27:25 [2021-06-18T20:27:25.046Z]  ---> Running in 1a2f429afd28
20:27:28 [2021-06-18T20:27:28.834Z] 
20:27:28 [2021-06-18T20:27:28.834Z] SUCCESS: Specified value was saved.
20:27:29 [2021-06-18T20:27:29.818Z] INFO: Downloading git...
20:27:31 [2021-06-18T20:27:31.418Z] INFO: Downloading go...
20:27:31 [2021-06-18T20:27:31.806Z] INFO [runner/unused/goanalysis] analyzers took 29.554606862s with top 10 stages: buildssa: 25.045684002s, U1000: 4.50892286s 
20:27:42 [2021-06-18T20:27:42.474Z] ok  	github.com/docker/docker/pkg/plugins	33.640s	coverage: 76.6% of statements
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/rootless	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/volume	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === Skipped
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:73: No driver to put!
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z] time="2021-06-18T20:26:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:27:42 [2021-06-18T20:27:42.474Z] time="2021-06-18T20:26:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:42 [2021-06-18T20:27:42.474Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:42 [2021-06-18T20:27:42.474Z] 
20:27:42 [2021-06-18T20:27:42.474Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z] time="2021-06-18T20:26:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z] time="2021-06-18T20:26:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z] time="2021-06-18T20:26:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:73: No driver to put!
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     overlay_test.go:49: Fails to compute changes intermittently
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     graphtest_unix.go:73: No driver to put!
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:27:42 [2021-06-18T20:27:42.475Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] 
20:27:42 [2021-06-18T20:27:42.475Z] DONE 2230 tests, 26 skipped in 198.899s
Post stage
[Pipeline] junit
20:27:42 [2021-06-18T20:27:42.488Z] Recording test results
20:27:42 [2021-06-18T20:27:42.624Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:27:42 [2021-06-18T20:27:42.964Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh dynbinary test-integration
20:27:43 [2021-06-18T20:27:43.904Z] 
20:27:43 [2021-06-18T20:27:43.904Z] Removing bundles/
20:27:43 [2021-06-18T20:27:43.904Z] 
20:27:43 [2021-06-18T20:27:43.904Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:27:43 [2021-06-18T20:27:43.904Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:27:43 [2021-06-18T20:27:43.904Z] GOOS="" GOARCH="" GOARM=""
20:27:56 [2021-06-18T20:27:56.693Z] INFO: Downloading compiler 1 of 3...
20:27:56 [2021-06-18T20:27:56.693Z] INFO: Downloading compiler 2 of 3...
20:27:56 [2021-06-18T20:27:56.693Z] INFO: Downloading compiler 3 of 3...
20:27:56 [2021-06-18T20:27:56.693Z] INFO: Extracting git...
20:28:05 [2021-06-18T20:28:05.354Z] INFO: Expanding go...
20:28:23 [2021-06-18T20:28:23.156Z] INFO: Expanding compiler 1 of 3...
20:28:23 [2021-06-18T20:28:23.156Z] INFO: Expanding compiler 2 of 3...
20:28:23 [2021-06-18T20:28:23.923Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:23 [2021-06-18T20:28:23.923Z] 
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_INTEGRATION_DEST=2
20:28:23 [2021-06-18T20:28:23.923Z] + CONTAINER_NAME=docker-pr2-2
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_SKIP_INTEGRATION=1
20:28:23 [2021-06-18T20:28:23.923Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:28:23 [2021-06-18T20:28:23.923Z] + run_tests
20:28:23 [2021-06-18T20:28:23.923Z] + c=0
20:28:23 [2021-06-18T20:28:23.923Z] + '[' -n 0 ']'
20:28:23 [2021-06-18T20:28:23.923Z] + rm=
20:28:23 [2021-06-18T20:28:23.923Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42538/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh '' test-integration
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_INTEGRATION_DEST=1
20:28:23 [2021-06-18T20:28:23.923Z] + CONTAINER_NAME=docker-pr2-1
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_SKIP_INTEGRATION_CLI=1
20:28:23 [2021-06-18T20:28:23.923Z] + run_tests test-integration-flaky
20:28:23 [2021-06-18T20:28:23.923Z] + '[' -n 0 ']'
20:28:23 [2021-06-18T20:28:23.923Z] + rm=
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_INTEGRATION_DEST=3
20:28:23 [2021-06-18T20:28:23.923Z] + CONTAINER_NAME=docker-pr2-3
20:28:23 [2021-06-18T20:28:23.923Z] + TEST_SKIP_INTEGRATION=1
20:28:23 [2021-06-18T20:28:23.923Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:28:23 [2021-06-18T20:28:23.923Z] + run_tests
20:28:23 [2021-06-18T20:28:23.923Z] + '[' -n 0 ']'
20:28:23 [2021-06-18T20:28:23.923Z] + rm=
20:28:23 [2021-06-18T20:28:23.923Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42538/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh test-integration-flaky test-integration
20:28:23 [2021-06-18T20:28:23.923Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42538/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh '' test-integration
20:28:23 [2021-06-18T20:28:23.923Z] ++ jobs -p
20:28:23 [2021-06-18T20:28:23.923Z] + for job in $(jobs -p)
20:28:23 [2021-06-18T20:28:23.923Z] + wait 8224
20:28:23 [2021-06-18T20:28:23.923Z] 
20:28:23 [2021-06-18T20:28:23.923Z] 
20:28:23 [2021-06-18T20:28:23.923Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
20:28:23 [2021-06-18T20:28:23.923Z] 
20:28:23 [2021-06-18T20:28:23.923Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:23 [2021-06-18T20:28:23.923Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:23 [2021-06-18T20:28:23.923Z] HOSTNAME=eb895a880bc4
20:28:23 [2021-06-18T20:28:23.923Z] TEST_SKIP_INTEGRATION=1
20:28:23 [2021-06-18T20:28:23.923Z] TESTDEBUG=0
20:28:23 [2021-06-18T20:28:23.923Z] DEST=bundles/test-integration
20:28:23 [2021-06-18T20:28:23.923Z] PWD=/go/src/github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.923Z] KEEPBUNDLE=1
20:28:23 [2021-06-18T20:28:23.923Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:28:23 [2021-06-18T20:28:23.923Z] container=docker
20:28:23 [2021-06-18T20:28:23.923Z] HOME=/root
20:28:23 [2021-06-18T20:28:23.923Z] GOLANG_VERSION=1.13.15
20:28:23 [2021-06-18T20:28:23.923Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:23 [2021-06-18T20:28:23.923Z] VALIDATE_BRANCH=20.10
20:28:23 [2021-06-18T20:28:23.923Z] TERM=xterm
20:28:23 [2021-06-18T20:28:23.923Z] DOCKER_PKG=github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.923Z] SHLVL=1
20:28:23 [2021-06-18T20:28:23.923Z] TIMEOUT=120m
20:28:23 [2021-06-18T20:28:23.923Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:28:23 [2021-06-18T20:28:23.923Z] DOCKER_GRAPHDRIVER=overlay2
20:28:23 [2021-06-18T20:28:23.924Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:28:23 [2021-06-18T20:28:23.924Z] GO111MODULE=off
20:28:23 [2021-06-18T20:28:23.924Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:23 [2021-06-18T20:28:23.924Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:23 [2021-06-18T20:28:23.924Z] GOPATH=/go
20:28:23 [2021-06-18T20:28:23.924Z] PKG_CONFIG=pkg-config
20:28:23 [2021-06-18T20:28:23.924Z] _=/usr/bin/env
20:28:23 [2021-06-18T20:28:23.924Z] Building test suite binary ./integration-cli/test.main
20:28:23 [2021-06-18T20:28:23.924Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:23 [2021-06-18T20:28:23.924Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:23 [2021-06-18T20:28:23.924Z] HOSTNAME=9b30e976f207
20:28:23 [2021-06-18T20:28:23.924Z] TEST_SKIP_INTEGRATION=1
20:28:23 [2021-06-18T20:28:23.924Z] TESTDEBUG=0
20:28:23 [2021-06-18T20:28:23.924Z] DEST=bundles/test-integration
20:28:23 [2021-06-18T20:28:23.924Z] PWD=/go/src/github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.924Z] KEEPBUNDLE=1
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:28:23 [2021-06-18T20:28:23.924Z] container=docker
20:28:23 [2021-06-18T20:28:23.924Z] HOME=/root
20:28:23 [2021-06-18T20:28:23.924Z] GOLANG_VERSION=1.13.15
20:28:23 [2021-06-18T20:28:23.924Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:23 [2021-06-18T20:28:23.924Z] VALIDATE_BRANCH=20.10
20:28:23 [2021-06-18T20:28:23.924Z] TERM=xterm
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_PKG=github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.924Z] SHLVL=1
20:28:23 [2021-06-18T20:28:23.924Z] TIMEOUT=120m
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_GRAPHDRIVER=overlay2
20:28:23 [2021-06-18T20:28:23.924Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
20:28:23 [2021-06-18T20:28:23.924Z] GO111MODULE=off
20:28:23 [2021-06-18T20:28:23.924Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:23 [2021-06-18T20:28:23.924Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:23 [2021-06-18T20:28:23.924Z] GOPATH=/go
20:28:23 [2021-06-18T20:28:23.924Z] PKG_CONFIG=pkg-config
20:28:23 [2021-06-18T20:28:23.924Z] _=/usr/bin/env
20:28:23 [2021-06-18T20:28:23.924Z] Building test suite binary ./integration-cli/test.main
20:28:23 [2021-06-18T20:28:23.924Z] No new tests added to integration.
20:28:23 [2021-06-18T20:28:23.924Z] 
20:28:23 [2021-06-18T20:28:23.924Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:23 [2021-06-18T20:28:23.924Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:23 [2021-06-18T20:28:23.924Z] HOSTNAME=3970993eb62a
20:28:23 [2021-06-18T20:28:23.924Z] TESTDEBUG=0
20:28:23 [2021-06-18T20:28:23.924Z] DEST=bundles/test-integration
20:28:23 [2021-06-18T20:28:23.924Z] PWD=/go/src/github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.924Z] KEEPBUNDLE=1
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:28:23 [2021-06-18T20:28:23.924Z] container=docker
20:28:23 [2021-06-18T20:28:23.924Z] HOME=/root
20:28:23 [2021-06-18T20:28:23.924Z] GOLANG_VERSION=1.13.15
20:28:23 [2021-06-18T20:28:23.924Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:23 [2021-06-18T20:28:23.924Z] VALIDATE_BRANCH=20.10
20:28:23 [2021-06-18T20:28:23.924Z] TERM=xterm
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_PKG=github.com/docker/docker
20:28:23 [2021-06-18T20:28:23.924Z] SHLVL=1
20:28:23 [2021-06-18T20:28:23.924Z] TIMEOUT=120m
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:28:23 [2021-06-18T20:28:23.924Z] DOCKER_GRAPHDRIVER=overlay2
20:28:23 [2021-06-18T20:28:23.924Z] GO111MODULE=off
20:28:23 [2021-06-18T20:28:23.924Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:23 [2021-06-18T20:28:23.924Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:23 [2021-06-18T20:28:23.924Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:23 [2021-06-18T20:28:23.924Z] GOPATH=/go
20:28:23 [2021-06-18T20:28:23.924Z] PKG_CONFIG=pkg-config
20:28:23 [2021-06-18T20:28:23.924Z] _=/usr/bin/env
20:28:23 [2021-06-18T20:28:23.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:27 [2021-06-18T20:28:27.662Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:27 [2021-06-18T20:28:27.662Z] 
20:28:27 [2021-06-18T20:28:27.662Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:27 [2021-06-18T20:28:27.662Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:27 [2021-06-18T20:28:27.662Z] HOSTNAME=73a9406b4cf1
20:28:27 [2021-06-18T20:28:27.662Z] DEST=bundles/test-integration
20:28:27 [2021-06-18T20:28:27.662Z] PWD=/go/src/github.com/docker/docker
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_ROOTLESS=1
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:28:27 [2021-06-18T20:28:27.662Z] container=docker
20:28:27 [2021-06-18T20:28:27.662Z] HOME=/root
20:28:27 [2021-06-18T20:28:27.662Z] GOLANG_VERSION=1.13.15
20:28:27 [2021-06-18T20:28:27.662Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:27 [2021-06-18T20:28:27.662Z] VALIDATE_BRANCH=20.10
20:28:27 [2021-06-18T20:28:27.662Z] TERM=xterm
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_PKG=github.com/docker/docker
20:28:27 [2021-06-18T20:28:27.662Z] SHLVL=1
20:28:27 [2021-06-18T20:28:27.662Z] TIMEOUT=120m
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_GRAPHDRIVER=overlay2
20:28:27 [2021-06-18T20:28:27.662Z] GO111MODULE=off
20:28:27 [2021-06-18T20:28:27.662Z] DOCKER_EXPERIMENTAL=1
20:28:27 [2021-06-18T20:28:27.662Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:27 [2021-06-18T20:28:27.662Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:27 [2021-06-18T20:28:27.662Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:27 [2021-06-18T20:28:27.662Z] GOPATH=/go
20:28:27 [2021-06-18T20:28:27.662Z] PKG_CONFIG=pkg-config
20:28:27 [2021-06-18T20:28:27.662Z] _=/usr/bin/env
20:28:27 [2021-06-18T20:28:27.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:27 [2021-06-18T20:28:27.906Z] INFO: Expanding compiler 3 of 3...
20:28:28 [2021-06-18T20:28:28.373Z] INFO: Removing downloaded files...
20:28:28 [2021-06-18T20:28:28.373Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
20:28:28 [2021-06-18T20:28:28.373Z] INFO: Configuring git core.autocrlf...
20:28:37 [2021-06-18T20:28:37.845Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:37 [2021-06-18T20:28:37.845Z] 
20:28:37 [2021-06-18T20:28:37.845Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_SYSTEMD=1
20:28:37 [2021-06-18T20:28:37.845Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:37 [2021-06-18T20:28:37.845Z] HOSTNAME=40b51b280d17
20:28:37 [2021-06-18T20:28:37.845Z] DEST=bundles/test-integration
20:28:37 [2021-06-18T20:28:37.845Z] PWD=/go/src/github.com/docker/docker
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:28:37 [2021-06-18T20:28:37.845Z] container=docker
20:28:37 [2021-06-18T20:28:37.845Z] HOME=/root
20:28:37 [2021-06-18T20:28:37.845Z] LANG=C.UTF-8
20:28:37 [2021-06-18T20:28:37.845Z] INVOCATION_ID=68366ff558384166adb30bbd4ee5ce80
20:28:37 [2021-06-18T20:28:37.845Z] GOLANG_VERSION=1.13.15
20:28:37 [2021-06-18T20:28:37.845Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:37 [2021-06-18T20:28:37.845Z] VALIDATE_BRANCH=20.10
20:28:37 [2021-06-18T20:28:37.845Z] TERM=xterm
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_PKG=github.com/docker/docker
20:28:37 [2021-06-18T20:28:37.845Z] SHLVL=3
20:28:37 [2021-06-18T20:28:37.845Z] TIMEOUT=120m
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_GRAPHDRIVER=overlay2
20:28:37 [2021-06-18T20:28:37.845Z] GO111MODULE=off
20:28:37 [2021-06-18T20:28:37.845Z] DOCKER_EXPERIMENTAL=1
20:28:37 [2021-06-18T20:28:37.845Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:37 [2021-06-18T20:28:37.845Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:37 [2021-06-18T20:28:37.845Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:37 [2021-06-18T20:28:37.845Z] GOPATH=/go
20:28:37 [2021-06-18T20:28:37.845Z] PKG_CONFIG=pkg-config
20:28:37 [2021-06-18T20:28:37.845Z] _=/usr/bin/env
20:28:37 [2021-06-18T20:28:37.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:53 [2021-06-18T20:28:53.303Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.509868738s with top 10 stages: buildssa: 1m43.502652104s, goimports: 23.209321336s, unconvert: 13.22371499s, gosec: 11.19532523s, golint: 6.553896029s, ineffassign: 4.46622622s, misspell: 4.158220931s, inspect: 3.517798764s, vrp: 2.261425345s, printf: 1.653581004s 
20:28:53 [2021-06-18T20:28:53.303Z] INFO [runner] Issues before processing: 2262, after processing: 0 
20:28:53 [2021-06-18T20:28:53.303Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, nolint: 0/64, cgo: 1682/2262, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577, skip_dirs: 1682/1682 
20:28:53 [2021-06-18T20:28:53.303Z] INFO [runner] processing took 126.576536ms with stages: nolint: 52.998115ms, identifier_marker: 36.750442ms, path_prettifier: 20.86677ms, exclude-rules: 6.351701ms, autogenerated_exclude: 5.938342ms, skip_dirs: 2.797593ms, cgo: 495.311µs, filename_unadjuster: 373.09µs, max_same_issues: 1.514µs, diff: 628ns, uniq_by_line: 596ns, max_from_linter: 517ns, source_code: 444ns, exclude: 426ns, path_shortener: 405ns, skip_files: 344ns, max_per_file_from_linter: 298ns 
20:28:53 [2021-06-18T20:28:53.303Z] INFO [runner] linters took 1m42.129928032s with stages: goanalysis_metalinter: 1m20.775821609s, unused: 21.227272886s 
20:28:53 [2021-06-18T20:28:53.303Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
20:28:53 [2021-06-18T20:28:53.303Z] INFO Memory: 1519 samples, avg is 786.3MB, max is 3904.2MB 
20:28:53 [2021-06-18T20:28:53.304Z] INFO Execution took 3m42.458611188s               
20:28:53 [2021-06-18T20:28:53.304Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
20:28:53 [2021-06-18T20:28:53.888Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh dynbinary-daemon test-docker-py
20:28:54 [2021-06-18T20:28:54.455Z] 
20:28:54 [2021-06-18T20:28:54.455Z] Removing bundles/
20:28:54 [2021-06-18T20:28:54.455Z] 
20:28:54 [2021-06-18T20:28:54.455Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:28:54 [2021-06-18T20:28:54.455Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:28:54 [2021-06-18T20:28:54.455Z] GOOS="" GOARCH="" GOARM=""
20:28:59 [2021-06-18T20:28:59.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:28:59 [2021-06-18T20:28:59.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:29:05 [2021-06-18T20:29:05.398Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:29:05 [2021-06-18T20:29:05.398Z] 
20:29:05 [2021-06-18T20:29:05.398Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:29:05 [2021-06-18T20:29:05.398Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:29:05 [2021-06-18T20:29:05.398Z] HOSTNAME=1314b3293a92
20:29:05 [2021-06-18T20:29:05.398Z] TESTDEBUG=0
20:29:05 [2021-06-18T20:29:05.398Z] DEST=bundles/test-integration
20:29:05 [2021-06-18T20:29:05.398Z] PWD=/go/src/github.com/docker/docker
20:29:05 [2021-06-18T20:29:05.398Z] DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556
20:29:05 [2021-06-18T20:29:05.398Z] container=docker
20:29:05 [2021-06-18T20:29:05.398Z] HOME=/root
20:29:05 [2021-06-18T20:29:05.398Z] GOLANG_VERSION=1.13.15
20:29:05 [2021-06-18T20:29:05.398Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:29:05 [2021-06-18T20:29:05.398Z] VALIDATE_BRANCH=20.10
20:29:05 [2021-06-18T20:29:05.398Z] TERM=xterm
20:29:05 [2021-06-18T20:29:05.398Z] DOCKER_PKG=github.com/docker/docker
20:29:05 [2021-06-18T20:29:05.398Z] SHLVL=1
20:29:05 [2021-06-18T20:29:05.398Z] TIMEOUT=120m
20:29:05 [2021-06-18T20:29:05.398Z] DOCKER_BUILDTAGS=apparmor seccomp journald
20:29:05 [2021-06-18T20:29:05.398Z] DOCKER_GRAPHDRIVER=overlay2
20:29:05 [2021-06-18T20:29:05.398Z] GO111MODULE=off
20:29:05 [2021-06-18T20:29:05.398Z] DOCKER_EXPERIMENTAL=1
20:29:05 [2021-06-18T20:29:05.398Z] TEST_SKIP_INTEGRATION_CLI=1
20:29:05 [2021-06-18T20:29:05.398Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:29:05 [2021-06-18T20:29:05.398Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:29:05 [2021-06-18T20:29:05.398Z] GOPATH=/go
20:29:05 [2021-06-18T20:29:05.398Z] PKG_CONFIG=pkg-config
20:29:05 [2021-06-18T20:29:05.398Z] _=/usr/bin/env
20:29:05 [2021-06-18T20:29:05.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:29:09 [2021-06-18T20:29:09.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:29:09 [2021-06-18T20:29:09.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:29:17 [2021-06-18T20:29:17.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:29:27 [2021-06-18T20:29:27.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:29:27 [2021-06-18T20:29:27.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:29:27 [2021-06-18T20:29:27.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:29:29 [2021-06-18T20:29:29.054Z] Removing intermediate container 1a2f429afd28
20:29:29 [2021-06-18T20:29:29.054Z]  ---> a8254783e851
20:29:29 [2021-06-18T20:29:29.054Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
20:29:29 [2021-06-18T20:29:29.054Z]  ---> Running in 8f8af7af6fb3
20:29:29 [2021-06-18T20:29:29.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:29:30 [2021-06-18T20:29:30.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:29:31 [2021-06-18T20:29:31.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:29:31 [2021-06-18T20:29:31.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:29:31 [2021-06-18T20:29:31.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:29:32 [2021-06-18T20:29:32.012Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
20:29:32 [2021-06-18T20:29:32.012Z] go: finding gotest.tools v0.5.3
20:29:32 [2021-06-18T20:29:32.012Z] go: finding gotest.tools/gotestsum v0.5.3
20:29:32 [2021-06-18T20:29:32.012Z] go: downloading gotest.tools/gotestsum v0.5.3
20:29:32 [2021-06-18T20:29:32.483Z] go: extracting gotest.tools/gotestsum v0.5.3
20:29:32 [2021-06-18T20:29:32.483Z] go: downloading github.com/fatih/color v1.9.0
20:29:32 [2021-06-18T20:29:32.483Z] go: downloading github.com/spf13/pflag v1.0.3
20:29:32 [2021-06-18T20:29:32.483Z] go: extracting github.com/spf13/pflag v1.0.3
20:29:32 [2021-06-18T20:29:32.483Z] go: extracting github.com/fatih/color v1.9.0
20:29:32 [2021-06-18T20:29:32.483Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:29:32 [2021-06-18T20:29:32.483Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:29:32 [2021-06-18T20:29:32.483Z] go: downloading github.com/jonboulle/clockwork v0.1.0
20:29:32 [2021-06-18T20:29:32.952Z] go: extracting github.com/jonboulle/clockwork v0.1.0
20:29:32 [2021-06-18T20:29:32.952Z] go: downloading github.com/mattn/go-colorable v0.1.6
20:29:32 [2021-06-18T20:29:32.952Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:29:32 [2021-06-18T20:29:32.952Z] go: extracting github.com/mattn/go-colorable v0.1.6
20:29:32 [2021-06-18T20:29:32.952Z] go: downloading github.com/pkg/errors v0.9.1
20:29:32 [2021-06-18T20:29:32.952Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:29:32 [2021-06-18T20:29:32.953Z] go: downloading github.com/mattn/go-isatty v0.0.12
20:29:32 [2021-06-18T20:29:32.953Z] go: extracting github.com/pkg/errors v0.9.1
20:29:32 [2021-06-18T20:29:32.953Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:29:32 [2021-06-18T20:29:32.953Z] go: extracting github.com/mattn/go-isatty v0.0.12
20:29:32 [2021-06-18T20:29:32.953Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:29:32 [2021-06-18T20:29:32.953Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:29:32 [2021-06-18T20:29:32.953Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:29:32 [2021-06-18T20:29:32.953Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:29:33 [2021-06-18T20:29:33.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:29:33 [2021-06-18T20:29:33.422Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/fatih/color v1.9.0
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/pkg/errors v0.9.1
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/spf13/pflag v1.0.3
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/mattn/go-colorable v0.1.6
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/mattn/go-isatty v0.0.12
20:29:34 [2021-06-18T20:29:34.411Z] go: finding github.com/jonboulle/clockwork v0.1.0
20:29:34 [2021-06-18T20:29:34.411Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:29:34 [2021-06-18T20:29:34.411Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:29:34 [2021-06-18T20:29:34.411Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:29:34 [2021-06-18T20:29:34.411Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:29:36 [2021-06-18T20:29:36.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:29:37 [2021-06-18T20:29:37.368Z] INFO: Build done for gotestsum...
20:29:37 [2021-06-18T20:29:37.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:29:39 [2021-06-18T20:29:39.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:29:39 [2021-06-18T20:29:39.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:29:39 [2021-06-18T20:29:39.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:29:39 [2021-06-18T20:29:39.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:29:41 [2021-06-18T20:29:41.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:29:41 [2021-06-18T20:29:41.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:29:42 [2021-06-18T20:29:42.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:29:42 [2021-06-18T20:29:42.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:29:42 [2021-06-18T20:29:42.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:29:44 [2021-06-18T20:29:44.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:29:44 [2021-06-18T20:29:44.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:29:45 [2021-06-18T20:29:45.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:29:45 [2021-06-18T20:29:45.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:29:46 [2021-06-18T20:29:46.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:29:47 [2021-06-18T20:29:47.303Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:29:47 [2021-06-18T20:29:47.303Z] Using test binary docker
20:29:47 [2021-06-18T20:29:47.303Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:29:47 [2021-06-18T20:29:47.303Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:29:47 [2021-06-18T20:29:47.303Z] INFO: Waiting for daemon to start...
20:29:47 [2021-06-18T20:29:47.303Z] Starting dockerd
20:29:47 [2021-06-18T20:29:47.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:29:47 [2021-06-18T20:29:47.811Z] Removing intermediate container 8f8af7af6fb3
20:29:47 [2021-06-18T20:29:47.811Z]  ---> 50c8ec710c6f
20:29:47 [2021-06-18T20:29:47.811Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
20:29:47 [2021-06-18T20:29:47.811Z]  ---> Running in b51d8d033885
20:29:47 [2021-06-18T20:29:47.811Z] Removing intermediate container b51d8d033885
20:29:47 [2021-06-18T20:29:47.811Z]  ---> fe70de5d727a
20:29:47 [2021-06-18T20:29:47.811Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
20:29:47 [2021-06-18T20:29:47.811Z]  ---> Running in df449feae3b1
20:29:47 [2021-06-18T20:29:47.811Z] Removing intermediate container df449feae3b1
20:29:47 [2021-06-18T20:29:47.811Z]  ---> fa4bb9890656
20:29:47 [2021-06-18T20:29:47.811Z] Step 10/10 : COPY . .
20:29:49 [2021-06-18T20:29:49.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:29:49 [2021-06-18T20:29:49.817Z] .
20:29:49 [2021-06-18T20:29:49.817Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:29:49 [2021-06-18T20:29:49.817Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:29:50 [2021-06-18T20:29:50.073Z] Error: No such image: emptyfs
20:29:50 [2021-06-18T20:29:50.073Z] Running integration-test (iteration 1)
20:29:50 [2021-06-18T20:29:50.073Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:29:51 [2021-06-18T20:29:51.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:29:51 [2021-06-18T20:29:51.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:29:53 [2021-06-18T20:29:53.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:29:54 [2021-06-18T20:29:54.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:29:54 [2021-06-18T20:29:54.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:29:55 [2021-06-18T20:29:55.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:29:56 [2021-06-18T20:29:56.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:29:57 [2021-06-18T20:29:57.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:29:57 [2021-06-18T20:29:57.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:29:58 [2021-06-18T20:29:58.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:29:58 [2021-06-18T20:29:58.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:29:58 [2021-06-18T20:29:58.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:30:00 [2021-06-18T20:30:00.006Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:30:00 [2021-06-18T20:30:00.006Z] Using test binary docker
20:30:00 [2021-06-18T20:30:00.006Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:00 [2021-06-18T20:30:00.006Z] Starting apparmor (via systemctl): apparmor.service.
20:30:00 [2021-06-18T20:30:00.006Z] Starting dockerd
20:30:00 [2021-06-18T20:30:00.006Z] INFO: Waiting for daemon to start...
20:30:00 [2021-06-18T20:30:00.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:30:01 [2021-06-18T20:30:01.910Z] .
20:30:01 [2021-06-18T20:30:01.910Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:30:01 [2021-06-18T20:30:01.910Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:30:01 [2021-06-18T20:30:01.910Z] Error: No such image: emptyfs
20:30:02 [2021-06-18T20:30:02.169Z] Running integration-test (iteration 1)
20:30:02 [2021-06-18T20:30:02.169Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:30:04 [2021-06-18T20:30:04.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:30:06 [2021-06-18T20:30:06.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:30:07 [2021-06-18T20:30:07.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:30:08 [2021-06-18T20:30:08.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:30:09 [2021-06-18T20:30:09.062Z]  ---> fbc81dc3f668
20:30:09 [2021-06-18T20:30:09.062Z] Successfully built fbc81dc3f668
20:30:09 [2021-06-18T20:30:09.062Z] Successfully tagged docker:latest
20:30:09 [2021-06-18T20:30:09.062Z] INFO: Image build ended at 06/18/2021 20:30:06. Duration:00:02:48.5316890
20:30:09 [2021-06-18T20:30:09.062Z] 
20:30:09 [2021-06-18T20:30:09.062Z] 
20:30:09 [2021-06-18T20:30:09.062Z] INFO: Building the test binaries at 06/18/2021 20:30:06...
20:30:10 [2021-06-18T20:30:10.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:30:11 [2021-06-18T20:30:11.284Z] INFO: make.ps1 starting at 06/18/2021 20:30:10
20:30:11 [2021-06-18T20:30:11.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:30:11 [2021-06-18T20:30:11.754Z] INFO: Git commit (89edb68e89) assumed from DOCKER_GITCOMMIT environment variable
20:30:11 [2021-06-18T20:30:11.754Z] INFO: Invoking autogen...
20:30:11 [2021-06-18T20:30:11.955Z] Loaded image: buildpack-deps:buster
20:30:11 [2021-06-18T20:30:11.956Z] Loaded image: busybox:latest
20:30:11 [2021-06-18T20:30:11.956Z] Loaded image: busybox:glibc
20:30:11 [2021-06-18T20:30:11.956Z] Loaded image: debian:bullseye
20:30:12 [2021-06-18T20:30:12.212Z] Loaded image: hello-world:latest
20:30:12 [2021-06-18T20:30:12.212Z] Loaded image: arm32v7/hello-world:latest
20:30:12 [2021-06-18T20:30:12.212Z] INFO: Testing against a local daemon
20:30:12 [2021-06-18T20:30:12.212Z] === RUN   TestCgroupNamespacesBuild
20:30:12 [2021-06-18T20:30:12.226Z] INFO: Building daemon...
20:30:13 [2021-06-18T20:30:13.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:30:14 [2021-06-18T20:30:14.735Z] --- PASS: TestCgroupNamespacesBuild (2.54s)
20:30:14 [2021-06-18T20:30:14.735Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:30:14 [2021-06-18T20:30:14.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:30:15 [2021-06-18T20:30:15.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:30:15 [2021-06-18T20:30:15.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:30:16 [2021-06-18T20:30:16.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:30:17 [2021-06-18T20:30:17.047Z] Loaded image: buildpack-deps:buster
20:30:17 [2021-06-18T20:30:17.047Z] Loaded image: busybox:latest
20:30:17 [2021-06-18T20:30:17.047Z] Loaded image: busybox:glibc
20:30:17 [2021-06-18T20:30:17.250Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.41s)
20:30:17 [2021-06-18T20:30:17.251Z] === RUN   TestBuildWithSession
20:30:17 [2021-06-18T20:30:17.251Z] --- SKIP: TestBuildWithSession (0.00s)
20:30:17 [2021-06-18T20:30:17.251Z]     build_session_test.go:25: TODO: BuildKit
20:30:17 [2021-06-18T20:30:17.251Z] === RUN   TestBuildSquashParent
20:30:17 [2021-06-18T20:30:17.614Z] Loaded image: debian:bullseye
20:30:17 [2021-06-18T20:30:17.738Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:30:17 [2021-06-18T20:30:17.738Z] Using test binary docker
20:30:17 [2021-06-18T20:30:17.738Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:17 [2021-06-18T20:30:17.738Z] +++ /etc/init.d/apparmor start
20:30:17 [2021-06-18T20:30:17.738Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:30:17 [2021-06-18T20:30:17.738Z] INFO: Waiting for daemon to start...
20:30:17 [2021-06-18T20:30:17.738Z] Starting dockerd
20:30:17 [2021-06-18T20:30:17.738Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
20:30:17 [2021-06-18T20:30:17.884Z] Loaded image: hello-world:latest
20:30:18 [2021-06-18T20:30:18.494Z] Loaded image: arm32v7/hello-world:latest
20:30:18 [2021-06-18T20:30:18.494Z] INFO: Testing against a local daemon
20:30:18 [2021-06-18T20:30:18.494Z] === RUN   TestCgroupNamespacesBuild
20:30:19 [2021-06-18T20:30:19.646Z] .
20:30:19 [2021-06-18T20:30:19.646Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:30:19 [2021-06-18T20:30:19.906Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:30:19 [2021-06-18T20:30:19.906Z] Error: No such image: emptyfs
20:30:19 [2021-06-18T20:30:19.906Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:30:19 [2021-06-18T20:30:19.906Z] ++++ docker load
20:30:20 [2021-06-18T20:30:20.167Z] Running integration-test (iteration 1)
20:30:20 [2021-06-18T20:30:20.167Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
20:30:20 [2021-06-18T20:30:20.167Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
20:30:20 [2021-06-18T20:30:20.167Z] ++ set -e
20:30:20 [2021-06-18T20:30:20.167Z] ++ '[' -n 0 ']'
20:30:20 [2021-06-18T20:30:20.167Z] ++ set -x
20:30:20 [2021-06-18T20:30:20.167Z] ++ 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
20:30:21 [2021-06-18T20:30:21.044Z] --- PASS: TestCgroupNamespacesBuild (1.96s)
20:30:21 [2021-06-18T20:30:21.044Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:30:21 [2021-06-18T20:30:21.980Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.55s)
20:30:21 [2021-06-18T20:30:21.980Z] === RUN   TestBuildWithSession
20:30:21 [2021-06-18T20:30:21.980Z] --- SKIP: TestBuildWithSession (0.00s)
20:30:21 [2021-06-18T20:30:21.980Z]     build_session_test.go:25: TODO: BuildKit
20:30:21 [2021-06-18T20:30:21.980Z] === RUN   TestBuildSquashParent
20:30:25 [2021-06-18T20:30:25.332Z] --- PASS: TestBuildSquashParent (7.72s)
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:25 [2021-06-18T20:30:25.332Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:25 [2021-06-18T20:30:25.332Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:25 [2021-06-18T20:30:25.332Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:25 [2021-06-18T20:30:25.332Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:27 [2021-06-18T20:30:27.224Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:27 [2021-06-18T20:30:27.480Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:28 [2021-06-18T20:30:28.544Z] --- PASS: TestBuildSquashParent (5.81s)
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:28 [2021-06-18T20:30:28.544Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:28 [2021-06-18T20:30:28.544Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:28 [2021-06-18T20:30:28.544Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:28 [2021-06-18T20:30:28.544Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:30 [2021-06-18T20:30:30.445Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:30 [2021-06-18T20:30:30.445Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:30 [2021-06-18T20:30:30.745Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:30 [2021-06-18T20:30:30.745Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:30 [2021-06-18T20:30:30.907Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:30:30 [2021-06-18T20:30:30.907Z] 
20:30:30 [2021-06-18T20:30:30.907Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:30:30 [2021-06-18T20:30:30.907Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:30:30 [2021-06-18T20:30:30.907Z] Using test binary docker
20:30:30 [2021-06-18T20:30:30.907Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:30 [2021-06-18T20:30:30.907Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:30:30 [2021-06-18T20:30:30.907Z] INFO: Waiting for daemon to start...
20:30:30 [2021-06-18T20:30:30.907Z] Starting dockerd
20:30:30 [2021-06-18T20:30:30.907Z] .
20:30:30 [2021-06-18T20:30:30.907Z] INFO: Building docker-sdk-python3:4.4.1...
20:30:32 [2021-06-18T20:30:32.110Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.35s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.39s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.78s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.82s)
20:30:32 [2021-06-18T20:30:32.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s)
20:30:32 [2021-06-18T20:30:32.110Z] === RUN   TestBuildMultiStageCopy
20:30:32 [2021-06-18T20:30:32.110Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:30:32 [2021-06-18T20:30:32.348Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:32 [2021-06-18T20:30:32.395Z] Loaded image: buildpack-deps:buster
20:30:32 [2021-06-18T20:30:32.395Z] Loaded image: busybox:latest
20:30:32 [2021-06-18T20:30:32.395Z] Loaded image: busybox:glibc
20:30:32 [2021-06-18T20:30:32.606Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:33 [2021-06-18T20:30:33.779Z] Loaded image: debian:bullseye
20:30:33 [2021-06-18T20:30:33.779Z] Loaded image: hello-world:latest
20:30:33 [2021-06-18T20:30:33.779Z] Loaded image: arm32v7/hello-world:latest
20:30:33 [2021-06-18T20:30:33.779Z] INFO: Testing against a local daemon
20:30:33 [2021-06-18T20:30:33.779Z] === RUN   TestCgroupNamespacesBuild
20:30:35 [2021-06-18T20:30:35.138Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.27s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.41s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.11s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.33s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.19s)
20:30:35 [2021-06-18T20:30:35.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s)
20:30:35 [2021-06-18T20:30:35.138Z] === RUN   TestBuildMultiStageCopy
20:30:35 [2021-06-18T20:30:35.138Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:30:35 [2021-06-18T20:30:35.375Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:30:36 [2021-06-18T20:30:36.302Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:30:37 [2021-06-18T20:30:37.041Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:30:37 [2021-06-18T20:30:37.041Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:30:37 [2021-06-18T20:30:37.076Z] --- PASS: TestCgroupNamespacesBuild (3.32s)
20:30:37 [2021-06-18T20:30:37.076Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:30:37 [2021-06-18T20:30:37.228Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:30:37 [2021-06-18T20:30:37.299Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:30:37 [2021-06-18T20:30:37.557Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:30:37 [2021-06-18T20:30:37.816Z] --- PASS: TestBuildMultiStageCopy (2.89s)
20:30:37 [2021-06-18T20:30:37.816Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.95s)
20:30:37 [2021-06-18T20:30:37.816Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
20:30:37 [2021-06-18T20:30:37.816Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
20:30:37 [2021-06-18T20:30:37.816Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
20:30:37 [2021-06-18T20:30:37.816Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
20:30:37 [2021-06-18T20:30:37.816Z] === RUN   TestBuildMultiStageParentConfig
20:30:38 [2021-06-18T20:30:38.154Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:30:38 [2021-06-18T20:30:38.382Z] --- PASS: TestBuildMultiStageParentConfig (0.66s)
20:30:38 [2021-06-18T20:30:38.382Z] === RUN   TestBuildLabelWithTargets
20:30:38 [2021-06-18T20:30:38.992Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s)
20:30:38 [2021-06-18T20:30:38.992Z] === RUN   TestBuildWithSession
20:30:38 [2021-06-18T20:30:38.992Z] --- SKIP: TestBuildWithSession (0.00s)
20:30:38 [2021-06-18T20:30:38.992Z]     build_session_test.go:25: TODO: BuildKit
20:30:38 [2021-06-18T20:30:38.992Z] === RUN   TestBuildSquashParent
20:30:39 [2021-06-18T20:30:39.080Z] --- PASS: TestBuildMultiStageCopy (7.06s)
20:30:39 [2021-06-18T20:30:39.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.06s)
20:30:39 [2021-06-18T20:30:39.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
20:30:39 [2021-06-18T20:30:39.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
20:30:39 [2021-06-18T20:30:39.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
20:30:39 [2021-06-18T20:30:39.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
20:30:39 [2021-06-18T20:30:39.080Z] === RUN   TestBuildMultiStageParentConfig
20:30:39 [2021-06-18T20:30:39.758Z] --- PASS: TestBuildLabelWithTargets (1.08s)
20:30:39 [2021-06-18T20:30:39.758Z] === RUN   TestBuildWithEmptyLayers
20:30:40 [2021-06-18T20:30:40.016Z] --- PASS: TestBuildWithEmptyLayers (0.49s)
20:30:40 [2021-06-18T20:30:40.016Z] === RUN   TestBuildMultiStageOnBuild
20:30:42 [2021-06-18T20:30:42.549Z] --- PASS: TestBuildMultiStageOnBuild (2.13s)
20:30:42 [2021-06-18T20:30:42.549Z] === RUN   TestBuildUncleanTarFilenames
20:30:42 [2021-06-18T20:30:42.807Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
20:30:42 [2021-06-18T20:30:42.807Z] === RUN   TestBuildMultiStageLayerLeak
20:30:44 [2021-06-18T20:30:44.319Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
20:30:44 [2021-06-18T20:30:44.319Z] === RUN   TestBuildLabelWithTargets
20:30:45 [2021-06-18T20:30:45.339Z] --- PASS: TestBuildMultiStageLayerLeak (2.24s)
20:30:45 [2021-06-18T20:30:45.339Z] === RUN   TestBuildWithHugeFile
20:30:45 [2021-06-18T20:30:45.571Z] --- PASS: TestBuildSquashParent (6.07s)
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:45 [2021-06-18T20:30:45.571Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:45 [2021-06-18T20:30:45.571Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:45 [2021-06-18T20:30:45.571Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:45 [2021-06-18T20:30:45.571Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:45 [2021-06-18T20:30:45.571Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:48 [2021-06-18T20:30:48.117Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:48 [2021-06-18T20:30:48.117Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:50 [2021-06-18T20:30:50.658Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.90s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.91s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.12s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.35s)
20:30:50 [2021-06-18T20:30:50.658Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.39s)
20:30:50 [2021-06-18T20:30:50.658Z] === RUN   TestBuildMultiStageCopy
20:30:50 [2021-06-18T20:30:50.658Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:30:52 [2021-06-18T20:30:52.399Z] --- PASS: TestBuildLabelWithTargets (8.00s)
20:30:52 [2021-06-18T20:30:52.399Z] === RUN   TestBuildWithEmptyLayers
20:30:52 [2021-06-18T20:30:52.565Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:30:52 [2021-06-18T20:30:52.825Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:30:53 [2021-06-18T20:30:53.396Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:30:53 [2021-06-18T20:30:53.656Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:30:53 [2021-06-18T20:30:53.916Z] --- PASS: TestBuildMultiStageCopy (3.60s)
20:30:53 [2021-06-18T20:30:53.916Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.15s)
20:30:53 [2021-06-18T20:30:53.916Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.35s)
20:30:53 [2021-06-18T20:30:53.916Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s)
20:30:53 [2021-06-18T20:30:53.916Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s)
20:30:53 [2021-06-18T20:30:53.916Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s)
20:30:53 [2021-06-18T20:30:53.916Z] === RUN   TestBuildMultiStageParentConfig
20:30:54 [2021-06-18T20:30:54.856Z] --- PASS: TestBuildMultiStageParentConfig (0.96s)
20:30:54 [2021-06-18T20:30:54.856Z] === RUN   TestBuildLabelWithTargets
20:30:55 [2021-06-18T20:30:55.705Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
20:30:55 [2021-06-18T20:30:55.705Z] === RUN   TestBuildMultiStageOnBuild
20:30:56 [2021-06-18T20:30:56.767Z] --- PASS: TestBuildLabelWithTargets (1.56s)
20:30:56 [2021-06-18T20:30:56.767Z] === RUN   TestBuildWithEmptyLayers
20:30:57 [2021-06-18T20:30:57.337Z] --- PASS: TestBuildWithEmptyLayers (0.77s)
20:30:57 [2021-06-18T20:30:57.337Z] === RUN   TestBuildMultiStageOnBuild
20:30:59 [2021-06-18T20:30:59.877Z] --- PASS: TestBuildMultiStageOnBuild (2.54s)
20:30:59 [2021-06-18T20:30:59.877Z] === RUN   TestBuildUncleanTarFilenames
20:31:00 [2021-06-18T20:31:00.818Z] --- PASS: TestBuildUncleanTarFilenames (1.14s)
20:31:00 [2021-06-18T20:31:00.818Z] === RUN   TestBuildMultiStageLayerLeak
20:31:00 [2021-06-18T20:31:00.961Z] --- PASS: TestBuildMultiStageOnBuild (5.03s)
20:31:00 [2021-06-18T20:31:00.961Z] === RUN   TestBuildUncleanTarFilenames
20:31:00 [2021-06-18T20:31:00.961Z] --- PASS: TestBuildUncleanTarFilenames (0.68s)
20:31:00 [2021-06-18T20:31:00.961Z] === RUN   TestBuildMultiStageLayerLeak
20:31:04 [2021-06-18T20:31:04.118Z] --- PASS: TestBuildMultiStageLayerLeak (2.61s)
20:31:04 [2021-06-18T20:31:04.118Z] === RUN   TestBuildWithHugeFile
20:31:05 [2021-06-18T20:31:05.123Z] --- PASS: TestBuildMultiStageLayerLeak (4.32s)
20:31:05 [2021-06-18T20:31:05.123Z] === RUN   TestBuildWithHugeFile
20:31:12 [2021-06-18T20:31:12.889Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
20:31:12 [2021-06-18T20:31:12.889Z] 
20:31:12 [2021-06-18T20:31:12.889Z]  ________   ____  __.
20:31:12 [2021-06-18T20:31:12.889Z]  \_____  \ |    |/ _|
20:31:12 [2021-06-18T20:31:12.889Z]  /   |   \|      <
20:31:12 [2021-06-18T20:31:12.889Z]  /    |    \    |  \
20:31:12 [2021-06-18T20:31:12.889Z]  \_______  /____|__ \
20:31:12 [2021-06-18T20:31:12.889Z]          \/        \/
20:31:12 [2021-06-18T20:31:12.889Z] 
20:31:12 [2021-06-18T20:31:12.889Z] INFO: make.ps1 ended at 06/18/2021 20:31:11
20:31:13 [2021-06-18T20:31:13.358Z] INFO: Binaries build ended at 06/18/2021 20:31:13. Duration:00:01:06.6412568
20:31:14 [2021-06-18T20:31:14.347Z] INFO: Copying the built daemon binary to d:\CI\PR-42538\2\binary\dockerd-89edb68e89.exe...
20:31:14 [2021-06-18T20:31:14.347Z] INFO: Copying the built client binary to d:\CI\PR-42538\2\binary\docker-89edb68e89.exe...
20:31:14 [2021-06-18T20:31:14.347Z] INFO: Copying dockerversion from the container...
20:31:14 [2021-06-18T20:31:14.817Z] INFO: Copying the golang package from the container to d:\CI\PR-42538\2\installer\go.zip...
20:31:15 [2021-06-18T20:31:15.805Z] INFO: Extracting go.zip to d:\CI\PR-42538\2\go
20:31:17 [2021-06-18T20:31:17.578Z] sha256:3d27f30dbc04693d56c8d085e9f1a6a2f1ab027a77fb03f71fec8b04a1a518ca
20:31:17 [2021-06-18T20:31:17.578Z] INFO: Starting docker-py tests...
20:31:17 [2021-06-18T20:31:17.578Z] ============================= test session starts ==============================
20:31:17 [2021-06-18T20:31:17.578Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
20:31:17 [2021-06-18T20:31:17.578Z] rootdir: /src, inifile: pytest.ini
20:31:17 [2021-06-18T20:31:17.578Z] plugins: timeout-1.3.3, cov-2.6.1
20:31:17 [2021-06-18T20:31:17.578Z] collected 389 items / 1 deselected / 388 selected
20:31:17 [2021-06-18T20:31:17.578Z] 
20:31:23 [2021-06-18T20:31:23.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Extraction ended at 06/18/2021 20:31:32. Duration:00:00:17.4860571
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Updating the golang and path environment variables
20:31:33 [2021-06-18T20:31:33.640Z] INFO: GOPATH=d:\gopath
20:31:33 [2021-06-18T20:31:33.640Z] INFO: go version go1.13.15 windows/amd64
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Running the daemon under test in debug mode
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Starting a daemon under test...
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42538\2\daemon --pidfile d:\CI\PR-42538\2\docker.pid -D
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Process started successfully.
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Start tailing logs of the daemon under tests
20:31:33 [2021-06-18T20:31:33.640Z] INFO: Waiting for the daemon under test to start...
20:31:34 [2021-06-18T20:31:34.256Z] tests/integration/api_build_test.py .......................X             [  6%]
20:31:34 [2021-06-18T20:31:34.822Z] tests/integration/api_client_test.py .....                               [  7%]
20:31:36 [2021-06-18T20:31:36.578Z] tests/integration/api_config_test.py .....                               [  8%]
20:31:41 [2021-06-18T20:31:41.565Z] --- PASS: TestBuildWithHugeFile (54.50s)
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildWithEmptyDockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:41 [2021-06-18T20:31:41.565Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
20:31:41 [2021-06-18T20:31:41.565Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
20:31:41 [2021-06-18T20:31:41.565Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
20:31:41 [2021-06-18T20:31:41.565Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildPreserveOwnership
20:31:41 [2021-06-18T20:31:41.565Z] === RUN   TestBuildPreserveOwnership/copy_from
20:31:42 [2021-06-18T20:31:42.941Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:31:44 [2021-06-18T20:31:44.842Z] --- PASS: TestBuildPreserveOwnership (4.75s)
20:31:44 [2021-06-18T20:31:44.842Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.20s)
20:31:44 [2021-06-18T20:31:44.842Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.53s)
20:31:44 [2021-06-18T20:31:44.842Z] === RUN   TestBuildPlatformInvalid
20:31:44 [2021-06-18T20:31:44.842Z] --- PASS: TestBuildPlatformInvalid (0.08s)
20:31:44 [2021-06-18T20:31:44.842Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:31:50 [2021-06-18T20:31:50.836Z] --- PASS: TestBuildWithHugeFile (41.38s)
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildWithEmptyDockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:31:50 [2021-06-18T20:31:50.836Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s)
20:31:50 [2021-06-18T20:31:50.836Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
20:31:50 [2021-06-18T20:31:50.836Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s)
20:31:50 [2021-06-18T20:31:50.836Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s)
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildPreserveOwnership
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildPreserveOwnership/copy_from
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:31:50 [2021-06-18T20:31:50.836Z] --- PASS: TestBuildPreserveOwnership (5.28s)
20:31:50 [2021-06-18T20:31:50.836Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.54s)
20:31:50 [2021-06-18T20:31:50.836Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.72s)
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildPlatformInvalid
20:31:50 [2021-06-18T20:31:50.836Z] --- PASS: TestBuildPlatformInvalid (0.16s)
20:31:50 [2021-06-18T20:31:50.836Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:31:54 [2021-06-18T20:31:54.887Z] .....INFO: Daemon under test started and replied!
20:31:54 [2021-06-18T20:31:54.888Z] INFO: Docker version of the daemon under test
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] Client:
20:31:54 [2021-06-18T20:31:54.888Z]  Version:      17.06.2-ce
20:31:54 [2021-06-18T20:31:54.888Z]  API version:  1.30
20:31:54 [2021-06-18T20:31:54.888Z]  Go version:   go1.8.3
20:31:54 [2021-06-18T20:31:54.888Z]  Git commit:   cec0b72
20:31:54 [2021-06-18T20:31:54.888Z]  Built:        Tue Sep  5 19:57:19 2017
20:31:54 [2021-06-18T20:31:54.888Z]  OS/Arch:      windows/amd64
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] Server:
20:31:54 [2021-06-18T20:31:54.888Z]  Version:      0.0.0-dev
20:31:54 [2021-06-18T20:31:54.888Z]  API version:  1.41 (minimum version 1.24)
20:31:54 [2021-06-18T20:31:54.888Z]  Go version:   go1.13.15
20:31:54 [2021-06-18T20:31:54.888Z]  Git commit:   89edb68e89
20:31:54 [2021-06-18T20:31:54.888Z]  Built:        06/18/2021 20:30:11
20:31:54 [2021-06-18T20:31:54.888Z]  OS/Arch:      windows/amd64
20:31:54 [2021-06-18T20:31:54.888Z]  Experimental: false
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] INFO: Docker info of the daemon under test
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] Containers: 0
20:31:54 [2021-06-18T20:31:54.888Z]  Running: 0
20:31:54 [2021-06-18T20:31:54.888Z]  Paused: 0
20:31:54 [2021-06-18T20:31:54.888Z]  Stopped: 0
20:31:54 [2021-06-18T20:31:54.888Z] Images: 0
20:31:54 [2021-06-18T20:31:54.888Z] Server Version: 0.0.0-dev
20:31:54 [2021-06-18T20:31:54.888Z] Storage Driver: windowsfilter
20:31:54 [2021-06-18T20:31:54.888Z]  Windows: 
20:31:54 [2021-06-18T20:31:54.888Z] Logging Driver: json-file
20:31:54 [2021-06-18T20:31:54.888Z] Plugins: 
20:31:54 [2021-06-18T20:31:54.888Z]  Volume: local
20:31:54 [2021-06-18T20:31:54.888Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:31:54 [2021-06-18T20:31:54.888Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:31:54 [2021-06-18T20:31:54.888Z] Swarm: inactive
20:31:54 [2021-06-18T20:31:54.888Z] Default Isolation: process
20:31:54 [2021-06-18T20:31:54.888Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:31:54 [2021-06-18T20:31:54.888Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
20:31:54 [2021-06-18T20:31:54.888Z] OSType: windows
20:31:54 [2021-06-18T20:31:54.888Z] Architecture: x86_64
20:31:54 [2021-06-18T20:31:54.888Z] CPUs: 4
20:31:54 [2021-06-18T20:31:54.888Z] Total Memory: 32GiB
20:31:54 [2021-06-18T20:31:54.888Z] Name: azwin-2-a3a470
20:31:54 [2021-06-18T20:31:54.888Z] ID: HP7K:RCRS:DHWD:F55L:FVDC:25HY:MHJT:L7O3:ZITY:WGN3:CQKH:ONWL
20:31:54 [2021-06-18T20:31:54.888Z] Docker Root Dir: D:\CI\PR-42538\2\daemon
20:31:54 [2021-06-18T20:31:54.888Z] Debug Mode (client): false
20:31:54 [2021-06-18T20:31:54.888Z] Debug Mode (server): true
20:31:54 [2021-06-18T20:31:54.888Z]  File Descriptors: -1
20:31:54 [2021-06-18T20:31:54.888Z]  Goroutines: 16
20:31:54 [2021-06-18T20:31:54.888Z]  System Time: 2021-06-18T20:31:52.3133623Z
20:31:54 [2021-06-18T20:31:54.888Z]  EventsListeners: 0
20:31:54 [2021-06-18T20:31:54.888Z] Registry: https://index.docker.io/v1/
20:31:54 [2021-06-18T20:31:54.888Z] Labels:
20:31:54 [2021-06-18T20:31:54.888Z] Experimental: false
20:31:54 [2021-06-18T20:31:54.888Z] Insecure Registries:
20:31:54 [2021-06-18T20:31:54.888Z]  127.0.0.0/8
20:31:54 [2021-06-18T20:31:54.888Z] Live Restore Enabled: false
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] INFO: Docker images of the daemon under test
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
20:31:54 [2021-06-18T20:31:54.888Z] 
20:31:54 [2021-06-18T20:31:54.888Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
20:31:54 [2021-06-18T20:31:54.888Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
20:31:54 [2021-06-18T20:31:54.888Z] ltsc2019: Pulling from windows/servercore
20:31:54 [2021-06-18T20:31:54.888Z] 4612f6d0b889: Pulling fs layer
20:31:54 [2021-06-18T20:31:54.888Z] 639bb6bb2beb: Pulling fs layer
20:31:55 [2021-06-18T20:31:55.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:31:57 [2021-06-18T20:31:57.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:31:59 [2021-06-18T20:31:59.693Z] 639bb6bb2beb: Verifying Checksum
20:31:59 [2021-06-18T20:31:59.693Z] 639bb6bb2beb: Download complete
20:31:59 [2021-06-18T20:31:59.719Z] Loaded image: buildpack-deps:buster
20:31:59 [2021-06-18T20:31:59.719Z] Loaded image: busybox:latest
20:31:59 [2021-06-18T20:31:59.719Z] Loaded image: busybox:glibc
20:31:59 [2021-06-18T20:31:59.977Z] Loaded image: debian:bullseye
20:32:00 [2021-06-18T20:32:00.235Z] Loaded image: hello-world:latest
20:32:00 [2021-06-18T20:32:00.235Z] Loaded image: arm32v7/hello-world:latest
20:32:01 [2021-06-18T20:32:01.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:32:01 [2021-06-18T20:32:01.297Z] --- PASS: TestBuildWithHugeFile (55.03s)
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildWithEmptyDockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:01 [2021-06-18T20:32:01.297Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s)
20:32:01 [2021-06-18T20:32:01.297Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
20:32:01 [2021-06-18T20:32:01.297Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
20:32:01 [2021-06-18T20:32:01.297Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildPreserveOwnership
20:32:01 [2021-06-18T20:32:01.297Z] === RUN   TestBuildPreserveOwnership/copy_from
20:32:03 [2021-06-18T20:32:03.061Z] Loaded image: buildpack-deps:buster
20:32:03 [2021-06-18T20:32:03.061Z] Loaded image: busybox:latest
20:32:03 [2021-06-18T20:32:03.061Z] Loaded image: busybox:glibc
20:32:04 [2021-06-18T20:32:04.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:32:04 [2021-06-18T20:32:04.973Z] Loaded image: debian:bullseye
20:32:05 [2021-06-18T20:32:05.233Z] Loaded image: hello-world:latest
20:32:05 [2021-06-18T20:32:05.233Z] Loaded image: arm32v7/hello-world:latest
20:32:05 [2021-06-18T20:32:05.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:32:07 [2021-06-18T20:32:07.829Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:32:08 [2021-06-18T20:32:08.348Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.25s)
20:32:08 [2021-06-18T20:32:08.348Z] PASS
20:32:08 [2021-06-18T20:32:08.348Z] 
20:32:08 [2021-06-18T20:32:08.348Z] === Skipped
20:32:08 [2021-06-18T20:32:08.348Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:32:08 [2021-06-18T20:32:08.348Z]     build_session_test.go:25: TODO: BuildKit
20:32:08 [2021-06-18T20:32:08.348Z] 
20:32:08 [2021-06-18T20:32:08.348Z] 
20:32:08 [2021-06-18T20:32:08.348Z] DONE 33 tests, 1 skipped in 125.711s
20:32:08 [2021-06-18T20:32:08.348Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:32:08 [2021-06-18T20:32:08.348Z] INFO: Testing against a local daemon
20:32:08 [2021-06-18T20:32:08.348Z] === RUN   TestConfigInspect
20:32:10 [2021-06-18T20:32:10.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:32:10 [2021-06-18T20:32:10.902Z] --- PASS: TestConfigInspect (2.41s)
20:32:10 [2021-06-18T20:32:10.902Z] === RUN   TestConfigList
20:32:11 [2021-06-18T20:32:11.095Z] --- PASS: TestBuildPreserveOwnership (10.61s)
20:32:11 [2021-06-18T20:32:11.095Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.60s)
20:32:11 [2021-06-18T20:32:11.095Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
20:32:11 [2021-06-18T20:32:11.095Z] === RUN   TestBuildPlatformInvalid
20:32:11 [2021-06-18T20:32:11.350Z] --- PASS: TestBuildPlatformInvalid (0.10s)
20:32:11 [2021-06-18T20:32:11.350Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:32:11 [2021-06-18T20:32:11.350Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
20:32:11 [2021-06-18T20:32:11.350Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
20:32:11 [2021-06-18T20:32:11.350Z] PASS
20:32:11 [2021-06-18T20:32:11.350Z] 
20:32:11 [2021-06-18T20:32:11.350Z] === Skipped
20:32:11 [2021-06-18T20:32:11.350Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:32:11 [2021-06-18T20:32:11.350Z]     build_session_test.go:25: TODO: BuildKit
20:32:11 [2021-06-18T20:32:11.350Z] 
20:32:11 [2021-06-18T20:32:11.350Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
20:32:11 [2021-06-18T20:32:11.350Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
20:32:11 [2021-06-18T20:32:11.350Z] 
20:32:11 [2021-06-18T20:32:11.350Z] 
20:32:11 [2021-06-18T20:32:11.350Z] DONE 33 tests, 2 skipped in 141.146s
20:32:11 [2021-06-18T20:32:11.350Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:32:11 [2021-06-18T20:32:11.350Z] INFO: Testing against a local daemon
20:32:11 [2021-06-18T20:32:11.350Z] === RUN   TestConfigInspect
20:32:11 [2021-06-18T20:32:11.350Z] --- SKIP: TestConfigInspect (0.02s)
20:32:11 [2021-06-18T20:32:11.350Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.350Z] === RUN   TestConfigList
20:32:11 [2021-06-18T20:32:11.606Z] --- SKIP: TestConfigList (0.02s)
20:32:11 [2021-06-18T20:32:11.606Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.606Z] === RUN   TestConfigsCreateAndDelete
20:32:11 [2021-06-18T20:32:11.606Z] --- SKIP: TestConfigsCreateAndDelete (0.02s)
20:32:11 [2021-06-18T20:32:11.606Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.606Z] === RUN   TestConfigsUpdate
20:32:11 [2021-06-18T20:32:11.606Z] --- SKIP: TestConfigsUpdate (0.02s)
20:32:11 [2021-06-18T20:32:11.606Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.606Z] === RUN   TestTemplatedConfig
20:32:11 [2021-06-18T20:32:11.606Z] --- SKIP: TestTemplatedConfig (0.00s)
20:32:11 [2021-06-18T20:32:11.606Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.606Z] === RUN   TestConfigCreateResolve
20:32:11 [2021-06-18T20:32:11.606Z] --- SKIP: TestConfigCreateResolve (0.02s)
20:32:11 [2021-06-18T20:32:11.606Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:11 [2021-06-18T20:32:11.606Z] === RUN   TestConfigDaemonLibtrustID
20:32:12 [2021-06-18T20:32:12.839Z] --- PASS: TestConfigList (2.26s)
20:32:12 [2021-06-18T20:32:12.839Z] === RUN   TestConfigsCreateAndDelete
20:32:12 [2021-06-18T20:32:12.970Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
20:32:12 [2021-06-18T20:32:12.970Z] PASS
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === Skipped
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s)
20:32:12 [2021-06-18T20:32:12.970Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] 
20:32:12 [2021-06-18T20:32:12.970Z] DONE 7 tests, 6 skipped in 1.744s
20:32:12 [2021-06-18T20:32:12.970Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:32:13 [2021-06-18T20:32:13.226Z] INFO: Testing against a local daemon
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestCheckpoint
20:32:13 [2021-06-18T20:32:13.226Z] --- SKIP: TestCheckpoint (0.00s)
20:32:13 [2021-06-18T20:32:13.226Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestContainerInvalidJSON
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:32:13 [2021-06-18T20:32:13.226Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:32:13 [2021-06-18T20:32:13.226Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:32:13 [2021-06-18T20:32:13.226Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:32:13 [2021-06-18T20:32:13.226Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:32:13 [2021-06-18T20:32:13.226Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:32:13 [2021-06-18T20:32:13.226Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:32:13 [2021-06-18T20:32:13.226Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:32:13 [2021-06-18T20:32:13.226Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:32:13 [2021-06-18T20:32:13.226Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:32:13 [2021-06-18T20:32:13.226Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:32:13 [2021-06-18T20:32:13.226Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
20:32:13 [2021-06-18T20:32:13.226Z] === RUN   TestCopyFromContainerPathIsNotDir
20:32:13 [2021-06-18T20:32:13.482Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:32:13 [2021-06-18T20:32:13.482Z] === RUN   TestCopyToContainerPathDoesNotExist
20:32:13 [2021-06-18T20:32:13.482Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:32:13 [2021-06-18T20:32:13.482Z] === RUN   TestCopyToContainerPathIsNotDir
20:32:13 [2021-06-18T20:32:13.482Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:32:13 [2021-06-18T20:32:13.482Z] === RUN   TestCopyFromContainer
20:32:13 [2021-06-18T20:32:13.938Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
20:32:15 [2021-06-18T20:32:15.223Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.20s)
20:32:15 [2021-06-18T20:32:15.223Z] PASS
20:32:15 [2021-06-18T20:32:15.223Z] 
20:32:15 [2021-06-18T20:32:15.223Z] === Skipped
20:32:15 [2021-06-18T20:32:15.223Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
20:32:15 [2021-06-18T20:32:15.223Z]     build_session_test.go:25: TODO: BuildKit
20:32:15 [2021-06-18T20:32:15.223Z] 
20:32:15 [2021-06-18T20:32:15.223Z] 
20:32:15 [2021-06-18T20:32:15.223Z] DONE 33 tests, 1 skipped in 113.760s
20:32:15 [2021-06-18T20:32:15.223Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
20:32:15 [2021-06-18T20:32:15.223Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
20:32:15 [2021-06-18T20:32:15.223Z] ++ set -e
20:32:15 [2021-06-18T20:32:15.223Z] ++ '[' -n 0 ']'
20:32:15 [2021-06-18T20:32:15.223Z] ++ set -x
20:32:15 [2021-06-18T20:32:15.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=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
20:32:15 [2021-06-18T20:32:15.224Z] INFO: Testing against a local daemon
20:32:15 [2021-06-18T20:32:15.224Z] === RUN   TestConfigInspect
20:32:15 [2021-06-18T20:32:15.369Z] --- PASS: TestConfigsCreateAndDelete (2.24s)
20:32:15 [2021-06-18T20:32:15.369Z] === RUN   TestConfigsUpdate
20:32:17 [2021-06-18T20:32:17.134Z] --- PASS: TestConfigInspect (3.14s)
20:32:17 [2021-06-18T20:32:17.134Z] === RUN   TestConfigList
20:32:17 [2021-06-18T20:32:17.270Z] --- PASS: TestConfigsUpdate (2.27s)
20:32:17 [2021-06-18T20:32:17.270Z] === RUN   TestTemplatedConfig
20:32:17 [2021-06-18T20:32:17.647Z] === RUN   TestCopyFromContainer//
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer//bar/root
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer//bar/root/
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/quux
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/quux/
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:32:17 [2021-06-18T20:32:17.648Z] === RUN   TestCopyFromContainer/bar/notarget
20:32:17 [2021-06-18T20:32:17.903Z] --- PASS: TestCopyFromContainer (4.37s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer// (0.07s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:17 [2021-06-18T20:32:17.903Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateLinkToNonExistingContainer
20:32:17 [2021-06-18T20:32:17.903Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateWithInvalidEnv
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateWithInvalidEnv/0
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateWithInvalidEnv/0
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateWithInvalidEnv/1
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateWithInvalidEnv/1
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateWithInvalidEnv/2
20:32:17 [2021-06-18T20:32:17.903Z] === PAUSE TestCreateWithInvalidEnv/2
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateWithInvalidEnv/0
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateWithInvalidEnv/2
20:32:17 [2021-06-18T20:32:17.903Z] === CONT  TestCreateWithInvalidEnv/1
20:32:17 [2021-06-18T20:32:17.903Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateTmpfsMountsTarget
20:32:17 [2021-06-18T20:32:17.903Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
20:32:17 [2021-06-18T20:32:17.903Z] === RUN   TestCreateWithCustomMaskedPaths
20:32:19 [2021-06-18T20:32:19.679Z] --- PASS: TestConfigList (2.50s)
20:32:19 [2021-06-18T20:32:19.679Z] === RUN   TestConfigsCreateAndDelete
20:32:19 [2021-06-18T20:32:19.793Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s)
20:32:19 [2021-06-18T20:32:19.793Z] === RUN   TestCreateWithCustomReadonlyPaths
20:32:20 [2021-06-18T20:32:20.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:32:21 [2021-06-18T20:32:21.454Z] --- PASS: TestTemplatedConfig (3.48s)
20:32:21 [2021-06-18T20:32:21.454Z] === RUN   TestConfigCreateResolve
20:32:21 [2021-06-18T20:32:21.685Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.90s)
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:21 [2021-06-18T20:32:21.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:21 [2021-06-18T20:32:21.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:21 [2021-06-18T20:32:21.685Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:21 [2021-06-18T20:32:21.685Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:21 [2021-06-18T20:32:21.685Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:21 [2021-06-18T20:32:21.941Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:21 [2021-06-18T20:32:21.941Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:21 [2021-06-18T20:32:21.941Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:21 [2021-06-18T20:32:21.941Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:32:21 [2021-06-18T20:32:21.941Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:32:22 [2021-06-18T20:32:22.503Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s)
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestCreateDifferentPlatform
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestCreateDifferentPlatform/different_os
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:32:22 [2021-06-18T20:32:22.503Z] --- PASS: TestCreateDifferentPlatform (0.02s)
20:32:22 [2021-06-18T20:32:22.503Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:32:22 [2021-06-18T20:32:22.503Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:32:22 [2021-06-18T20:32:22.503Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:32:22 [2021-06-18T20:32:22.503Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestContainerStartOnDaemonRestart
20:32:22 [2021-06-18T20:32:22.503Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
20:32:22 [2021-06-18T20:32:22.503Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestDaemonRestartIpcMode
20:32:22 [2021-06-18T20:32:22.503Z] === PAUSE TestDaemonRestartIpcMode
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestDaemonHostGatewayIP
20:32:22 [2021-06-18T20:32:22.503Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
20:32:22 [2021-06-18T20:32:22.503Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestRestartDaemonWithRestartingContainer
20:32:22 [2021-06-18T20:32:22.503Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestContainerKillOnDaemonStart
20:32:22 [2021-06-18T20:32:22.503Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
20:32:22 [2021-06-18T20:32:22.503Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:32:22 [2021-06-18T20:32:22.503Z] === RUN   TestDiff
20:32:22 [2021-06-18T20:32:22.969Z] --- PASS: TestConfigsCreateAndDelete (2.99s)
20:32:22 [2021-06-18T20:32:22.969Z] === RUN   TestConfigsUpdate
20:32:23 [2021-06-18T20:32:23.354Z] --- PASS: TestConfigCreateResolve (2.31s)
20:32:23 [2021-06-18T20:32:23.354Z] === RUN   TestConfigDaemonLibtrustID
20:32:23 [2021-06-18T20:32:23.430Z] --- PASS: TestDiff (0.67s)
20:32:23 [2021-06-18T20:32:23.430Z] === RUN   TestExecWithCloseStdin
20:32:23 [2021-06-18T20:32:23.612Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
20:32:23 [2021-06-18T20:32:23.612Z] PASS
20:32:23 [2021-06-18T20:32:23.612Z] 
20:32:23 [2021-06-18T20:32:23.612Z] DONE 7 tests in 15.533s
20:32:23 [2021-06-18T20:32:23.612Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:32:23 [2021-06-18T20:32:23.612Z] INFO: Testing against a local daemon
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestCheckpoint
20:32:23 [2021-06-18T20:32:23.612Z] --- SKIP: TestCheckpoint (0.00s)
20:32:23 [2021-06-18T20:32:23.612Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestContainerInvalidJSON
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:32:23 [2021-06-18T20:32:23.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:32:23 [2021-06-18T20:32:23.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:32:23 [2021-06-18T20:32:23.612Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:32:23 [2021-06-18T20:32:23.612Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:32:23 [2021-06-18T20:32:23.612Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:32:23 [2021-06-18T20:32:23.612Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:32:23 [2021-06-18T20:32:23.612Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:32:23 [2021-06-18T20:32:23.612Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:32:23 [2021-06-18T20:32:23.612Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:32:23 [2021-06-18T20:32:23.612Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:32:23 [2021-06-18T20:32:23.612Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestCopyFromContainerPathIsNotDir
20:32:23 [2021-06-18T20:32:23.612Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:32:23 [2021-06-18T20:32:23.612Z] === RUN   TestCopyToContainerPathDoesNotExist
20:32:23 [2021-06-18T20:32:23.871Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:32:23 [2021-06-18T20:32:23.871Z] === RUN   TestCopyToContainerPathIsNotDir
20:32:23 [2021-06-18T20:32:23.871Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:32:23 [2021-06-18T20:32:23.871Z] === RUN   TestCopyFromContainer
20:32:23 [2021-06-18T20:32:23.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:32:24 [2021-06-18T20:32:24.358Z] --- PASS: TestExecWithCloseStdin (0.94s)
20:32:24 [2021-06-18T20:32:24.358Z] === RUN   TestExec
20:32:25 [2021-06-18T20:32:25.244Z] === RUN   TestCopyFromContainer//
20:32:25 [2021-06-18T20:32:25.244Z] === RUN   TestCopyFromContainer//bar/root
20:32:25 [2021-06-18T20:32:25.244Z] === RUN   TestCopyFromContainer//bar/root/
20:32:25 [2021-06-18T20:32:25.285Z] --- PASS: TestExec (0.95s)
20:32:25 [2021-06-18T20:32:25.285Z] === RUN   TestExecUser
20:32:25 [2021-06-18T20:32:25.503Z] === RUN   TestCopyFromContainer/bar/quux
20:32:25 [2021-06-18T20:32:25.503Z] === RUN   TestCopyFromContainer/bar/quux/
20:32:25 [2021-06-18T20:32:25.503Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:32:25 [2021-06-18T20:32:25.503Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:32:25 [2021-06-18T20:32:25.761Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:32:25 [2021-06-18T20:32:25.761Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:32:25 [2021-06-18T20:32:25.761Z] === RUN   TestCopyFromContainer/bar/notarget
20:32:25 [2021-06-18T20:32:25.761Z] --- PASS: TestCopyFromContainer (2.09s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer// (0.08s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:32:25 [2021-06-18T20:32:25.761Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:26 [2021-06-18T20:32:26.020Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateLinkToNonExistingContainer
20:32:26 [2021-06-18T20:32:26.020Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateWithInvalidEnv
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateWithInvalidEnv/0
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateWithInvalidEnv/0
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateWithInvalidEnv/1
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateWithInvalidEnv/1
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateWithInvalidEnv/2
20:32:26 [2021-06-18T20:32:26.020Z] === PAUSE TestCreateWithInvalidEnv/2
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateWithInvalidEnv/0
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateWithInvalidEnv/2
20:32:26 [2021-06-18T20:32:26.020Z] === CONT  TestCreateWithInvalidEnv/1
20:32:26 [2021-06-18T20:32:26.020Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateTmpfsMountsTarget
20:32:26 [2021-06-18T20:32:26.020Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:32:26 [2021-06-18T20:32:26.020Z] === RUN   TestCreateWithCustomMaskedPaths
20:32:26 [2021-06-18T20:32:26.213Z] --- PASS: TestExecUser (0.96s)
20:32:26 [2021-06-18T20:32:26.213Z] === RUN   TestExportContainerAndImportImage
20:32:26 [2021-06-18T20:32:26.260Z] --- PASS: TestConfigsUpdate (2.95s)
20:32:26 [2021-06-18T20:32:26.260Z] === RUN   TestTemplatedConfig
20:32:27 [2021-06-18T20:32:27.139Z] --- PASS: TestExportContainerAndImportImage (0.84s)
20:32:27 [2021-06-18T20:32:27.139Z] === RUN   TestExportContainerAfterDaemonRestart
20:32:28 [2021-06-18T20:32:28.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:32:28 [2021-06-18T20:32:28.552Z] --- PASS: TestCreateWithCustomMaskedPaths (2.36s)
20:32:28 [2021-06-18T20:32:28.552Z] === RUN   TestCreateWithCustomReadonlyPaths
20:32:29 [2021-06-18T20:32:29.554Z] --- PASS: TestTemplatedConfig (3.75s)
20:32:29 [2021-06-18T20:32:29.554Z] === RUN   TestConfigCreateResolve
20:32:29 [2021-06-18T20:32:29.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:32:30 [2021-06-18T20:32:30.407Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
20:32:30 [2021-06-18T20:32:30.407Z] === RUN   TestHealthCheckWorkdir
20:32:31 [2021-06-18T20:32:31.082Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s)
20:32:31 [2021-06-18T20:32:31.082Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:32:31 [2021-06-18T20:32:31.082Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:31 [2021-06-18T20:32:31.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:31 [2021-06-18T20:32:31.082Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:31 [2021-06-18T20:32:31.083Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:31 [2021-06-18T20:32:31.083Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:31 [2021-06-18T20:32:31.083Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:31 [2021-06-18T20:32:31.083Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:31 [2021-06-18T20:32:31.083Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:32:31 [2021-06-18T20:32:31.083Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:32:31 [2021-06-18T20:32:31.083Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:32:31 [2021-06-18T20:32:31.083Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
20:32:31 [2021-06-18T20:32:31.083Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
20:32:31 [2021-06-18T20:32:31.083Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:32:31 [2021-06-18T20:32:31.083Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:32:31 [2021-06-18T20:32:31.648Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s)
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestCreateDifferentPlatform
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestCreateDifferentPlatform/different_os
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:32:31 [2021-06-18T20:32:31.648Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:32:31 [2021-06-18T20:32:31.648Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:32:31 [2021-06-18T20:32:31.648Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:32:31 [2021-06-18T20:32:31.648Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:32:31 [2021-06-18T20:32:31.648Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestContainerStartOnDaemonRestart
20:32:31 [2021-06-18T20:32:31.648Z] === PAUSE TestContainerStartOnDaemonRestart
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestDaemonRestartIpcMode
20:32:31 [2021-06-18T20:32:31.648Z] === PAUSE TestDaemonRestartIpcMode
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestDaemonHostGatewayIP
20:32:31 [2021-06-18T20:32:31.648Z] === PAUSE TestDaemonHostGatewayIP
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestRestartDaemonWithRestartingContainer
20:32:31 [2021-06-18T20:32:31.648Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestContainerKillOnDaemonStart
20:32:31 [2021-06-18T20:32:31.648Z] === PAUSE TestContainerKillOnDaemonStart
20:32:31 [2021-06-18T20:32:31.648Z] === RUN   TestDiff
20:32:31 [2021-06-18T20:32:31.772Z] --- PASS: TestHealthCheckWorkdir (1.38s)
20:32:31 [2021-06-18T20:32:31.773Z] === RUN   TestHealthKillContainer
20:32:32 [2021-06-18T20:32:32.582Z] --- PASS: TestDiff (0.80s)
20:32:32 [2021-06-18T20:32:32.582Z] === RUN   TestExecWithCloseStdin
20:32:32 [2021-06-18T20:32:32.929Z] --- PASS: TestConfigCreateResolve (2.93s)
20:32:32 [2021-06-18T20:32:32.929Z] === RUN   TestConfigDaemonLibtrustID
20:32:33 [2021-06-18T20:32:33.188Z] --- PASS: TestConfigDaemonLibtrustID (0.78s)
20:32:33 [2021-06-18T20:32:33.188Z] PASS
20:32:33 [2021-06-18T20:32:33.188Z] 
20:32:33 [2021-06-18T20:32:33.188Z] DONE 7 tests in 19.191s
20:32:33 [2021-06-18T20:32:33.188Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
20:32:33 [2021-06-18T20:32:33.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
20:32:33 [2021-06-18T20:32:33.188Z] ++ set -e
20:32:33 [2021-06-18T20:32:33.188Z] ++ '[' -n 0 ']'
20:32:33 [2021-06-18T20:32:33.188Z] ++ set -x
20:32:33 [2021-06-18T20:32:33.189Z] ++ 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
20:32:33 [2021-06-18T20:32:33.448Z] INFO: Testing against a local daemon
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestCheckpoint
20:32:33 [2021-06-18T20:32:33.448Z] --- SKIP: TestCheckpoint (0.00s)
20:32:33 [2021-06-18T20:32:33.448Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestContainerInvalidJSON
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:32:33 [2021-06-18T20:32:33.448Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:32:33 [2021-06-18T20:32:33.448Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:32:33 [2021-06-18T20:32:33.448Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:32:33 [2021-06-18T20:32:33.448Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:32:33 [2021-06-18T20:32:33.448Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:32:33 [2021-06-18T20:32:33.448Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:32:33 [2021-06-18T20:32:33.448Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:32:33 [2021-06-18T20:32:33.448Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:32:33 [2021-06-18T20:32:33.448Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:32:33 [2021-06-18T20:32:33.448Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:32:33 [2021-06-18T20:32:33.448Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestCopyFromContainerPathIsNotDir
20:32:33 [2021-06-18T20:32:33.448Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
20:32:33 [2021-06-18T20:32:33.448Z] === RUN   TestCopyToContainerPathDoesNotExist
20:32:33 [2021-06-18T20:32:33.516Z] --- PASS: TestExecWithCloseStdin (1.10s)
20:32:33 [2021-06-18T20:32:33.516Z] === RUN   TestExec
20:32:33 [2021-06-18T20:32:33.708Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
20:32:33 [2021-06-18T20:32:33.708Z] === RUN   TestCopyToContainerPathIsNotDir
20:32:33 [2021-06-18T20:32:33.708Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
20:32:33 [2021-06-18T20:32:33.708Z] === RUN   TestCopyFromContainer
20:32:34 [2021-06-18T20:32:34.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:32:34 [2021-06-18T20:32:34.891Z] --- PASS: TestExec (1.10s)
20:32:34 [2021-06-18T20:32:34.891Z] === RUN   TestExecUser
20:32:35 [2021-06-18T20:32:35.183Z] --- PASS: TestHealthKillContainer (2.98s)
20:32:35 [2021-06-18T20:32:35.183Z] === RUN   TestInspectCpusetInConfigPre120
20:32:35 [2021-06-18T20:32:35.183Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s)
20:32:35 [2021-06-18T20:32:35.183Z] === RUN   TestIpcModeNone
20:32:35 [2021-06-18T20:32:35.569Z] 4612f6d0b889: Verifying Checksum
20:32:35 [2021-06-18T20:32:35.569Z] 4612f6d0b889: Download complete
20:32:35 [2021-06-18T20:32:35.618Z] === RUN   TestCopyFromContainer//
20:32:35 [2021-06-18T20:32:35.618Z] === RUN   TestCopyFromContainer//bar/root
20:32:35 [2021-06-18T20:32:35.618Z] === RUN   TestCopyFromContainer//bar/root/
20:32:35 [2021-06-18T20:32:35.618Z] === RUN   TestCopyFromContainer/bar/quux
20:32:35 [2021-06-18T20:32:35.827Z] --- PASS: TestExecUser (1.13s)
20:32:35 [2021-06-18T20:32:35.827Z] === RUN   TestExportContainerAndImportImage
20:32:35 [2021-06-18T20:32:35.878Z] === RUN   TestCopyFromContainer/bar/quux/
20:32:35 [2021-06-18T20:32:35.878Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:32:36 [2021-06-18T20:32:36.111Z] --- PASS: TestIpcModeNone (0.94s)
20:32:36 [2021-06-18T20:32:36.111Z] === RUN   TestIpcModePrivate
20:32:36 [2021-06-18T20:32:36.138Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:32:36 [2021-06-18T20:32:36.139Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:32:36 [2021-06-18T20:32:36.139Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:32:36 [2021-06-18T20:32:36.399Z] === RUN   TestCopyFromContainer/bar/notarget
20:32:36 [2021-06-18T20:32:36.399Z] --- PASS: TestCopyFromContainer (2.82s)
20:32:36 [2021-06-18T20:32:36.399Z]     --- PASS: TestCopyFromContainer// (0.12s)
20:32:36 [2021-06-18T20:32:36.399Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
20:32:36 [2021-06-18T20:32:36.400Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
20:32:36 [2021-06-18T20:32:36.400Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:32:36 [2021-06-18T20:32:36.400Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:36 [2021-06-18T20:32:36.400Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:36 [2021-06-18T20:32:36.400Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:36 [2021-06-18T20:32:36.400Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:36 [2021-06-18T20:32:36.400Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:36 [2021-06-18T20:32:36.400Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:36 [2021-06-18T20:32:36.400Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:36 [2021-06-18T20:32:36.400Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:36 [2021-06-18T20:32:36.400Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:36 [2021-06-18T20:32:36.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateLinkToNonExistingContainer
20:32:36 [2021-06-18T20:32:36.660Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateWithInvalidEnv
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateWithInvalidEnv/0
20:32:36 [2021-06-18T20:32:36.660Z] === PAUSE TestCreateWithInvalidEnv/0
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateWithInvalidEnv/1
20:32:36 [2021-06-18T20:32:36.660Z] === PAUSE TestCreateWithInvalidEnv/1
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateWithInvalidEnv/2
20:32:36 [2021-06-18T20:32:36.660Z] === PAUSE TestCreateWithInvalidEnv/2
20:32:36 [2021-06-18T20:32:36.660Z] === CONT  TestCreateWithInvalidEnv/0
20:32:36 [2021-06-18T20:32:36.660Z] === CONT  TestCreateWithInvalidEnv/2
20:32:36 [2021-06-18T20:32:36.660Z] === CONT  TestCreateWithInvalidEnv/1
20:32:36 [2021-06-18T20:32:36.660Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateTmpfsMountsTarget
20:32:36 [2021-06-18T20:32:36.660Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:32:36 [2021-06-18T20:32:36.660Z] === RUN   TestCreateWithCustomMaskedPaths
20:32:36 [2021-06-18T20:32:36.761Z] --- PASS: TestExportContainerAndImportImage (1.01s)
20:32:36 [2021-06-18T20:32:36.761Z] === RUN   TestExportContainerAfterDaemonRestart
20:32:37 [2021-06-18T20:32:37.040Z] --- PASS: TestIpcModePrivate (0.92s)
20:32:37 [2021-06-18T20:32:37.040Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
20:32:37 [2021-06-18T20:32:37.040Z] === RUN   TestIpcModeShareable
20:32:37 [2021-06-18T20:32:37.040Z] --- SKIP: TestIpcModeShareable (0.00s)
20:32:37 [2021-06-18T20:32:37.040Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:32:37 [2021-06-18T20:32:37.040Z] === RUN   TestAPIIpcModeShareableAndContainer
20:32:37 [2021-06-18T20:32:37.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:32:38 [2021-06-18T20:32:38.135Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
20:32:38 [2021-06-18T20:32:38.135Z] === RUN   TestHealthCheckWorkdir
20:32:39 [2021-06-18T20:32:39.202Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s)
20:32:39 [2021-06-18T20:32:39.202Z] === RUN   TestCreateWithCustomReadonlyPaths
20:32:40 [2021-06-18T20:32:40.037Z] --- PASS: TestHealthCheckWorkdir (1.57s)
20:32:40 [2021-06-18T20:32:40.037Z] === RUN   TestHealthKillContainer
20:32:40 [2021-06-18T20:32:40.312Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s)
20:32:40 [2021-06-18T20:32:40.312Z] === RUN   TestAPIIpcModeHost
20:32:40 [2021-06-18T20:32:40.312Z] --- SKIP: TestAPIIpcModeHost (0.00s)
20:32:40 [2021-06-18T20:32:40.312Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:32:40 [2021-06-18T20:32:40.312Z] === RUN   TestDaemonIpcModeShareable
20:32:40 [2021-06-18T20:32:40.312Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
20:32:40 [2021-06-18T20:32:40.312Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:32:40 [2021-06-18T20:32:40.312Z] === RUN   TestDaemonIpcModePrivate
20:32:41 [2021-06-18T20:32:41.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:32:41 [2021-06-18T20:32:41.743Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s)
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:41 [2021-06-18T20:32:41.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:41 [2021-06-18T20:32:41.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:41 [2021-06-18T20:32:41.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:41 [2021-06-18T20:32:41.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:41 [2021-06-18T20:32:41.743Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:32:41 [2021-06-18T20:32:41.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
20:32:41 [2021-06-18T20:32:41.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
20:32:41 [2021-06-18T20:32:41.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
20:32:41 [2021-06-18T20:32:41.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
20:32:41 [2021-06-18T20:32:41.743Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:32:41 [2021-06-18T20:32:41.743Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:32:42 [2021-06-18T20:32:42.312Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
20:32:42 [2021-06-18T20:32:42.312Z] === RUN   TestCreateDifferentPlatform
20:32:42 [2021-06-18T20:32:42.312Z] === RUN   TestCreateDifferentPlatform/different_os
20:32:42 [2021-06-18T20:32:42.312Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:32:42 [2021-06-18T20:32:42.312Z] --- PASS: TestCreateDifferentPlatform (0.03s)
20:32:42 [2021-06-18T20:32:42.312Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
20:32:42 [2021-06-18T20:32:42.312Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:32:42 [2021-06-18T20:32:42.312Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:32:42 [2021-06-18T20:32:42.572Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:32:42 [2021-06-18T20:32:42.572Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestContainerStartOnDaemonRestart
20:32:42 [2021-06-18T20:32:42.572Z] === PAUSE TestContainerStartOnDaemonRestart
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestDaemonRestartIpcMode
20:32:42 [2021-06-18T20:32:42.572Z] === PAUSE TestDaemonRestartIpcMode
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestDaemonHostGatewayIP
20:32:42 [2021-06-18T20:32:42.572Z] === PAUSE TestDaemonHostGatewayIP
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestRestartDaemonWithRestartingContainer
20:32:42 [2021-06-18T20:32:42.572Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestContainerKillOnDaemonStart
20:32:42 [2021-06-18T20:32:42.572Z] === PAUSE TestContainerKillOnDaemonStart
20:32:42 [2021-06-18T20:32:42.572Z] === RUN   TestDiff
20:32:42 [2021-06-18T20:32:42.826Z] --- PASS: TestDaemonIpcModePrivate (2.65s)
20:32:42 [2021-06-18T20:32:42.826Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
20:32:42 [2021-06-18T20:32:42.826Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:32:42 [2021-06-18T20:32:42.826Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
20:32:42 [2021-06-18T20:32:42.826Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:32:42 [2021-06-18T20:32:42.826Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:32:42 [2021-06-18T20:32:42.826Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
20:32:42 [2021-06-18T20:32:42.826Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:32:42 [2021-06-18T20:32:42.826Z] === RUN   TestIpcModeOlderClient
20:32:42 [2021-06-18T20:32:42.826Z] === PAUSE TestIpcModeOlderClient
20:32:42 [2021-06-18T20:32:42.826Z] === RUN   TestKillContainerInvalidSignal
20:32:43 [2021-06-18T20:32:43.082Z] --- PASS: TestKillContainerInvalidSignal (0.72s)
20:32:43 [2021-06-18T20:32:43.082Z] === RUN   TestKillContainer
20:32:43 [2021-06-18T20:32:43.082Z] === RUN   TestKillContainer/no_signal
20:32:43 [2021-06-18T20:32:43.319Z] --- PASS: TestHealthKillContainer (3.16s)
20:32:43 [2021-06-18T20:32:43.319Z] === RUN   TestInspectCpusetInConfigPre120
20:32:43 [2021-06-18T20:32:43.516Z] --- PASS: TestDiff (0.80s)
20:32:43 [2021-06-18T20:32:43.516Z] === RUN   TestExecWithCloseStdin
20:32:43 [2021-06-18T20:32:43.577Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s)
20:32:43 [2021-06-18T20:32:43.577Z] === RUN   TestIpcModeNone
20:32:44 [2021-06-18T20:32:44.009Z] === RUN   TestKillContainer/non_killing_signal
20:32:44 [2021-06-18T20:32:44.265Z] === RUN   TestKillContainer/killing_signal
20:32:44 [2021-06-18T20:32:44.460Z] --- PASS: TestExecWithCloseStdin (1.10s)
20:32:44 [2021-06-18T20:32:44.461Z] === RUN   TestExec
20:32:44 [2021-06-18T20:32:44.953Z] --- PASS: TestIpcModeNone (1.10s)
20:32:44 [2021-06-18T20:32:44.953Z] === RUN   TestIpcModePrivate
20:32:44 [2021-06-18T20:32:44.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:32:45 [2021-06-18T20:32:45.192Z] --- PASS: TestKillContainer (2.01s)
20:32:45 [2021-06-18T20:32:45.192Z]     --- PASS: TestKillContainer/no_signal (0.65s)
20:32:45 [2021-06-18T20:32:45.192Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
20:32:45 [2021-06-18T20:32:45.192Z]     --- PASS: TestKillContainer/killing_signal (0.66s)
20:32:45 [2021-06-18T20:32:45.192Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:32:45 [2021-06-18T20:32:45.192Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:32:45 [2021-06-18T20:32:45.755Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:32:45 [2021-06-18T20:32:45.840Z] --- PASS: TestExec (1.12s)
20:32:45 [2021-06-18T20:32:45.840Z] === RUN   TestExecUser
20:32:45 [2021-06-18T20:32:45.887Z] --- PASS: TestIpcModePrivate (1.12s)
20:32:45 [2021-06-18T20:32:45.887Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
20:32:45 [2021-06-18T20:32:45.887Z] === RUN   TestIpcModeShareable
20:32:46 [2021-06-18T20:32:46.682Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
20:32:46 [2021-06-18T20:32:46.682Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
20:32:46 [2021-06-18T20:32:46.682Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s)
20:32:46 [2021-06-18T20:32:46.682Z] === RUN   TestKillStoppedContainer
20:32:46 [2021-06-18T20:32:46.682Z] --- PASS: TestKillStoppedContainer (0.04s)
20:32:46 [2021-06-18T20:32:46.682Z] === RUN   TestKillStoppedContainerAPIPre120
20:32:46 [2021-06-18T20:32:46.682Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
20:32:46 [2021-06-18T20:32:46.682Z] === RUN   TestKillDifferentUserContainer
20:32:46 [2021-06-18T20:32:46.779Z] --- PASS: TestExecUser (1.10s)
20:32:46 [2021-06-18T20:32:46.779Z] === RUN   TestExportContainerAndImportImage
20:32:46 [2021-06-18T20:32:46.822Z] --- PASS: TestIpcModeShareable (1.15s)
20:32:46 [2021-06-18T20:32:46.822Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
20:32:46 [2021-06-18T20:32:46.822Z] === RUN   TestAPIIpcModeShareableAndContainer
20:32:47 [2021-06-18T20:32:47.244Z] --- PASS: TestKillDifferentUserContainer (0.68s)
20:32:47 [2021-06-18T20:32:47.244Z] === RUN   TestInspectOomKilledTrue
20:32:47 [2021-06-18T20:32:47.244Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:32:47 [2021-06-18T20:32:47.244Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
20:32:47 [2021-06-18T20:32:47.244Z] === RUN   TestInspectOomKilledFalse
20:32:47 [2021-06-18T20:32:47.244Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:32:47 [2021-06-18T20:32:47.244Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:32:47 [2021-06-18T20:32:47.244Z] === RUN   TestLinksEtcHostsContentMatch
20:32:47 [2021-06-18T20:32:47.244Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
20:32:47 [2021-06-18T20:32:47.244Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:32:47 [2021-06-18T20:32:47.244Z] === RUN   TestLinksContainerNames
20:32:47 [2021-06-18T20:32:47.718Z] --- PASS: TestExportContainerAndImportImage (1.10s)
20:32:47 [2021-06-18T20:32:47.718Z] === RUN   TestExportContainerAfterDaemonRestart
20:32:48 [2021-06-18T20:32:48.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:32:48 [2021-06-18T20:32:48.632Z] --- PASS: TestLinksContainerNames (1.32s)
20:32:48 [2021-06-18T20:32:48.632Z] === RUN   TestLogsFollowTailEmpty
20:32:49 [2021-06-18T20:32:49.207Z] --- PASS: TestLogsFollowTailEmpty (0.73s)
20:32:49 [2021-06-18T20:32:49.207Z] === RUN   TestContainerNetworkMountsNoChown
20:32:49 [2021-06-18T20:32:49.629Z] --- PASS: TestExportContainerAfterDaemonRestart (1.81s)
20:32:49 [2021-06-18T20:32:49.629Z] === RUN   TestHealthCheckWorkdir
20:32:50 [2021-06-18T20:32:50.106Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.02s)
20:32:50 [2021-06-18T20:32:50.106Z] === RUN   TestAPIIpcModeHost
20:32:50 [2021-06-18T20:32:50.170Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s)
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/default
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/default
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/private
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/private
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rprivate
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rprivate
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/slave
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/slave
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rslave
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rslave
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/shared
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/shared
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rshared
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rshared
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/default
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/default/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/default/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/default/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rshared
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/shared
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rslave
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/slave
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rprivate
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/private
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/private/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === RUN   TestMountDaemonRoot/private/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/default/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:32:50 [2021-06-18T20:32:50.170Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/private/bind_root
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:32:50 [2021-06-18T20:32:50.426Z] === CONT  TestMountDaemonRoot/private/mount_root
20:32:50 [2021-06-18T20:32:50.426Z] --- PASS: TestMountDaemonRoot (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:32:50 [2021-06-18T20:32:50.426Z] === RUN   TestContainerBindMountNonRecursive
20:32:50 [2021-06-18T20:32:50.426Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
20:32:50 [2021-06-18T20:32:50.426Z]     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)
20:32:50 [2021-06-18T20:32:50.426Z] === RUN   TestContainerVolumesMountedAsShared
20:32:50 [2021-06-18T20:32:50.426Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]     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)
20:32:50 [2021-06-18T20:32:50.426Z] === RUN   TestContainerVolumesMountedAsSlave
20:32:50 [2021-06-18T20:32:50.426Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
20:32:50 [2021-06-18T20:32:50.426Z]     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)
20:32:50 [2021-06-18T20:32:50.426Z] === RUN   TestNetworkNat
20:32:51 [2021-06-18T20:32:51.009Z] --- PASS: TestHealthCheckWorkdir (1.40s)
20:32:51 [2021-06-18T20:32:51.009Z] === RUN   TestHealthKillContainer
20:32:51 [2021-06-18T20:32:51.043Z] --- PASS: TestAPIIpcModeHost (1.13s)
20:32:51 [2021-06-18T20:32:51.043Z] === RUN   TestDaemonIpcModeShareable
20:32:51 [2021-06-18T20:32:51.353Z] --- PASS: TestNetworkNat (0.79s)
20:32:51 [2021-06-18T20:32:51.353Z] === RUN   TestNetworkLocalhostTCPNat
20:32:51 [2021-06-18T20:32:51.540Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:32:51 [2021-06-18T20:32:51.540Z] Using test binary docker
20:32:51 [2021-06-18T20:32:51.799Z] +++ /etc/init.d/apparmor start
20:32:51 [2021-06-18T20:32:51.799Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:32:51 [2021-06-18T20:32:51.799Z] INFO: Waiting for daemon to start...
20:32:51 [2021-06-18T20:32:51.799Z] Starting dockerd
20:32:51 [2021-06-18T20:32:51.799Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
20:32:51 [2021-06-18T20:32:51.915Z] --- PASS: TestNetworkLocalhostTCPNat (0.67s)
20:32:51 [2021-06-18T20:32:51.915Z] === RUN   TestNetworkLoopbackNat
20:32:52 [2021-06-18T20:32:52.945Z] --- PASS: TestDaemonIpcModeShareable (1.73s)
20:32:52 [2021-06-18T20:32:52.945Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
20:32:52 [2021-06-18T20:32:52.945Z] === RUN   TestDaemonIpcModePrivate
20:32:54 [2021-06-18T20:32:54.300Z] --- PASS: TestHealthKillContainer (3.11s)
20:32:54 [2021-06-18T20:32:54.300Z] === RUN   TestInspectCpusetInConfigPre120
20:32:54 [2021-06-18T20:32:54.337Z] .
20:32:54 [2021-06-18T20:32:54.337Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:32:54 [2021-06-18T20:32:54.337Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:32:54 [2021-06-18T20:32:54.337Z] Error: No such image: emptyfs
20:32:54 [2021-06-18T20:32:54.337Z] ++++ docker load
20:32:54 [2021-06-18T20:32:54.337Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:32:54 [2021-06-18T20:32:54.597Z] Running integration-test (iteration 1)
20:32:54 [2021-06-18T20:32:54.597Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:32:54 [2021-06-18T20:32:54.597Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
20:32:54 [2021-06-18T20:32:54.597Z] ++ set -e
20:32:54 [2021-06-18T20:32:54.597Z] ++ '[' -n 0 ']'
20:32:54 [2021-06-18T20:32:54.597Z] ++ set -x
20:32:54 [2021-06-18T20:32:54.597Z] ++ 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
20:32:54 [2021-06-18T20:32:54.847Z] --- PASS: TestDaemonIpcModePrivate (1.69s)
20:32:54 [2021-06-18T20:32:54.847Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
20:32:54 [2021-06-18T20:32:54.847Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:32:54 [2021-06-18T20:32:54.869Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s)
20:32:54 [2021-06-18T20:32:54.869Z] === RUN   TestIpcModeNone
20:32:55 [2021-06-18T20:32:55.180Z] --- PASS: TestNetworkLoopbackNat (3.01s)
20:32:55 [2021-06-18T20:32:55.180Z] === RUN   TestPause
20:32:55 [2021-06-18T20:32:55.180Z] --- SKIP: TestPause (0.00s)
20:32:55 [2021-06-18T20:32:55.180Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:32:55 [2021-06-18T20:32:55.180Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:32:55 [2021-06-18T20:32:55.180Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:32:55 [2021-06-18T20:32:55.180Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:32:55 [2021-06-18T20:32:55.180Z] === RUN   TestPauseStopPausedContainer
20:32:55 [2021-06-18T20:32:55.180Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
20:32:55 [2021-06-18T20:32:55.180Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:32:55 [2021-06-18T20:32:55.180Z] === RUN   TestPsFilter
20:32:55 [2021-06-18T20:32:55.180Z] --- PASS: TestPsFilter (0.10s)
20:32:55 [2021-06-18T20:32:55.180Z] === RUN   TestRemoveContainerWithRemovedVolume
20:32:55 [2021-06-18T20:32:55.741Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s)
20:32:55 [2021-06-18T20:32:55.741Z] === RUN   TestRemoveContainerWithVolume
20:32:56 [2021-06-18T20:32:56.222Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
20:32:56 [2021-06-18T20:32:56.222Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
20:32:56 [2021-06-18T20:32:56.222Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:32:56 [2021-06-18T20:32:56.248Z] --- PASS: TestIpcModeNone (1.12s)
20:32:56 [2021-06-18T20:32:56.248Z] === RUN   TestIpcModePrivate
20:32:56 [2021-06-18T20:32:56.668Z] --- PASS: TestRemoveContainerWithVolume (0.83s)
20:32:56 [2021-06-18T20:32:56.668Z] === RUN   TestRemoveContainerRunning
20:32:57 [2021-06-18T20:32:57.187Z] --- PASS: TestIpcModePrivate (1.10s)
20:32:57 [2021-06-18T20:32:57.187Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
20:32:57 [2021-06-18T20:32:57.187Z] === RUN   TestIpcModeShareable
20:32:57 [2021-06-18T20:32:57.229Z] --- PASS: TestRemoveContainerRunning (0.68s)
20:32:57 [2021-06-18T20:32:57.229Z] === RUN   TestRemoveContainerForceRemoveRunning
20:32:57 [2021-06-18T20:32:57.790Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s)
20:32:57 [2021-06-18T20:32:57.790Z] === RUN   TestRemoveInvalidContainer
20:32:57 [2021-06-18T20:32:57.790Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:32:57 [2021-06-18T20:32:57.790Z] === RUN   TestRenameLinkedContainer
20:32:58 [2021-06-18T20:32:58.124Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s)
20:32:58 [2021-06-18T20:32:58.124Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
20:32:58 [2021-06-18T20:32:58.124Z] === RUN   TestIpcModeOlderClient
20:32:58 [2021-06-18T20:32:58.124Z] === PAUSE TestIpcModeOlderClient
20:32:58 [2021-06-18T20:32:58.124Z] === RUN   TestKillContainerInvalidSignal
20:32:58 [2021-06-18T20:32:58.126Z] --- PASS: TestIpcModeShareable (1.10s)
20:32:58 [2021-06-18T20:32:58.126Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true
20:32:58 [2021-06-18T20:32:58.126Z] === RUN   TestAPIIpcModeShareableAndContainer
20:32:58 [2021-06-18T20:32:58.691Z] --- PASS: TestKillContainerInvalidSignal (0.72s)
20:32:58 [2021-06-18T20:32:58.691Z] === RUN   TestKillContainer
20:32:58 [2021-06-18T20:32:58.691Z] === RUN   TestKillContainer/no_signal
20:32:59 [2021-06-18T20:32:59.259Z] === RUN   TestKillContainer/non_killing_signal
20:32:59 [2021-06-18T20:32:59.835Z] === RUN   TestKillContainer/killing_signal
20:33:00 [2021-06-18T20:33:00.801Z] --- PASS: TestKillContainer (2.15s)
20:33:00 [2021-06-18T20:33:00.801Z]     --- PASS: TestKillContainer/no_signal (0.65s)
20:33:00 [2021-06-18T20:33:00.801Z]     --- PASS: TestKillContainer/non_killing_signal (0.57s)
20:33:00 [2021-06-18T20:33:00.801Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
20:33:00 [2021-06-18T20:33:00.801Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:33:00 [2021-06-18T20:33:00.801Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:33:01 [2021-06-18T20:33:01.055Z] --- PASS: TestRenameLinkedContainer (2.62s)
20:33:01 [2021-06-18T20:33:01.056Z] === RUN   TestRenameStoppedContainer
20:33:01 [2021-06-18T20:33:01.056Z] --- PASS: TestRenameStoppedContainer (0.64s)
20:33:01 [2021-06-18T20:33:01.056Z] === RUN   TestRenameRunningContainerAndReuse
20:33:01 [2021-06-18T20:33:01.419Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s)
20:33:01 [2021-06-18T20:33:01.419Z] === RUN   TestAPIIpcModeHost
20:33:01 [2021-06-18T20:33:01.740Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:33:02 [2021-06-18T20:33:02.307Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s)
20:33:02 [2021-06-18T20:33:02.307Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s)
20:33:02 [2021-06-18T20:33:02.307Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s)
20:33:02 [2021-06-18T20:33:02.307Z] === RUN   TestKillStoppedContainer
20:33:02 [2021-06-18T20:33:02.307Z] --- PASS: TestKillStoppedContainer (0.06s)
20:33:02 [2021-06-18T20:33:02.307Z] === RUN   TestKillStoppedContainerAPIPre120
20:33:02 [2021-06-18T20:33:02.307Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
20:33:02 [2021-06-18T20:33:02.307Z] === RUN   TestKillDifferentUserContainer
20:33:02 [2021-06-18T20:33:02.359Z] --- PASS: TestAPIIpcModeHost (1.11s)
20:33:02 [2021-06-18T20:33:02.359Z] === RUN   TestDaemonIpcModeShareable
20:33:02 [2021-06-18T20:33:02.421Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s)
20:33:02 [2021-06-18T20:33:02.421Z] === RUN   TestRenameInvalidName
20:33:03 [2021-06-18T20:33:03.243Z] --- PASS: TestKillDifferentUserContainer (0.72s)
20:33:03 [2021-06-18T20:33:03.243Z] === RUN   TestInspectOomKilledTrue
20:33:03 [2021-06-18T20:33:03.243Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:33:03 [2021-06-18T20:33:03.243Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:33:03 [2021-06-18T20:33:03.243Z] === RUN   TestInspectOomKilledFalse
20:33:03 [2021-06-18T20:33:03.348Z] --- PASS: TestRenameInvalidName (0.65s)
20:33:03 [2021-06-18T20:33:03.348Z] === RUN   TestRenameAnonymousContainer
20:33:03 [2021-06-18T20:33:03.810Z] --- PASS: TestInspectOomKilledFalse (0.71s)
20:33:03 [2021-06-18T20:33:03.810Z] === RUN   TestLinksEtcHostsContentMatch
20:33:04 [2021-06-18T20:33:04.268Z] --- PASS: TestDaemonIpcModeShareable (1.96s)
20:33:04 [2021-06-18T20:33:04.268Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
20:33:04 [2021-06-18T20:33:04.268Z] === RUN   TestDaemonIpcModePrivate
20:33:04 [2021-06-18T20:33:04.746Z] --- PASS: TestLinksEtcHostsContentMatch (0.79s)
20:33:04 [2021-06-18T20:33:04.746Z] === RUN   TestLinksContainerNames
20:33:05 [2021-06-18T20:33:05.863Z] --- PASS: TestRenameAnonymousContainer (2.30s)
20:33:05 [2021-06-18T20:33:05.863Z] === RUN   TestRenameContainerWithSameName
20:33:06 [2021-06-18T20:33:06.119Z] --- PASS: TestLinksContainerNames (1.39s)
20:33:06 [2021-06-18T20:33:06.119Z] === RUN   TestLogsFollowTailEmpty
20:33:06 [2021-06-18T20:33:06.119Z] --- PASS: TestRenameContainerWithSameName (0.65s)
20:33:06 [2021-06-18T20:33:06.119Z] === RUN   TestRenameContainerWithLinkedContainer
20:33:06 [2021-06-18T20:33:06.686Z] --- PASS: TestLogsFollowTailEmpty (0.66s)
20:33:06 [2021-06-18T20:33:06.686Z] === RUN   TestContainerNetworkMountsNoChown
20:33:06 [2021-06-18T20:33:06.811Z] --- PASS: TestDaemonIpcModePrivate (2.00s)
20:33:06 [2021-06-18T20:33:06.811Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
20:33:06 [2021-06-18T20:33:06.811Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:33:07 [2021-06-18T20:33:07.253Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s)
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/default
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/default
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/private
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/private
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rprivate
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rprivate
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/slave
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/slave
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rslave
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rslave
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/shared
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/shared
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rshared
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rshared
20:33:07 [2021-06-18T20:33:07.253Z] === CONT  TestMountDaemonRoot/default
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/default/bind_root
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/default/mount_root
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === CONT  TestMountDaemonRoot/default/bind_root
20:33:07 [2021-06-18T20:33:07.253Z] === CONT  TestMountDaemonRoot/rshared
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:33:07 [2021-06-18T20:33:07.253Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:33:07 [2021-06-18T20:33:07.253Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:33:07 [2021-06-18T20:33:07.485Z] --- PASS: TestRenameContainerWithLinkedContainer (1.39s)
20:33:07 [2021-06-18T20:33:07.485Z] === RUN   TestResize
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/shared
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rslave
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/slave
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rprivate
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/private
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/private/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/private/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/default/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:33:07 [2021-06-18T20:33:07.512Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/private/bind_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/private/mount_root
20:33:07 [2021-06-18T20:33:07.770Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:33:07 [2021-06-18T20:33:07.770Z] --- PASS: TestMountDaemonRoot (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:33:07 [2021-06-18T20:33:07.770Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:33:07 [2021-06-18T20:33:07.771Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
20:33:07 [2021-06-18T20:33:07.771Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:33:07 [2021-06-18T20:33:07.771Z] === RUN   TestContainerBindMountNonRecursive
20:33:08 [2021-06-18T20:33:08.413Z] --- PASS: TestResize (0.66s)
20:33:08 [2021-06-18T20:33:08.413Z] === RUN   TestResizeWithInvalidSize
20:33:08 [2021-06-18T20:33:08.719Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.98s)
20:33:08 [2021-06-18T20:33:08.719Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
20:33:08 [2021-06-18T20:33:08.719Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:33:08 [2021-06-18T20:33:08.973Z] --- PASS: TestResizeWithInvalidSize (0.69s)
20:33:08 [2021-06-18T20:33:08.973Z] === RUN   TestResizeWhenContainerNotStarted
20:33:09 [2021-06-18T20:33:09.535Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s)
20:33:09 [2021-06-18T20:33:09.535Z] === RUN   TestDaemonRestartKillContainers
20:33:09 [2021-06-18T20:33:09.535Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
20:33:09 [2021-06-18T20:33:09.535Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:33:09 [2021-06-18T20:33:09.535Z] === RUN   TestCgroupNamespacesRun
20:33:10 [2021-06-18T20:33:10.301Z] --- PASS: TestContainerBindMountNonRecursive (2.17s)
20:33:10 [2021-06-18T20:33:10.301Z] === RUN   TestContainerVolumesMountedAsShared
20:33:10 [2021-06-18T20:33:10.559Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
20:33:10 [2021-06-18T20:33:10.559Z] === RUN   TestContainerVolumesMountedAsSlave
20:33:10 [2021-06-18T20:33:10.628Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.98s)
20:33:10 [2021-06-18T20:33:10.628Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
20:33:10 [2021-06-18T20:33:10.628Z] === RUN   TestIpcModeOlderClient
20:33:10 [2021-06-18T20:33:10.628Z] === PAUSE TestIpcModeOlderClient
20:33:10 [2021-06-18T20:33:10.628Z] === RUN   TestKillContainerInvalidSignal
20:33:11 [2021-06-18T20:33:11.197Z] --- PASS: TestKillContainerInvalidSignal (0.81s)
20:33:11 [2021-06-18T20:33:11.197Z] === RUN   TestKillContainer
20:33:11 [2021-06-18T20:33:11.197Z] === RUN   TestKillContainer/no_signal
20:33:11 [2021-06-18T20:33:11.495Z] --- PASS: TestContainerVolumesMountedAsSlave (0.99s)
20:33:11 [2021-06-18T20:33:11.495Z] === RUN   TestNetworkNat
20:33:12 [2021-06-18T20:33:12.064Z] --- PASS: TestNetworkNat (0.74s)
20:33:12 [2021-06-18T20:33:12.064Z] === RUN   TestNetworkLocalhostTCPNat
20:33:12 [2021-06-18T20:33:12.136Z] === RUN   TestKillContainer/non_killing_signal
20:33:12 [2021-06-18T20:33:12.705Z] === RUN   TestKillContainer/killing_signal
20:33:12 [2021-06-18T20:33:12.799Z] --- PASS: TestCgroupNamespacesRun (2.76s)
20:33:12 [2021-06-18T20:33:12.799Z] === RUN   TestCgroupNamespacesRunPrivileged
20:33:12 [2021-06-18T20:33:12.998Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s)
20:33:12 [2021-06-18T20:33:12.998Z] === RUN   TestNetworkLoopbackNat
20:33:13 [2021-06-18T20:33:13.644Z] --- PASS: TestKillContainer (2.55s)
20:33:13 [2021-06-18T20:33:13.644Z]     --- PASS: TestKillContainer/no_signal (0.82s)
20:33:13 [2021-06-18T20:33:13.644Z]     --- PASS: TestKillContainer/non_killing_signal (0.64s)
20:33:13 [2021-06-18T20:33:13.644Z]     --- PASS: TestKillContainer/killing_signal (0.82s)
20:33:13 [2021-06-18T20:33:13.644Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:33:13 [2021-06-18T20:33:13.644Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:33:14 [2021-06-18T20:33:14.584Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:33:14 [2021-06-18T20:33:14.687Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s)
20:33:14 [2021-06-18T20:33:14.687Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:33:15 [2021-06-18T20:33:15.524Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.65s)
20:33:15 [2021-06-18T20:33:15.524Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s)
20:33:15 [2021-06-18T20:33:15.524Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s)
20:33:15 [2021-06-18T20:33:15.524Z] === RUN   TestKillStoppedContainer
20:33:15 [2021-06-18T20:33:15.524Z] --- PASS: TestKillStoppedContainer (0.06s)
20:33:15 [2021-06-18T20:33:15.524Z] === RUN   TestKillStoppedContainerAPIPre120
20:33:15 [2021-06-18T20:33:15.524Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
20:33:15 [2021-06-18T20:33:15.524Z] === RUN   TestKillDifferentUserContainer
20:33:16 [2021-06-18T20:33:16.280Z] --- PASS: TestNetworkLoopbackNat (3.12s)
20:33:16 [2021-06-18T20:33:16.280Z] === RUN   TestPause
20:33:16 [2021-06-18T20:33:16.466Z] --- PASS: TestKillDifferentUserContainer (0.87s)
20:33:16 [2021-06-18T20:33:16.466Z] === RUN   TestInspectOomKilledTrue
20:33:16 [2021-06-18T20:33:16.466Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:33:16 [2021-06-18T20:33:16.466Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:16 [2021-06-18T20:33:16.466Z] === RUN   TestInspectOomKilledFalse
20:33:16 [2021-06-18T20:33:16.466Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:33:16 [2021-06-18T20:33:16.466Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:16 [2021-06-18T20:33:16.466Z] === RUN   TestLinksEtcHostsContentMatch
20:33:16 [2021-06-18T20:33:16.846Z] --- PASS: TestPause (0.71s)
20:33:16 [2021-06-18T20:33:16.846Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:33:16 [2021-06-18T20:33:16.846Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:33:16 [2021-06-18T20:33:16.846Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:33:16 [2021-06-18T20:33:16.846Z] === RUN   TestPauseStopPausedContainer
20:33:17 [2021-06-18T20:33:17.201Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.66s)
20:33:17 [2021-06-18T20:33:17.201Z] === RUN   TestCgroupNamespacesRunHostMode
20:33:17 [2021-06-18T20:33:17.406Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s)
20:33:17 [2021-06-18T20:33:17.406Z] === RUN   TestLinksContainerNames
20:33:17 [2021-06-18T20:33:17.413Z] --- PASS: TestPauseStopPausedContainer (0.73s)
20:33:17 [2021-06-18T20:33:17.413Z] === RUN   TestPsFilter
20:33:17 [2021-06-18T20:33:17.413Z] --- PASS: TestPsFilter (0.11s)
20:33:17 [2021-06-18T20:33:17.413Z] === RUN   TestRemoveContainerWithRemovedVolume
20:33:18 [2021-06-18T20:33:18.347Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s)
20:33:18 [2021-06-18T20:33:18.347Z] === RUN   TestRemoveContainerWithVolume
20:33:18 [2021-06-18T20:33:18.787Z] --- PASS: TestLinksContainerNames (1.64s)
20:33:18 [2021-06-18T20:33:18.787Z] === RUN   TestLogsFollowTailEmpty
20:33:18 [2021-06-18T20:33:18.913Z] --- PASS: TestRemoveContainerWithVolume (0.68s)
20:33:18 [2021-06-18T20:33:18.913Z] === RUN   TestRemoveContainerRunning
20:33:19 [2021-06-18T20:33:19.480Z] --- PASS: TestRemoveContainerRunning (0.70s)
20:33:19 [2021-06-18T20:33:19.480Z] === RUN   TestRemoveContainerForceRemoveRunning
20:33:19 [2021-06-18T20:33:19.717Z] --- PASS: TestCgroupNamespacesRunHostMode (2.65s)
20:33:19 [2021-06-18T20:33:19.717Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:33:19 [2021-06-18T20:33:19.726Z] --- PASS: TestLogsFollowTailEmpty (0.83s)
20:33:19 [2021-06-18T20:33:19.726Z] === RUN   TestContainerNetworkMountsNoChown
20:33:20 [2021-06-18T20:33:20.413Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s)
20:33:20 [2021-06-18T20:33:20.413Z] === RUN   TestRemoveInvalidContainer
20:33:20 [2021-06-18T20:33:20.413Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:33:20 [2021-06-18T20:33:20.413Z] === RUN   TestRenameLinkedContainer
20:33:20 [2021-06-18T20:33:20.667Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s)
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/default
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/default
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/private
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/private
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rprivate
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rprivate
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/slave
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/slave
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rslave
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rslave
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/shared
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/shared
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rshared
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rshared
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/default
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rslave
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/default/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rprivate
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/default/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rshared
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/shared
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/slave
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/private
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/private/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/private/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/default/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/default/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/private/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/private/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:33:20 [2021-06-18T20:33:20.667Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:33:20 [2021-06-18T20:33:20.927Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:33:20 [2021-06-18T20:33:20.927Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:33:20 [2021-06-18T20:33:20.927Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:33:20 [2021-06-18T20:33:20.927Z] --- PASS: TestMountDaemonRoot (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
20:33:20 [2021-06-18T20:33:20.927Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:33:20 [2021-06-18T20:33:20.927Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
20:33:20 [2021-06-18T20:33:20.927Z] === RUN   TestContainerBindMountNonRecursive
20:33:22 [2021-06-18T20:33:22.235Z] ..........................xx....................                         [ 29%]
20:33:22 [2021-06-18T20:33:22.982Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.66s)
20:33:22 [2021-06-18T20:33:22.982Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:33:23 [2021-06-18T20:33:23.469Z] --- PASS: TestContainerBindMountNonRecursive (2.18s)
20:33:23 [2021-06-18T20:33:23.470Z] === RUN   TestContainerVolumesMountedAsShared
20:33:23 [2021-06-18T20:33:23.698Z] --- PASS: TestRenameLinkedContainer (2.91s)
20:33:23 [2021-06-18T20:33:23.698Z] === RUN   TestRenameStoppedContainer
20:33:23 [2021-06-18T20:33:23.730Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s)
20:33:23 [2021-06-18T20:33:23.730Z] === RUN   TestContainerVolumesMountedAsSlave
20:33:23 [2021-06-18T20:33:23.957Z] --- PASS: TestRenameStoppedContainer (0.67s)
20:33:23 [2021-06-18T20:33:23.957Z] === RUN   TestRenameRunningContainerAndReuse
20:33:24 [2021-06-18T20:33:24.669Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s)
20:33:24 [2021-06-18T20:33:24.669Z] === RUN   TestNetworkNat
20:33:24 [2021-06-18T20:33:24.915Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.16s)
20:33:24 [2021-06-18T20:33:24.915Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:33:25 [2021-06-18T20:33:25.333Z] --- PASS: TestRenameRunningContainerAndReuse (1.42s)
20:33:25 [2021-06-18T20:33:25.333Z] === RUN   TestRenameInvalidName
20:33:25 [2021-06-18T20:33:25.609Z] --- PASS: TestNetworkNat (0.94s)
20:33:25 [2021-06-18T20:33:25.609Z] === RUN   TestNetworkLocalhostTCPNat
20:33:25 [2021-06-18T20:33:25.900Z] --- PASS: TestRenameInvalidName (0.70s)
20:33:25 [2021-06-18T20:33:25.900Z] === RUN   TestRenameAnonymousContainer
20:33:26 [2021-06-18T20:33:26.279Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.72s)
20:33:26 [2021-06-18T20:33:26.279Z] === RUN   TestCgroupNamespacesRunOlderClient
20:33:26 [2021-06-18T20:33:26.551Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s)
20:33:26 [2021-06-18T20:33:26.551Z] === RUN   TestNetworkLoopbackNat
20:33:28 [2021-06-18T20:33:28.433Z] --- PASS: TestRenameAnonymousContainer (2.41s)
20:33:28 [2021-06-18T20:33:28.433Z] === RUN   TestRenameContainerWithSameName
20:33:29 [2021-06-18T20:33:29.370Z] --- PASS: TestRenameContainerWithSameName (0.73s)
20:33:29 [2021-06-18T20:33:29.370Z] === RUN   TestRenameContainerWithLinkedContainer
20:33:29 [2021-06-18T20:33:29.542Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.69s)
20:33:29 [2021-06-18T20:33:29.543Z] === RUN   TestNISDomainname
20:33:29 [2021-06-18T20:33:29.543Z] --- SKIP: TestNISDomainname (0.01s)
20:33:29 [2021-06-18T20:33:29.543Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:33:29 [2021-06-18T20:33:29.543Z] === RUN   TestHostnameDnsResolution
20:33:29 [2021-06-18T20:33:29.846Z] --- PASS: TestNetworkLoopbackNat (3.33s)
20:33:29 [2021-06-18T20:33:29.846Z] === RUN   TestPause
20:33:30 [2021-06-18T20:33:30.104Z] --- PASS: TestHostnameDnsResolution (1.15s)
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStats
20:33:30 [2021-06-18T20:33:30.104Z] --- SKIP: TestStats (0.00s)
20:33:30 [2021-06-18T20:33:30.104Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStopContainerWithTimeout
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStopContainerWithTimeout/0
20:33:30 [2021-06-18T20:33:30.104Z] === PAUSE TestStopContainerWithTimeout/0
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStopContainerWithTimeout/1
20:33:30 [2021-06-18T20:33:30.104Z] === PAUSE TestStopContainerWithTimeout/1
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStopContainerWithTimeout/3
20:33:30 [2021-06-18T20:33:30.104Z] === PAUSE TestStopContainerWithTimeout/3
20:33:30 [2021-06-18T20:33:30.104Z] === RUN   TestStopContainerWithTimeout/-1
20:33:30 [2021-06-18T20:33:30.104Z] === PAUSE TestStopContainerWithTimeout/-1
20:33:30 [2021-06-18T20:33:30.104Z] === CONT  TestStopContainerWithTimeout/0
20:33:30 [2021-06-18T20:33:30.104Z] === CONT  TestStopContainerWithTimeout/-1
20:33:30 [2021-06-18T20:33:30.744Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s)
20:33:30 [2021-06-18T20:33:30.744Z] === RUN   TestResize
20:33:30 [2021-06-18T20:33:30.784Z] --- PASS: TestPause (0.89s)
20:33:30 [2021-06-18T20:33:30.784Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:33:30 [2021-06-18T20:33:30.784Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:33:30 [2021-06-18T20:33:30.784Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:33:30 [2021-06-18T20:33:30.784Z] === RUN   TestPauseStopPausedContainer
20:33:31 [2021-06-18T20:33:31.311Z] --- PASS: TestResize (0.69s)
20:33:31 [2021-06-18T20:33:31.311Z] === RUN   TestResizeWithInvalidSize
20:33:31 [2021-06-18T20:33:31.468Z] === CONT  TestStopContainerWithTimeout/3
20:33:31 [2021-06-18T20:33:31.724Z] --- PASS: TestPauseStopPausedContainer (0.89s)
20:33:31 [2021-06-18T20:33:31.724Z] === RUN   TestPsFilter
20:33:31 [2021-06-18T20:33:31.724Z] --- PASS: TestPsFilter (0.16s)
20:33:31 [2021-06-18T20:33:31.724Z] === RUN   TestRemoveContainerWithRemovedVolume
20:33:31 [2021-06-18T20:33:31.877Z] --- PASS: TestResizeWithInvalidSize (0.69s)
20:33:31 [2021-06-18T20:33:31.877Z] === RUN   TestResizeWhenContainerNotStarted
20:33:32 [2021-06-18T20:33:32.662Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s)
20:33:32 [2021-06-18T20:33:32.662Z] === RUN   TestRemoveContainerWithVolume
20:33:32 [2021-06-18T20:33:32.811Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s)
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:32 [2021-06-18T20:33:32.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:33 [2021-06-18T20:33:33.232Z] --- PASS: TestRemoveContainerWithVolume (0.83s)
20:33:33 [2021-06-18T20:33:33.232Z] === RUN   TestRemoveContainerRunning
20:33:33 [2021-06-18T20:33:33.354Z] === CONT  TestStopContainerWithTimeout/1
20:33:34 [2021-06-18T20:33:34.173Z] --- PASS: TestRemoveContainerRunning (0.83s)
20:33:34 [2021-06-18T20:33:34.173Z] === RUN   TestRemoveContainerForceRemoveRunning
20:33:34 [2021-06-18T20:33:34.718Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:33:34 [2021-06-18T20:33:34.718Z]     --- PASS: TestStopContainerWithTimeout/0 (1.07s)
20:33:34 [2021-06-18T20:33:34.718Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.01s)
20:33:34 [2021-06-18T20:33:34.718Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
20:33:34 [2021-06-18T20:33:34.718Z]     --- PASS: TestStopContainerWithTimeout/1 (1.64s)
20:33:34 [2021-06-18T20:33:34.718Z] === RUN   TestDeleteDevicemapper
20:33:34 [2021-06-18T20:33:34.718Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:33:34 [2021-06-18T20:33:34.718Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:33:34 [2021-06-18T20:33:34.718Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:33:35 [2021-06-18T20:33:35.117Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s)
20:33:35 [2021-06-18T20:33:35.117Z] === RUN   TestRemoveInvalidContainer
20:33:35 [2021-06-18T20:33:35.117Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:33:35 [2021-06-18T20:33:35.117Z] === RUN   TestRenameLinkedContainer
20:33:35 [2021-06-18T20:33:35.342Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:35 [2021-06-18T20:33:35.342Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:36 [2021-06-18T20:33:36.277Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:36 [2021-06-18T20:33:36.535Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:37 [2021-06-18T20:33:37.470Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:37 [2021-06-18T20:33:37.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:37 [2021-06-18T20:33:37.990Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.92s)
20:33:37 [2021-06-18T20:33:37.990Z] === RUN   TestUpdateMemory
20:33:37 [2021-06-18T20:33:37.990Z] --- SKIP: TestUpdateMemory (0.00s)
20:33:37 [2021-06-18T20:33:37.990Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:37 [2021-06-18T20:33:37.990Z] === RUN   TestUpdateCPUQuota
20:33:37 [2021-06-18T20:33:37.990Z] --- SKIP: TestUpdateCPUQuota (0.00s)
20:33:37 [2021-06-18T20:33:37.990Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:37 [2021-06-18T20:33:37.990Z] === RUN   TestUpdatePidsLimit
20:33:37 [2021-06-18T20:33:37.990Z] --- SKIP: TestUpdatePidsLimit (0.00s)
20:33:37 [2021-06-18T20:33:37.990Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:37 [2021-06-18T20:33:37.990Z] === RUN   TestUpdateRestartPolicy
20:33:38 [2021-06-18T20:33:38.411Z] --- PASS: TestRenameLinkedContainer (3.30s)
20:33:38 [2021-06-18T20:33:38.412Z] === RUN   TestRenameStoppedContainer
20:33:39 [2021-06-18T20:33:39.350Z] --- PASS: TestRenameStoppedContainer (0.83s)
20:33:39 [2021-06-18T20:33:39.350Z] === RUN   TestRenameRunningContainerAndReuse
20:33:39 [2021-06-18T20:33:39.630Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:39 [2021-06-18T20:33:39.889Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:40 [2021-06-18T20:33:40.731Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s)
20:33:40 [2021-06-18T20:33:40.731Z] === RUN   TestRenameInvalidName
20:33:41 [2021-06-18T20:33:41.293Z] Loaded image: buildpack-deps:buster
20:33:41 [2021-06-18T20:33:41.293Z] Loaded image: busybox:latest
20:33:41 [2021-06-18T20:33:41.293Z] Loaded image: busybox:glibc
20:33:41 [2021-06-18T20:33:41.670Z] --- PASS: TestRenameInvalidName (0.83s)
20:33:41 [2021-06-18T20:33:41.670Z] === RUN   TestRenameAnonymousContainer
20:33:42 [2021-06-18T20:33:42.423Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:42 [2021-06-18T20:33:42.671Z] Loaded image: debian:bullseye
20:33:42 [2021-06-18T20:33:42.671Z] Loaded image: hello-world:latest
20:33:42 [2021-06-18T20:33:42.930Z] Loaded image: arm32v7/hello-world:latest
20:33:42 [2021-06-18T20:33:42.930Z] INFO: Testing against a local daemon
20:33:42 [2021-06-18T20:33:42.930Z] === RUN   TestCgroupNamespacesBuild
20:33:42 [2021-06-18T20:33:42.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:44 [2021-06-18T20:33:44.969Z] --- PASS: TestRenameAnonymousContainer (3.38s)
20:33:44 [2021-06-18T20:33:44.969Z] === RUN   TestRenameContainerWithSameName
20:33:45 [2021-06-18T20:33:45.550Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.26s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.45s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.21s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.21s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.89s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.97s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.24s)
20:33:45 [2021-06-18T20:33:45.550Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.20s)
20:33:45 [2021-06-18T20:33:45.550Z] === RUN   TestCgroupNamespacesRun
20:33:45 [2021-06-18T20:33:45.908Z] --- PASS: TestRenameContainerWithSameName (0.85s)
20:33:45 [2021-06-18T20:33:45.908Z] === RUN   TestRenameContainerWithLinkedContainer
20:33:46 [2021-06-18T20:33:46.946Z] --- PASS: TestCgroupNamespacesRun (1.72s)
20:33:46 [2021-06-18T20:33:46.946Z] === RUN   TestCgroupNamespacesRunPrivileged
20:33:46 [2021-06-18T20:33:46.946Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
20:33:46 [2021-06-18T20:33:46.946Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:33:46 [2021-06-18T20:33:46.946Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:33:47 [2021-06-18T20:33:47.130Z] --- PASS: TestCgroupNamespacesBuild (3.46s)
20:33:47 [2021-06-18T20:33:47.130Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:33:47 [2021-06-18T20:33:47.816Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s)
20:33:47 [2021-06-18T20:33:47.817Z] === RUN   TestResize
20:33:48 [2021-06-18T20:33:48.386Z] --- PASS: TestResize (0.84s)
20:33:48 [2021-06-18T20:33:48.386Z] === RUN   TestResizeWithInvalidSize
20:33:48 [2021-06-18T20:33:48.681Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:33:48 [2021-06-18T20:33:48.846Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s)
20:33:48 [2021-06-18T20:33:48.846Z] === RUN   TestCgroupNamespacesRunHostMode
20:33:49 [2021-06-18T20:33:49.037Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.65s)
20:33:49 [2021-06-18T20:33:49.037Z] === RUN   TestBuildWithSession
20:33:49 [2021-06-18T20:33:49.037Z] --- SKIP: TestBuildWithSession (0.00s)
20:33:49 [2021-06-18T20:33:49.037Z]     build_session_test.go:25: TODO: BuildKit
20:33:49 [2021-06-18T20:33:49.037Z] === RUN   TestBuildSquashParent
20:33:49 [2021-06-18T20:33:49.327Z] --- PASS: TestResizeWithInvalidSize (0.85s)
20:33:49 [2021-06-18T20:33:49.327Z] === RUN   TestResizeWhenContainerNotStarted
20:33:50 [2021-06-18T20:33:50.159Z] --- PASS: TestUpdateRestartPolicy (12.36s)
20:33:50 [2021-06-18T20:33:50.159Z] === RUN   TestUpdateRestartWithAutoRemove
20:33:50 [2021-06-18T20:33:50.222Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s)
20:33:50 [2021-06-18T20:33:50.222Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:33:50 [2021-06-18T20:33:50.269Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s)
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:33:50 [2021-06-18T20:33:50.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:33:50 [2021-06-18T20:33:50.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:33:50 [2021-06-18T20:33:50.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:33:50 [2021-06-18T20:33:50.721Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s)
20:33:50 [2021-06-18T20:33:50.721Z] === RUN   TestWaitNonBlocked
20:33:50 [2021-06-18T20:33:50.721Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:50 [2021-06-18T20:33:50.721Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:50 [2021-06-18T20:33:50.721Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:50 [2021-06-18T20:33:50.721Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:50 [2021-06-18T20:33:50.721Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:50 [2021-06-18T20:33:50.721Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:51 [2021-06-18T20:33:51.659Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:33:52 [2021-06-18T20:33:52.088Z] --- PASS: TestWaitNonBlocked (0.01s)
20:33:52 [2021-06-18T20:33:52.088Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s)
20:33:52 [2021-06-18T20:33:52.088Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
20:33:52 [2021-06-18T20:33:52.088Z] === RUN   TestWaitBlocked
20:33:52 [2021-06-18T20:33:52.088Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:33:52 [2021-06-18T20:33:52.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:33:52 [2021-06-18T20:33:52.088Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:33:52 [2021-06-18T20:33:52.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:33:52 [2021-06-18T20:33:52.088Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:33:52 [2021-06-18T20:33:52.088Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:33:52 [2021-06-18T20:33:52.123Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s)
20:33:52 [2021-06-18T20:33:52.123Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:33:53 [2021-06-18T20:33:53.018Z] --- PASS: TestWaitBlocked (0.01s)
20:33:53 [2021-06-18T20:33:53.018Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s)
20:33:53 [2021-06-18T20:33:53.018Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s)
20:33:53 [2021-06-18T20:33:53.018Z] === CONT  TestDaemonRestartIpcMode
20:33:53 [2021-06-18T20:33:53.018Z] === CONT  TestIpcModeOlderClient
20:33:53 [2021-06-18T20:33:53.018Z] --- PASS: TestIpcModeOlderClient (0.07s)
20:33:53 [2021-06-18T20:33:53.018Z] === CONT  TestRestartDaemonWithRestartingContainer
20:33:53 [2021-06-18T20:33:53.045Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:33:53 [2021-06-18T20:33:53.045Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:33:53 [2021-06-18T20:33:53.306Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:33:53 [2021-06-18T20:33:53.495Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s)
20:33:53 [2021-06-18T20:33:53.495Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:33:53 [2021-06-18T20:33:53.876Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:33:54 [2021-06-18T20:33:54.061Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s)
20:33:54 [2021-06-18T20:33:54.061Z] === RUN   TestCgroupNamespacesRunOlderClient
20:33:54 [2021-06-18T20:33:54.449Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:33:55 [2021-06-18T20:33:55.835Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:33:55 [2021-06-18T20:33:55.962Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s)
20:33:55 [2021-06-18T20:33:55.962Z] === RUN   TestNISDomainname
20:33:56 [2021-06-18T20:33:56.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:33:56 [2021-06-18T20:33:56.901Z] --- PASS: TestNISDomainname (1.29s)
20:33:56 [2021-06-18T20:33:56.901Z] === RUN   TestHostnameDnsResolution
20:33:58 [2021-06-18T20:33:58.276Z] --- PASS: TestHostnameDnsResolution (1.20s)
20:33:58 [2021-06-18T20:33:58.276Z] === RUN   TestStats
20:33:58 [2021-06-18T20:33:58.366Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:33:58 [2021-06-18T20:33:58.640Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.74s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.85s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.58s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.73s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.70s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.59s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.54s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s)
20:33:58 [2021-06-18T20:33:58.640Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.43s)
20:33:58 [2021-06-18T20:33:58.640Z] === RUN   TestCgroupNamespacesRun
20:33:59 [2021-06-18T20:33:59.595Z] --- PASS: TestDaemonRestartIpcMode (5.91s)
20:33:59 [2021-06-18T20:33:59.595Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.87s)
20:33:59 [2021-06-18T20:33:59.595Z] PASS
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === Skipped
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
20:33:59 [2021-06-18T20:33:59.595Z]     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)
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     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)
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     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)
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestPause (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
20:33:59 [2021-06-18T20:33:59.595Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
20:33:59 [2021-06-18T20:33:59.595Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestStats (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
20:33:59 [2021-06-18T20:33:59.595Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] 
20:33:59 [2021-06-18T20:33:59.595Z] DONE 176 tests, 25 skipped in 105.851s
20:33:59 [2021-06-18T20:33:59.595Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:33:59 [2021-06-18T20:33:59.595Z] INFO: Testing against a local daemon
20:33:59 [2021-06-18T20:33:59.595Z] === RUN   TestCommitInheritsEnv
20:34:00 [2021-06-18T20:34:00.548Z] --- PASS: TestCgroupNamespacesRun (1.99s)
20:34:00 [2021-06-18T20:34:00.548Z] === RUN   TestCgroupNamespacesRunPrivileged
20:34:00 [2021-06-18T20:34:00.806Z] --- PASS: TestStats (2.73s)
20:34:00 [2021-06-18T20:34:00.806Z] === RUN   TestStopContainerWithTimeout
20:34:00 [2021-06-18T20:34:00.806Z] === RUN   TestStopContainerWithTimeout/0
20:34:00 [2021-06-18T20:34:00.806Z] === PAUSE TestStopContainerWithTimeout/0
20:34:00 [2021-06-18T20:34:00.806Z] === RUN   TestStopContainerWithTimeout/1
20:34:00 [2021-06-18T20:34:00.806Z] === PAUSE TestStopContainerWithTimeout/1
20:34:00 [2021-06-18T20:34:00.806Z] === RUN   TestStopContainerWithTimeout/3
20:34:00 [2021-06-18T20:34:00.806Z] === PAUSE TestStopContainerWithTimeout/3
20:34:00 [2021-06-18T20:34:00.806Z] === RUN   TestStopContainerWithTimeout/-1
20:34:00 [2021-06-18T20:34:00.806Z] === PAUSE TestStopContainerWithTimeout/-1
20:34:00 [2021-06-18T20:34:00.806Z] === CONT  TestStopContainerWithTimeout/0
20:34:00 [2021-06-18T20:34:00.806Z] === CONT  TestStopContainerWithTimeout/-1
20:34:01 [2021-06-18T20:34:01.508Z] --- PASS: TestCommitInheritsEnv (2.03s)
20:34:01 [2021-06-18T20:34:01.508Z] === RUN   TestImportExtremelyLargeImageWorks
20:34:01 [2021-06-18T20:34:01.508Z] === PAUSE TestImportExtremelyLargeImageWorks
20:34:01 [2021-06-18T20:34:01.509Z] === RUN   TestImagesFilterMultiReference
20:34:01 [2021-06-18T20:34:01.509Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:34:01 [2021-06-18T20:34:01.509Z] === RUN   TestImagePullPlatformInvalid
20:34:01 [2021-06-18T20:34:01.509Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:34:01 [2021-06-18T20:34:01.509Z] === RUN   TestRemoveImageOrphaning
20:34:01 [2021-06-18T20:34:01.742Z] === CONT  TestStopContainerWithTimeout/3
20:34:02 [2021-06-18T20:34:02.407Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
20:34:02 [2021-06-18T20:34:02.456Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s)
20:34:02 [2021-06-18T20:34:02.456Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestRemoveImageOrphaning (1.93s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestRemoveImageGarbageCollector
20:34:03 [2021-06-18T20:34:03.395Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:34:03 [2021-06-18T20:34:03.395Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagInvalidReference
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagInvalidReference (0.01s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagValidPrefixedRepo
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagExistedNameWithoutForce
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagOfficialNames
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagOfficialNames (0.06s)
20:34:03 [2021-06-18T20:34:03.395Z] === RUN   TestTagMatchesDigest
20:34:03 [2021-06-18T20:34:03.395Z] --- PASS: TestTagMatchesDigest (0.02s)
20:34:03 [2021-06-18T20:34:03.395Z] === CONT  TestImportExtremelyLargeImageWorks
20:34:03 [2021-06-18T20:34:03.931Z] --- PASS: TestBuildSquashParent (13.24s)
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:03 [2021-06-18T20:34:03.931Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:03 [2021-06-18T20:34:03.931Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:03 [2021-06-18T20:34:03.931Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:03 [2021-06-18T20:34:03.931Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:04 [2021-06-18T20:34:04.273Z] === CONT  TestStopContainerWithTimeout/1
20:34:04 [2021-06-18T20:34:04.365Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.99s)
20:34:04 [2021-06-18T20:34:04.365Z] === RUN   TestCgroupNamespacesRunHostMode
20:34:05 [2021-06-18T20:34:05.648Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:34:05 [2021-06-18T20:34:05.648Z]     --- PASS: TestStopContainerWithTimeout/0 (0.95s)
20:34:05 [2021-06-18T20:34:05.648Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.01s)
20:34:05 [2021-06-18T20:34:05.648Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
20:34:05 [2021-06-18T20:34:05.648Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
20:34:05 [2021-06-18T20:34:05.648Z] === RUN   TestDeleteDevicemapper
20:34:05 [2021-06-18T20:34:05.648Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:34:05 [2021-06-18T20:34:05.648Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:34:05 [2021-06-18T20:34:05.648Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:34:06 [2021-06-18T20:34:06.275Z] --- PASS: TestCgroupNamespacesRunHostMode (1.97s)
20:34:06 [2021-06-18T20:34:06.275Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:34:08 [2021-06-18T20:34:08.184Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.00s)
20:34:08 [2021-06-18T20:34:08.184Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:34:08 [2021-06-18T20:34:08.247Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:08 [2021-06-18T20:34:08.247Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:08 [2021-06-18T20:34:08.936Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.21s)
20:34:08 [2021-06-18T20:34:08.937Z] === RUN   TestUpdateMemory
20:34:09 [2021-06-18T20:34:09.580Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s)
20:34:09 [2021-06-18T20:34:09.580Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:34:10 [2021-06-18T20:34:10.312Z] --- PASS: TestUpdateMemory (1.36s)
20:34:10 [2021-06-18T20:34:10.312Z] === RUN   TestUpdateCPUQuota
20:34:10 [2021-06-18T20:34:10.521Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s)
20:34:10 [2021-06-18T20:34:10.521Z] === RUN   TestCgroupNamespacesRunOlderClient
20:34:13 [2021-06-18T20:34:13.059Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.96s)
20:34:13 [2021-06-18T20:34:13.059Z] === RUN   TestNISDomainname
20:34:13 [2021-06-18T20:34:13.543Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:13 [2021-06-18T20:34:13.543Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:13 [2021-06-18T20:34:13.999Z] --- PASS: TestNISDomainname (1.36s)
20:34:13 [2021-06-18T20:34:13.999Z] === RUN   TestHostnameDnsResolution
20:34:15 [2021-06-18T20:34:15.908Z] --- PASS: TestHostnameDnsResolution (1.66s)
20:34:15 [2021-06-18T20:34:15.908Z] === RUN   TestStats
20:34:16 [2021-06-18T20:34:16.869Z] --- PASS: TestUpdateCPUQuota (6.59s)
20:34:16 [2021-06-18T20:34:16.869Z] === RUN   TestUpdatePidsLimit
20:34:16 [2021-06-18T20:34:16.869Z] === RUN   TestUpdatePidsLimit/update_from_none
20:34:17 [2021-06-18T20:34:17.809Z] === RUN   TestUpdatePidsLimit/no_change
20:34:18 [2021-06-18T20:34:18.380Z] === RUN   TestUpdatePidsLimit/update_lower
20:34:18 [2021-06-18T20:34:18.449Z] --- PASS: TestStats (2.86s)
20:34:18 [2021-06-18T20:34:18.449Z] === RUN   TestStopContainerWithTimeout
20:34:18 [2021-06-18T20:34:18.449Z] === RUN   TestStopContainerWithTimeout/0
20:34:18 [2021-06-18T20:34:18.449Z] === PAUSE TestStopContainerWithTimeout/0
20:34:18 [2021-06-18T20:34:18.449Z] === RUN   TestStopContainerWithTimeout/1
20:34:18 [2021-06-18T20:34:18.449Z] === PAUSE TestStopContainerWithTimeout/1
20:34:18 [2021-06-18T20:34:18.449Z] === RUN   TestStopContainerWithTimeout/3
20:34:18 [2021-06-18T20:34:18.449Z] === PAUSE TestStopContainerWithTimeout/3
20:34:18 [2021-06-18T20:34:18.449Z] === RUN   TestStopContainerWithTimeout/-1
20:34:18 [2021-06-18T20:34:18.449Z] === PAUSE TestStopContainerWithTimeout/-1
20:34:18 [2021-06-18T20:34:18.449Z] === CONT  TestStopContainerWithTimeout/0
20:34:18 [2021-06-18T20:34:18.449Z] === CONT  TestStopContainerWithTimeout/1
20:34:18 [2021-06-18T20:34:18.449Z] === CONT  TestStopContainerWithTimeout/-1
20:34:18 [2021-06-18T20:34:18.449Z] === CONT  TestStopContainerWithTimeout/3
20:34:18 [2021-06-18T20:34:18.948Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:34:19 [2021-06-18T20:34:19.884Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:34:20 [2021-06-18T20:34:20.130Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.47s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.75s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.42s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.72s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.36s)
20:34:20 [2021-06-18T20:34:20.130Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.50s)
20:34:20 [2021-06-18T20:34:20.130Z] === RUN   TestBuildMultiStageCopy
20:34:20 [2021-06-18T20:34:20.130Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:34:20 [2021-06-18T20:34:20.451Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:34:21 [2021-06-18T20:34:21.019Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:34:21 [2021-06-18T20:34:21.746Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:34:21 [2021-06-18T20:34:21.746Z]     --- PASS: TestStopContainerWithTimeout/0 (1.35s)
20:34:21 [2021-06-18T20:34:21.746Z]     --- PASS: TestStopContainerWithTimeout/1 (2.07s)
20:34:21 [2021-06-18T20:34:21.746Z]     --- PASS: TestStopContainerWithTimeout/3 (3.13s)
20:34:21 [2021-06-18T20:34:21.746Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.24s)
20:34:21 [2021-06-18T20:34:21.746Z] === RUN   TestDeleteDevicemapper
20:34:21 [2021-06-18T20:34:21.746Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:34:21 [2021-06-18T20:34:21.746Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:34:21 [2021-06-18T20:34:21.746Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:34:22 [2021-06-18T20:34:22.447Z] --- PASS: TestUpdatePidsLimit (5.54s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.75s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/no_change (0.72s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.70s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.70s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.69s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.68s)
20:34:22 [2021-06-18T20:34:22.447Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.74s)
20:34:22 [2021-06-18T20:34:22.447Z] === RUN   TestUpdateRestartPolicy
20:34:22 [2021-06-18T20:34:22.811Z] tests/integration/api_network_test.py ............................       [ 47%]
20:34:23 [2021-06-18T20:34:23.419Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:34:23 [2021-06-18T20:34:23.419Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:34:24 [2021-06-18T20:34:24.283Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:34:24 [2021-06-18T20:34:24.301Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.52s)
20:34:24 [2021-06-18T20:34:24.301Z] === RUN   TestUpdateMemory
20:34:24 [2021-06-18T20:34:24.301Z] --- SKIP: TestUpdateMemory (0.00s)
20:34:24 [2021-06-18T20:34:24.301Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:34:24 [2021-06-18T20:34:24.301Z] === RUN   TestUpdateCPUQuota
20:34:24 [2021-06-18T20:34:24.850Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:34:25 [2021-06-18T20:34:25.419Z] --- PASS: TestBuildMultiStageCopy (6.37s)
20:34:25 [2021-06-18T20:34:25.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.86s)
20:34:25 [2021-06-18T20:34:25.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s)
20:34:25 [2021-06-18T20:34:25.420Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s)
20:34:25 [2021-06-18T20:34:25.420Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.75s)
20:34:25 [2021-06-18T20:34:25.420Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s)
20:34:25 [2021-06-18T20:34:25.420Z] === RUN   TestBuildMultiStageParentConfig
20:34:26 [2021-06-18T20:34:26.798Z] --- PASS: TestBuildMultiStageParentConfig (1.36s)
20:34:26 [2021-06-18T20:34:26.798Z] === RUN   TestBuildLabelWithTargets
20:34:29 [2021-06-18T20:34:29.333Z] --- PASS: TestBuildLabelWithTargets (2.52s)
20:34:29 [2021-06-18T20:34:29.333Z] === RUN   TestBuildWithEmptyLayers
20:34:30 [2021-06-18T20:34:30.016Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
20:34:30 [2021-06-18T20:34:30.710Z] --- PASS: TestBuildWithEmptyLayers (1.30s)
20:34:30 [2021-06-18T20:34:30.710Z] === RUN   TestBuildMultiStageOnBuild
20:34:30 [2021-06-18T20:34:30.877Z] --- PASS: TestUpdateCPUQuota (5.66s)
20:34:30 [2021-06-18T20:34:30.877Z] === RUN   TestUpdatePidsLimit
20:34:30 [2021-06-18T20:34:30.877Z] === RUN   TestUpdatePidsLimit/update_from_none
20:34:30 [2021-06-18T20:34:30.877Z] === RUN   TestUpdatePidsLimit/no_change
20:34:31 [2021-06-18T20:34:31.137Z] === RUN   TestUpdatePidsLimit/update_lower
20:34:31 [2021-06-18T20:34:31.469Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:34:32 [2021-06-18T20:34:32.076Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:34:32 [2021-06-18T20:34:32.562Z] 4612f6d0b889: Pull complete
20:34:32 [2021-06-18T20:34:32.645Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:34:33 [2021-06-18T20:34:33.215Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:34:34 [2021-06-18T20:34:34.154Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:34:34 [2021-06-18T20:34:34.901Z] --- PASS: TestBuildMultiStageOnBuild (4.25s)
20:34:34 [2021-06-18T20:34:34.901Z] === RUN   TestBuildUncleanTarFilenames
20:34:35 [2021-06-18T20:34:35.533Z] --- PASS: TestUpdatePidsLimit (5.38s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.63s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/no_change (0.65s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.70s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.72s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.66s)
20:34:35 [2021-06-18T20:34:35.533Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s)
20:34:35 [2021-06-18T20:34:35.533Z] === RUN   TestUpdateRestartPolicy
20:34:36 [2021-06-18T20:34:36.811Z] --- PASS: TestBuildUncleanTarFilenames (2.00s)
20:34:36 [2021-06-18T20:34:36.811Z] === RUN   TestBuildMultiStageLayerLeak
20:34:37 [2021-06-18T20:34:37.199Z] tests/integration/api_service_test.py .................................. [ 60%]
20:34:37 [2021-06-18T20:34:37.320Z] --- PASS: TestUpdateRestartPolicy (12.78s)
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestUpdateRestartWithAutoRemove
20:34:37 [2021-06-18T20:34:37.320Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s)
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitNonBlocked
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:37 [2021-06-18T20:34:37.320Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:37 [2021-06-18T20:34:37.320Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:37 [2021-06-18T20:34:37.320Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:37 [2021-06-18T20:34:37.320Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:37 [2021-06-18T20:34:37.320Z] --- PASS: TestWaitNonBlocked (0.01s)
20:34:37 [2021-06-18T20:34:37.320Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s)
20:34:37 [2021-06-18T20:34:37.320Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.22s)
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitBlocked
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:34:37 [2021-06-18T20:34:37.320Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:34:37 [2021-06-18T20:34:37.320Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:34:37 [2021-06-18T20:34:37.320Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:34:37 [2021-06-18T20:34:37.320Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:34:37 [2021-06-18T20:34:37.320Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:34:38 [2021-06-18T20:34:38.255Z] --- PASS: TestWaitBlocked (0.01s)
20:34:38 [2021-06-18T20:34:38.255Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s)
20:34:38 [2021-06-18T20:34:38.255Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s)
20:34:38 [2021-06-18T20:34:38.255Z] === CONT  TestContainerStartOnDaemonRestart
20:34:38 [2021-06-18T20:34:38.255Z] === CONT  TestContainerKillOnDaemonStart
20:34:41 [2021-06-18T20:34:41.540Z] --- PASS: TestContainerStartOnDaemonRestart (2.86s)
20:34:41 [2021-06-18T20:34:41.540Z] === CONT  TestIpcModeOlderClient
20:34:41 [2021-06-18T20:34:41.540Z] --- PASS: TestIpcModeOlderClient (0.06s)
20:34:41 [2021-06-18T20:34:41.540Z] === CONT  TestDaemonHostGatewayIP
20:34:42 [2021-06-18T20:34:42.092Z] --- PASS: TestBuildMultiStageLayerLeak (4.56s)
20:34:42 [2021-06-18T20:34:42.092Z] === RUN   TestBuildWithHugeFile
20:34:44 [2021-06-18T20:34:44.829Z] --- PASS: TestDaemonHostGatewayIP (3.27s)
20:34:44 [2021-06-18T20:34:44.829Z] === CONT  TestRestartDaemonWithRestartingContainer
20:34:46 [2021-06-18T20:34:46.902Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s)
20:34:46 [2021-06-18T20:34:46.902Z] === CONT  TestDaemonRestartIpcMode
20:34:50 [2021-06-18T20:34:50.185Z] --- PASS: TestDaemonRestartIpcMode (3.09s)
20:34:50 [2021-06-18T20:34:50.313Z] .........................                                                [ 67%]
20:34:50 [2021-06-18T20:34:50.426Z] --- PASS: TestUpdateRestartPolicy (12.99s)
20:34:50 [2021-06-18T20:34:50.426Z] === RUN   TestUpdateRestartWithAutoRemove
20:34:50 [2021-06-18T20:34:50.426Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s)
20:34:50 [2021-06-18T20:34:50.426Z] === RUN   TestWaitNonBlocked
20:34:50 [2021-06-18T20:34:50.427Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:50 [2021-06-18T20:34:50.427Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:50 [2021-06-18T20:34:50.427Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:50 [2021-06-18T20:34:50.427Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:50 [2021-06-18T20:34:50.427Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:34:50 [2021-06-18T20:34:50.427Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:34:50 [2021-06-18T20:34:50.427Z] --- PASS: TestWaitNonBlocked (0.02s)
20:34:50 [2021-06-18T20:34:50.427Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s)
20:34:50 [2021-06-18T20:34:50.427Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s)
20:34:50 [2021-06-18T20:34:50.427Z] === RUN   TestWaitBlocked
20:34:50 [2021-06-18T20:34:50.427Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:34:50 [2021-06-18T20:34:50.427Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:34:50 [2021-06-18T20:34:50.427Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:34:50 [2021-06-18T20:34:50.427Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:34:50 [2021-06-18T20:34:50.427Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:34:50 [2021-06-18T20:34:50.427Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:34:50 [2021-06-18T20:34:50.444Z] --- PASS: TestContainerKillOnDaemonStart (12.29s)
20:34:50 [2021-06-18T20:34:50.444Z] PASS
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] === Skipped
20:34:50 [2021-06-18T20:34:50.444Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:34:50 [2021-06-18T20:34:50.444Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:34:50 [2021-06-18T20:34:50.444Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:34:50 [2021-06-18T20:34:50.444Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
20:34:50 [2021-06-18T20:34:50.444Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:34:50 [2021-06-18T20:34:50.444Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] 
20:34:50 [2021-06-18T20:34:50.444Z] DONE 195 tests, 5 skipped in 146.997s
20:34:50 [2021-06-18T20:34:50.444Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:34:50 [2021-06-18T20:34:50.702Z] INFO: Testing against a local daemon
20:34:50 [2021-06-18T20:34:50.702Z] === RUN   TestCommitInheritsEnv
20:34:50 [2021-06-18T20:34:50.961Z] --- PASS: TestCommitInheritsEnv (0.31s)
20:34:50 [2021-06-18T20:34:50.961Z] === RUN   TestImportExtremelyLargeImageWorks
20:34:50 [2021-06-18T20:34:50.961Z] === PAUSE TestImportExtremelyLargeImageWorks
20:34:50 [2021-06-18T20:34:50.961Z] === RUN   TestImagesFilterMultiReference
20:34:50 [2021-06-18T20:34:50.961Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:34:50 [2021-06-18T20:34:50.961Z] === RUN   TestImagePullPlatformInvalid
20:34:50 [2021-06-18T20:34:50.961Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:34:50 [2021-06-18T20:34:50.961Z] === RUN   TestRemoveImageOrphaning
20:34:51 [2021-06-18T20:34:51.219Z] --- PASS: TestRemoveImageOrphaning (0.27s)
20:34:51 [2021-06-18T20:34:51.219Z] === RUN   TestRemoveImageGarbageCollector
20:34:51 [2021-06-18T20:34:51.366Z] --- PASS: TestWaitBlocked (0.03s)
20:34:51 [2021-06-18T20:34:51.366Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s)
20:34:51 [2021-06-18T20:34:51.366Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s)
20:34:51 [2021-06-18T20:34:51.366Z] === CONT  TestContainerStartOnDaemonRestart
20:34:51 [2021-06-18T20:34:51.366Z] === CONT  TestContainerKillOnDaemonStart
20:34:51 [2021-06-18T20:34:51.366Z] === CONT  TestRestartDaemonWithRestartingContainer
20:34:51 [2021-06-18T20:34:51.366Z] === CONT  TestIpcModeOlderClient
20:34:51 [2021-06-18T20:34:51.366Z] --- PASS: TestIpcModeOlderClient (0.10s)
20:34:51 [2021-06-18T20:34:51.366Z] === CONT  TestDaemonHostGatewayIP
20:34:52 [2021-06-18T20:34:52.088Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:52 [2021-06-18T20:34:52.088Z] Using test binary docker
20:34:52 [2021-06-18T20:34:52.088Z] +++ /etc/init.d/apparmor start
20:34:52 [2021-06-18T20:34:52.088Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:52 [2021-06-18T20:34:52.089Z] INFO: Waiting for daemon to start...
20:34:52 [2021-06-18T20:34:52.089Z] Starting dockerd
20:34:52 [2021-06-18T20:34:52.089Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
20:34:53 [2021-06-18T20:34:53.032Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:53 [2021-06-18T20:34:53.032Z] Using test binary docker
20:34:53 [2021-06-18T20:34:53.032Z] +++ /etc/init.d/apparmor start
20:34:53 [2021-06-18T20:34:53.032Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:53 [2021-06-18T20:34:53.032Z] INFO: Waiting for daemon to start...
20:34:53 [2021-06-18T20:34:53.032Z] Starting dockerd
20:34:53 [2021-06-18T20:34:53.032Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
20:34:53 [2021-06-18T20:34:53.123Z] --- PASS: TestRemoveImageGarbageCollector (2.00s)
20:34:53 [2021-06-18T20:34:53.123Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:34:53 [2021-06-18T20:34:53.382Z] === RUN   TestTagInvalidReference
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagInvalidReference (0.01s)
20:34:53 [2021-06-18T20:34:53.382Z] === RUN   TestTagValidPrefixedRepo
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:34:53 [2021-06-18T20:34:53.382Z] === RUN   TestTagExistedNameWithoutForce
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:34:53 [2021-06-18T20:34:53.382Z] === RUN   TestTagOfficialNames
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagOfficialNames (0.06s)
20:34:53 [2021-06-18T20:34:53.382Z] === RUN   TestTagMatchesDigest
20:34:53 [2021-06-18T20:34:53.382Z] --- PASS: TestTagMatchesDigest (0.01s)
20:34:53 [2021-06-18T20:34:53.382Z] === CONT  TestImportExtremelyLargeImageWorks
20:34:55 [2021-06-18T20:34:55.572Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s)
20:34:55 [2021-06-18T20:34:55.572Z] === CONT  TestDaemonRestartIpcMode
20:34:55 [2021-06-18T20:34:55.572Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.19s)
20:34:56 [2021-06-18T20:34:56.320Z] .
20:34:56 [2021-06-18T20:34:56.320Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:56 [2021-06-18T20:34:56.320Z] 
20:34:56 [2021-06-18T20:34:56.320Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:56 [2021-06-18T20:34:56.320Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:56 [2021-06-18T20:34:56.320Z] Error: No such image: emptyfs
20:34:56 [2021-06-18T20:34:56.320Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:56 [2021-06-18T20:34:56.320Z] ++++ docker load
20:34:56 [2021-06-18T20:34:56.320Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:56 [2021-06-18T20:34:56.320Z] Error: No such image: emptyfs
20:34:56 [2021-06-18T20:34:56.320Z] ++++ docker load
20:34:56 [2021-06-18T20:34:56.320Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:56 [2021-06-18T20:34:56.320Z] Running integration-test (iteration 1)
20:34:56 [2021-06-18T20:34:56.579Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:34:56 [2021-06-18T20:34:56.580Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:34:56 [2021-06-18T20:34:56.580Z] ++ set -e
20:34:56 [2021-06-18T20:34:56.580Z] ++ '[' -n 0 ']'
20:34:56 [2021-06-18T20:34:56.580Z] ++ set -x
20:34:56 [2021-06-18T20:34:56.580Z] ++ 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)/'
20:34:56 [2021-06-18T20:34:56.580Z] Running integration-test (iteration 1)
20:34:56 [2021-06-18T20:34:56.580Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
20:34:56 [2021-06-18T20:34:56.580Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:34:56 [2021-06-18T20:34:56.580Z] ++ set -e
20:34:56 [2021-06-18T20:34:56.580Z] ++ '[' -n 0 ']'
20:34:56 [2021-06-18T20:34:56.580Z] ++ set -x
20:34:56 [2021-06-18T20:34:56.580Z] ++ 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)/'
20:34:56 [2021-06-18T20:34:56.955Z] --- PASS: TestDaemonHostGatewayIP (5.51s)
20:34:58 [2021-06-18T20:34:58.870Z] --- PASS: TestDaemonRestartIpcMode (3.74s)
20:35:05 [2021-06-18T20:35:05.441Z] --- PASS: TestContainerKillOnDaemonStart (13.10s)
20:35:05 [2021-06-18T20:35:05.441Z] PASS
20:35:05 [2021-06-18T20:35:05.441Z] 
20:35:05 [2021-06-18T20:35:05.441Z] === Skipped
20:35:05 [2021-06-18T20:35:05.441Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
20:35:05 [2021-06-18T20:35:05.441Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:35:05 [2021-06-18T20:35:05.441Z] 
20:35:05 [2021-06-18T20:35:05.441Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
20:35:05 [2021-06-18T20:35:05.441Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:35:05 [2021-06-18T20:35:05.441Z] 
20:35:05 [2021-06-18T20:35:05.441Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
20:35:05 [2021-06-18T20:35:05.441Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:35:05 [2021-06-18T20:35:05.441Z] 
20:35:05 [2021-06-18T20:35:05.442Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:35:05 [2021-06-18T20:35:05.442Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:35:05 [2021-06-18T20:35:05.442Z] 
20:35:05 [2021-06-18T20:35:05.442Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
20:35:05 [2021-06-18T20:35:05.442Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:35:05 [2021-06-18T20:35:05.442Z] 
20:35:05 [2021-06-18T20:35:05.442Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
20:35:05 [2021-06-18T20:35:05.442Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:35:05 [2021-06-18T20:35:05.442Z] 
20:35:05 [2021-06-18T20:35:05.442Z] 
20:35:05 [2021-06-18T20:35:05.442Z] DONE 195 tests, 6 skipped in 151.233s
20:35:05 [2021-06-18T20:35:05.442Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
20:35:05 [2021-06-18T20:35:05.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:35:05 [2021-06-18T20:35:05.442Z] ++ set -e
20:35:05 [2021-06-18T20:35:05.442Z] ++ '[' -n 0 ']'
20:35:05 [2021-06-18T20:35:05.442Z] ++ set -x
20:35:05 [2021-06-18T20:35:05.442Z] ++ 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
20:35:05 [2021-06-18T20:35:05.442Z] INFO: Testing against a local daemon
20:35:05 [2021-06-18T20:35:05.442Z] === RUN   TestCommitInheritsEnv
20:35:05 [2021-06-18T20:35:05.442Z] --- PASS: TestCommitInheritsEnv (0.42s)
20:35:05 [2021-06-18T20:35:05.442Z] === RUN   TestImportExtremelyLargeImageWorks
20:35:05 [2021-06-18T20:35:05.442Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:35:05 [2021-06-18T20:35:05.442Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:35:05 [2021-06-18T20:35:05.442Z] === RUN   TestImagesFilterMultiReference
20:35:05 [2021-06-18T20:35:05.442Z] --- PASS: TestImagesFilterMultiReference (0.10s)
20:35:05 [2021-06-18T20:35:05.442Z] === RUN   TestImagePullPlatformInvalid
20:35:05 [2021-06-18T20:35:05.442Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
20:35:05 [2021-06-18T20:35:05.442Z] === RUN   TestRemoveImageOrphaning
20:35:05 [2021-06-18T20:35:05.703Z] --- PASS: TestRemoveImageOrphaning (0.40s)
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestRemoveImageGarbageCollector
20:35:05 [2021-06-18T20:35:05.703Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:35:05 [2021-06-18T20:35:05.703Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:35:05 [2021-06-18T20:35:05.703Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestTagInvalidReference
20:35:05 [2021-06-18T20:35:05.703Z] --- PASS: TestTagInvalidReference (0.03s)
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestTagValidPrefixedRepo
20:35:05 [2021-06-18T20:35:05.703Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestTagExistedNameWithoutForce
20:35:05 [2021-06-18T20:35:05.703Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
20:35:05 [2021-06-18T20:35:05.703Z] === RUN   TestTagOfficialNames
20:35:05 [2021-06-18T20:35:05.963Z] --- PASS: TestTagOfficialNames (0.08s)
20:35:05 [2021-06-18T20:35:05.963Z] === RUN   TestTagMatchesDigest
20:35:05 [2021-06-18T20:35:05.963Z] --- PASS: TestTagMatchesDigest (0.03s)
20:35:05 [2021-06-18T20:35:05.963Z] PASS
20:35:05 [2021-06-18T20:35:05.963Z] 
20:35:05 [2021-06-18T20:35:05.963Z] === Skipped
20:35:05 [2021-06-18T20:35:05.963Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
20:35:05 [2021-06-18T20:35:05.963Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:35:05 [2021-06-18T20:35:05.963Z] 
20:35:05 [2021-06-18T20:35:05.963Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:35:05 [2021-06-18T20:35:05.963Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:35:05 [2021-06-18T20:35:05.963Z] 
20:35:05 [2021-06-18T20:35:05.963Z] 
20:35:05 [2021-06-18T20:35:05.963Z] DONE 12 tests, 2 skipped in 1.502s
20:35:05 [2021-06-18T20:35:05.963Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
20:35:05 [2021-06-18T20:35:05.963Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:35:05 [2021-06-18T20:35:05.963Z] ++ set -e
20:35:05 [2021-06-18T20:35:05.963Z] ++ '[' -n 0 ']'
20:35:05 [2021-06-18T20:35:05.963Z] ++ set -x
20:35:05 [2021-06-18T20:35:05.963Z] ++ 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
20:35:05 [2021-06-18T20:35:05.963Z] INFO: Testing against a local daemon
20:35:05 [2021-06-18T20:35:05.963Z] === RUN   TestNetworkCreateDelete
20:35:06 [2021-06-18T20:35:06.532Z] --- PASS: TestNetworkCreateDelete (0.43s)
20:35:06 [2021-06-18T20:35:06.532Z] === RUN   TestDockerNetworkDeletePreferID
20:35:07 [2021-06-18T20:35:07.913Z] --- PASS: TestDockerNetworkDeletePreferID (1.31s)
20:35:07 [2021-06-18T20:35:07.913Z] === RUN   TestDaemonDNSFallback
20:35:16 [2021-06-18T20:35:16.040Z] --- PASS: TestDaemonDNSFallback (7.19s)
20:35:16 [2021-06-18T20:35:16.040Z] === RUN   TestInspectNetwork
20:35:19 [2021-06-18T20:35:19.337Z] === RUN   TestInspectNetwork/full_network_id
20:35:19 [2021-06-18T20:35:19.337Z] === RUN   TestInspectNetwork/partial_network_id
20:35:19 [2021-06-18T20:35:19.337Z] === RUN   TestInspectNetwork/network_name
20:35:19 [2021-06-18T20:35:19.337Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:35:23 [2021-06-18T20:35:23.532Z] --- PASS: TestInspectNetwork (8.59s)
20:35:23 [2021-06-18T20:35:23.532Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:35:23 [2021-06-18T20:35:23.532Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:35:23 [2021-06-18T20:35:23.532Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:35:23 [2021-06-18T20:35:23.532Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:35:23 [2021-06-18T20:35:23.532Z] === RUN   TestRunContainerWithBridgeNone
20:35:26 [2021-06-18T20:35:26.826Z] --- PASS: TestRunContainerWithBridgeNone (3.09s)
20:35:26 [2021-06-18T20:35:26.826Z] === RUN   TestNetworkInvalidJSON
20:35:26 [2021-06-18T20:35:26.826Z] === RUN   TestNetworkInvalidJSON//networks/create
20:35:26 [2021-06-18T20:35:26.827Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:35:26 [2021-06-18T20:35:26.827Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:26 [2021-06-18T20:35:26.827Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:26 [2021-06-18T20:35:26.827Z] === CONT  TestNetworkInvalidJSON//networks/create
20:35:26 [2021-06-18T20:35:26.827Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:26 [2021-06-18T20:35:26.827Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:35:26 [2021-06-18T20:35:26.827Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:35:26 [2021-06-18T20:35:26.827Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:35:26 [2021-06-18T20:35:26.827Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:35:26 [2021-06-18T20:35:26.827Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestNetworkList
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestNetworkList//networks
20:35:26 [2021-06-18T20:35:26.827Z] === PAUSE TestNetworkList//networks
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestNetworkList//networks/
20:35:26 [2021-06-18T20:35:26.827Z] === PAUSE TestNetworkList//networks/
20:35:26 [2021-06-18T20:35:26.827Z] === CONT  TestNetworkList//networks
20:35:26 [2021-06-18T20:35:26.827Z] === CONT  TestNetworkList//networks/
20:35:26 [2021-06-18T20:35:26.827Z] --- PASS: TestNetworkList (0.03s)
20:35:26 [2021-06-18T20:35:26.827Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:35:26 [2021-06-18T20:35:26.827Z]     --- PASS: TestNetworkList//networks (0.00s)
20:35:26 [2021-06-18T20:35:26.827Z] === RUN   TestHostIPv4BridgeLabel
20:35:27 [2021-06-18T20:35:27.768Z] --- PASS: TestHostIPv4BridgeLabel (0.80s)
20:35:27 [2021-06-18T20:35:27.768Z] === RUN   TestDaemonRestartWithLiveRestore
20:35:29 [2021-06-18T20:35:29.155Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s)
20:35:29 [2021-06-18T20:35:29.155Z] === RUN   TestDaemonDefaultNetworkPools
20:35:30 [2021-06-18T20:35:30.095Z] --- PASS: TestDaemonDefaultNetworkPools (1.17s)
20:35:30 [2021-06-18T20:35:30.095Z] === RUN   TestDaemonRestartWithExistingNetwork
20:35:31 [2021-06-18T20:35:31.873Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:35:32 [2021-06-18T20:35:32.145Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.83s)
20:35:32 [2021-06-18T20:35:32.145Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:35:34 [2021-06-18T20:35:34.685Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.29s)
20:35:34 [2021-06-18T20:35:34.685Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:35:34 [2021-06-18T20:35:34.945Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.73s)
20:35:34 [2021-06-18T20:35:34.945Z] === RUN   TestServiceWithPredefinedNetwork
20:35:38 [2021-06-18T20:35:38.241Z] --- PASS: TestServiceWithPredefinedNetwork (3.04s)
20:35:38 [2021-06-18T20:35:38.241Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:35:38 [2021-06-18T20:35:38.241Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:35:38 [2021-06-18T20:35:38.241Z]     service_test.go:242: FLAKY_TEST
20:35:38 [2021-06-18T20:35:38.241Z] === RUN   TestServiceWithDataPathPortInit
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: buildpack-deps:buster
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: busybox:latest
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: busybox:glibc
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: buildpack-deps:buster
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: busybox:latest
20:35:43 [2021-06-18T20:35:43.352Z] Loaded image: busybox:glibc
20:35:45 [2021-06-18T20:35:45.885Z] Loaded image: debian:bullseye
20:35:45 [2021-06-18T20:35:45.885Z] Loaded image: hello-world:latest
20:35:45 [2021-06-18T20:35:45.885Z] Loaded image: arm32v7/hello-world:latest
20:35:45 [2021-06-18T20:35:45.885Z] INFO: Testing against a local daemon
20:35:46 [2021-06-18T20:35:46.145Z] === RUN   TestDockerDaemonSuite
20:35:46 [2021-06-18T20:35:46.145Z] Loaded image: debian:bullseye
20:35:46 [2021-06-18T20:35:46.145Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
20:35:46 [2021-06-18T20:35:46.145Z] Loaded image: hello-world:latest
20:35:46 [2021-06-18T20:35:46.404Z] Loaded image: arm32v7/hello-world:latest
20:35:46 [2021-06-18T20:35:46.404Z] INFO: Testing against a local daemon
20:35:46 [2021-06-18T20:35:46.404Z] === RUN   TestDockerSuite
20:35:48 [2021-06-18T20:35:48.479Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIErrorJSON
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
20:35:48 [2021-06-18T20:35:48.481Z] === RUN   TestDockerSuite/TestAPIImagesDelete
20:35:49 [2021-06-18T20:35:49.045Z] tests/integration/client_test.py .....                                   [ 75%]
20:35:49 [2021-06-18T20:35:49.304Z] tests/integration/context_api_test.py ...                                [ 76%]
20:35:49 [2021-06-18T20:35:49.859Z] === RUN   TestDockerSuite/TestAPIImagesFilter
20:35:49 [2021-06-18T20:35:49.870Z] tests/integration/errors_test.py .                                       [ 76%]
20:35:50 [2021-06-18T20:35:50.118Z] === RUN   TestDockerSuite/TestAPIImagesHistory
20:35:50 [2021-06-18T20:35:50.692Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
20:35:50 [2021-06-18T20:35:50.692Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
20:35:51 [2021-06-18T20:35:51.632Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
20:35:51 [2021-06-18T20:35:51.632Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
20:35:51 [2021-06-18T20:35:51.632Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
20:35:54 [2021-06-18T20:35:54.170Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
20:35:54 [2021-06-18T20:35:54.170Z] === RUN   TestDockerSuite/TestAPINetworkFilter
20:35:54 [2021-06-18T20:35:54.170Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
20:35:54 [2021-06-18T20:35:54.170Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
20:35:54 [2021-06-18T20:35:54.429Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
20:35:54 [2021-06-18T20:35:54.778Z] --- PASS: TestImportExtremelyLargeImageWorks (104.39s)
20:35:54 [2021-06-18T20:35:54.778Z] PASS
20:35:54 [2021-06-18T20:35:54.778Z] 
20:35:54 [2021-06-18T20:35:54.778Z] === Skipped
20:35:54 [2021-06-18T20:35:54.778Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:35:54 [2021-06-18T20:35:54.779Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:35:54 [2021-06-18T20:35:54.779Z] 
20:35:54 [2021-06-18T20:35:54.779Z] 
20:35:54 [2021-06-18T20:35:54.779Z] DONE 12 tests, 1 skipped in 108.802s
20:35:54 [2021-06-18T20:35:54.779Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:35:54 [2021-06-18T20:35:54.779Z] INFO: Testing against a local daemon
20:35:54 [2021-06-18T20:35:54.779Z] === RUN   TestNetworkCreateDelete
20:35:54 [2021-06-18T20:35:54.779Z] --- PASS: TestNetworkCreateDelete (0.15s)
20:35:54 [2021-06-18T20:35:54.779Z] === RUN   TestDockerNetworkDeletePreferID
20:35:54 [2021-06-18T20:35:54.779Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:35:54 [2021-06-18T20:35:54.779Z] === RUN   TestDaemonDNSFallback
20:35:55 [2021-06-18T20:35:55.366Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
20:35:56 [2021-06-18T20:35:56.141Z] --- PASS: TestDaemonDNSFallback (7.59s)
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestInspectNetwork
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestInspectNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestRunContainerWithBridgeNone
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkInvalidJSON
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkInvalidJSON//networks/create
20:35:56 [2021-06-18T20:35:56.142Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:35:56 [2021-06-18T20:35:56.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:56 [2021-06-18T20:35:56.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:56 [2021-06-18T20:35:56.142Z] === CONT  TestNetworkInvalidJSON//networks/create
20:35:56 [2021-06-18T20:35:56.142Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:56 [2021-06-18T20:35:56.142Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:35:56 [2021-06-18T20:35:56.142Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:35:56 [2021-06-18T20:35:56.142Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkList
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkList//networks
20:35:56 [2021-06-18T20:35:56.142Z] === PAUSE TestNetworkList//networks
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestNetworkList//networks/
20:35:56 [2021-06-18T20:35:56.142Z] === PAUSE TestNetworkList//networks/
20:35:56 [2021-06-18T20:35:56.142Z] === CONT  TestNetworkList//networks
20:35:56 [2021-06-18T20:35:56.142Z] === CONT  TestNetworkList//networks/
20:35:56 [2021-06-18T20:35:56.142Z] --- PASS: TestNetworkList (0.02s)
20:35:56 [2021-06-18T20:35:56.142Z]     --- PASS: TestNetworkList//networks (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestHostIPv4BridgeLabel
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDaemonRestartWithLiveRestore
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDaemonDefaultNetworkPools
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDaemonRestartWithExistingNetwork
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestServiceWithPredefinedNetwork
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:242: FLAKY_TEST
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestServiceWithDataPathPortInit
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] PASS
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === Skipped
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:242: FLAKY_TEST
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] DONE 22 tests, 12 skipped in 8.262s
20:35:56 [2021-06-18T20:35:56.142Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.142Z] INFO: Testing against a local daemon
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDockerNetworkIpvlanPersistance
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:35:56 [2021-06-18T20:35:56.142Z] === RUN   TestDockerNetworkIpvlan
20:35:56 [2021-06-18T20:35:56.142Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:35:56 [2021-06-18T20:35:56.142Z] PASS
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === Skipped
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:35:56 [2021-06-18T20:35:56.142Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] 
20:35:56 [2021-06-18T20:35:56.142Z] DONE 2 tests, 2 skipped in 0.122s
20:35:56 [2021-06-18T20:35:56.142Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.398Z] INFO: Testing against a local daemon
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestDockerNetworkMacvlanPersistance
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestDockerNetworkMacvlan
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.398Z] PASS
20:35:56 [2021-06-18T20:35:56.398Z] 
20:35:56 [2021-06-18T20:35:56.398Z] === Skipped
20:35:56 [2021-06-18T20:35:56.398Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.398Z] 
20:35:56 [2021-06-18T20:35:56.398Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:35:56 [2021-06-18T20:35:56.398Z] 
20:35:56 [2021-06-18T20:35:56.398Z] 
20:35:56 [2021-06-18T20:35:56.398Z] DONE 2 tests, 2 skipped in 0.112s
20:35:56 [2021-06-18T20:35:56.398Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.398Z] testing: warning: no tests to run
20:35:56 [2021-06-18T20:35:56.398Z] PASS
20:35:56 [2021-06-18T20:35:56.398Z] 
20:35:56 [2021-06-18T20:35:56.398Z] DONE 0 tests in 0.026s
20:35:56 [2021-06-18T20:35:56.398Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.398Z] INFO: Testing against a local daemon
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginAllowRequest
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginTLS
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginTLS (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginDenyRequest
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginAPIDenyResponse
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginDenyResponse
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginAllowEventStream
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginErrorResponse
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginErrorRequest
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginHeader
20:35:56 [2021-06-18T20:35:56.398Z] --- SKIP: TestAuthZPluginHeader (0.00s)
20:35:56 [2021-06-18T20:35:56.398Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.398Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:35:56 [2021-06-18T20:35:56.594Z] --- PASS: TestServiceWithDataPathPortInit (16.82s)
20:35:56 [2021-06-18T20:35:56.594Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:35:56 [2021-06-18T20:35:56.653Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.20s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] === RUN   TestAuthZPluginV2Disable
20:35:56 [2021-06-18T20:35:56.653Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:35:56 [2021-06-18T20:35:56.653Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:35:56 [2021-06-18T20:35:56.653Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:35:56 [2021-06-18T20:35:56.653Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] PASS
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === Skipped
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.653Z] 
20:35:56 [2021-06-18T20:35:56.653Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:35:56 [2021-06-18T20:35:56.653Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.20s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
20:35:56 [2021-06-18T20:35:56.654Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] 
20:35:56 [2021-06-18T20:35:56.654Z] DONE 17 tests, 17 skipped in 0.377s
20:35:56 [2021-06-18T20:35:56.654Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.746Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
20:35:56 [2021-06-18T20:35:56.909Z] INFO: Testing against a local daemon
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestPluginInvalidJSON
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:35:56 [2021-06-18T20:35:56.909Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:35:56 [2021-06-18T20:35:56.909Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:35:56 [2021-06-18T20:35:56.909Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:35:56 [2021-06-18T20:35:56.909Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestPluginInstall
20:35:56 [2021-06-18T20:35:56.909Z] --- SKIP: TestPluginInstall (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestPluginsWithRuntimes
20:35:56 [2021-06-18T20:35:56.909Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestPluginBackCompatMediaTypes
20:35:56 [2021-06-18T20:35:56.909Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
20:35:56 [2021-06-18T20:35:56.909Z] PASS
20:35:56 [2021-06-18T20:35:56.909Z] 
20:35:56 [2021-06-18T20:35:56.909Z] === Skipped
20:35:56 [2021-06-18T20:35:56.909Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:35:56 [2021-06-18T20:35:56.909Z] 
20:35:56 [2021-06-18T20:35:56.909Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
20:35:56 [2021-06-18T20:35:56.909Z] 
20:35:56 [2021-06-18T20:35:56.909Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
20:35:56 [2021-06-18T20:35:56.909Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
20:35:56 [2021-06-18T20:35:56.909Z] 
20:35:56 [2021-06-18T20:35:56.909Z] 
20:35:56 [2021-06-18T20:35:56.909Z] DONE 5 tests, 3 skipped in 0.161s
20:35:56 [2021-06-18T20:35:56.909Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:35:56 [2021-06-18T20:35:56.909Z] INFO: Testing against a local daemon
20:35:56 [2021-06-18T20:35:56.909Z] === RUN   TestExternalGraphDriver
20:35:57 [2021-06-18T20:35:57.005Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
20:35:57 [2021-06-18T20:35:57.165Z] --- SKIP: TestExternalGraphDriver (0.07s)
20:35:57 [2021-06-18T20:35:57.165Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:35:57 [2021-06-18T20:35:57.165Z] === RUN   TestGraphdriverPluginV2
20:35:57 [2021-06-18T20:35:57.265Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
20:35:57 [2021-06-18T20:35:57.265Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
20:35:57 [2021-06-18T20:35:57.265Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
20:36:03 [2021-06-18T20:36:03.169Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.32s)
20:36:03 [2021-06-18T20:36:03.169Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mdxmsn07pooiyryci1y13qi3j Created:2021-06-18 20:35:56.446865062 +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[3bb66d2cfdeb5dba809f3746d4b1a6b912d8a81dd26dfc5df3731c118c53ad2e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y2603ufljxenvmzynpihospxg EndpointID:c2633ca063bf11739700d609ea8347a75d9ee127f0cc1bf15deb3c05f33ebb0f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:efa8640f6c303675d1e19fa711d5615abb4e412e2948f41f3ff8758d4bac452e 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:b0d3cdd89ab4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y2603ufljxenvmzynpihospxg EndpointID:c2633ca063bf11739700d609ea8347a75d9ee127f0cc1bf15deb3c05f33ebb0f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:36:03 [2021-06-18T20:36:03.169Z] PASS
20:36:03 [2021-06-18T20:36:03.169Z] 
20:36:03 [2021-06-18T20:36:03.169Z] === Skipped
20:36:03 [2021-06-18T20:36:03.169Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:36:03 [2021-06-18T20:36:03.169Z]     service_test.go:242: FLAKY_TEST
20:36:03 [2021-06-18T20:36:03.169Z] 
20:36:03 [2021-06-18T20:36:03.169Z] 
20:36:03 [2021-06-18T20:36:03.169Z] DONE 26 tests, 1 skipped in 57.254s
20:36:03 [2021-06-18T20:36:03.169Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:36:03 [2021-06-18T20:36:03.169Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:36:03 [2021-06-18T20:36:03.169Z] ++ set -e
20:36:03 [2021-06-18T20:36:03.169Z] ++ '[' -n 0 ']'
20:36:03 [2021-06-18T20:36:03.169Z] ++ set -x
20:36:03 [2021-06-18T20:36:03.169Z] ++ 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
20:36:03 [2021-06-18T20:36:03.430Z] INFO: Testing against a local daemon
20:36:03 [2021-06-18T20:36:03.430Z] === RUN   TestDockerNetworkIpvlanPersistance
20:36:03 [2021-06-18T20:36:03.430Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
20:36:03 [2021-06-18T20:36:03.430Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:03 [2021-06-18T20:36:03.430Z] === RUN   TestDockerNetworkIpvlan
20:36:03 [2021-06-18T20:36:03.430Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:36:03 [2021-06-18T20:36:03.430Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:03 [2021-06-18T20:36:03.430Z] PASS
20:36:03 [2021-06-18T20:36:03.430Z] 
20:36:03 [2021-06-18T20:36:03.430Z] === Skipped
20:36:03 [2021-06-18T20:36:03.430Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
20:36:03 [2021-06-18T20:36:03.430Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:03 [2021-06-18T20:36:03.430Z] 
20:36:03 [2021-06-18T20:36:03.430Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:36:03 [2021-06-18T20:36:03.430Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:03 [2021-06-18T20:36:03.430Z] 
20:36:03 [2021-06-18T20:36:03.430Z] 
20:36:03 [2021-06-18T20:36:03.430Z] DONE 2 tests, 2 skipped in 0.152s
20:36:03 [2021-06-18T20:36:03.430Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:36:03 [2021-06-18T20:36:03.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:36:03 [2021-06-18T20:36:03.430Z] ++ set -e
20:36:03 [2021-06-18T20:36:03.430Z] ++ '[' -n 0 ']'
20:36:03 [2021-06-18T20:36:03.430Z] ++ set -x
20:36:03 [2021-06-18T20:36:03.430Z] ++ 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
20:36:03 [2021-06-18T20:36:03.430Z] INFO: Testing against a local daemon
20:36:03 [2021-06-18T20:36:03.430Z] === RUN   TestDockerNetworkMacvlanPersistance
20:36:03 [2021-06-18T20:36:03.699Z] --- PASS: TestGraphdriverPluginV2 (5.69s)
20:36:03 [2021-06-18T20:36:03.699Z] PASS
20:36:03 [2021-06-18T20:36:03.699Z] 
20:36:03 [2021-06-18T20:36:03.699Z] === Skipped
20:36:03 [2021-06-18T20:36:03.699Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
20:36:03 [2021-06-18T20:36:03.699Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:36:03 [2021-06-18T20:36:03.699Z] 
20:36:03 [2021-06-18T20:36:03.699Z] 
20:36:03 [2021-06-18T20:36:03.699Z] DONE 2 tests, 1 skipped in 5.885s
20:36:03 [2021-06-18T20:36:03.699Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:36:03 [2021-06-18T20:36:03.699Z] INFO: Testing against a local daemon
20:36:03 [2021-06-18T20:36:03.699Z] === RUN   TestContinueAfterPluginCrash
20:36:03 [2021-06-18T20:36:03.699Z] === PAUSE TestContinueAfterPluginCrash
20:36:03 [2021-06-18T20:36:03.699Z] === RUN   TestReadPluginNoRead
20:36:03 [2021-06-18T20:36:03.699Z] === PAUSE TestReadPluginNoRead
20:36:03 [2021-06-18T20:36:03.699Z] === RUN   TestDaemonStartWithLogOpt
20:36:03 [2021-06-18T20:36:03.699Z] === PAUSE TestDaemonStartWithLogOpt
20:36:03 [2021-06-18T20:36:03.699Z] === CONT  TestContinueAfterPluginCrash
20:36:03 [2021-06-18T20:36:03.699Z] === CONT  TestDaemonStartWithLogOpt
20:36:03 [2021-06-18T20:36:03.834Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
20:36:05 [2021-06-18T20:36:05.344Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.92s)
20:36:05 [2021-06-18T20:36:05.344Z] === RUN   TestDockerNetworkMacvlan
20:36:06 [2021-06-18T20:36:06.284Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:36:07 [2021-06-18T20:36:07.666Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:36:08 [2021-06-18T20:36:08.023Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
20:36:08 [2021-06-18T20:36:08.606Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:36:10 [2021-06-18T20:36:10.239Z] --- PASS: TestDaemonStartWithLogOpt (6.58s)
20:36:10 [2021-06-18T20:36:10.239Z] === CONT  TestReadPluginNoRead
20:36:11 [2021-06-18T20:36:11.902Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:36:12 [2021-06-18T20:36:12.216Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
20:36:13 [2021-06-18T20:36:13.505Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:36:13 [2021-06-18T20:36:13.505Z] --- PASS: TestContinueAfterPluginCrash (10.51s)
20:36:13 [2021-06-18T20:36:13.596Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
20:36:13 [2021-06-18T20:36:13.855Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
20:36:15 [2021-06-18T20:36:15.200Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:36:15 [2021-06-18T20:36:15.233Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
20:36:15 [2021-06-18T20:36:15.862Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:36:16 [2021-06-18T20:36:16.018Z] === RUN   TestReadPluginNoRead/default
20:36:17 [2021-06-18T20:36:17.140Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
20:36:17 [2021-06-18T20:36:17.708Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
20:36:18 [2021-06-18T20:36:18.278Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
20:36:18 [2021-06-18T20:36:18.533Z] === RUN   TestReadPluginNoRead/disabled_caching
20:36:19 [2021-06-18T20:36:19.658Z] === RUN   TestDockerSuite/TestAttachAfterDetach
20:36:20 [2021-06-18T20:36:20.597Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
20:36:21 [2021-06-18T20:36:21.125Z] --- PASS: TestReadPluginNoRead (11.14s)
20:36:21 [2021-06-18T20:36:21.125Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.49s)
20:36:21 [2021-06-18T20:36:21.125Z]     --- PASS: TestReadPluginNoRead/default (2.52s)
20:36:21 [2021-06-18T20:36:21.125Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.55s)
20:36:21 [2021-06-18T20:36:21.125Z]     read_test.go:92: [d0f85661a346f] daemon is not started
20:36:21 [2021-06-18T20:36:21.125Z] PASS
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] DONE 6 tests in 17.855s
20:36:21 [2021-06-18T20:36:21.125Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:36:21 [2021-06-18T20:36:21.125Z] testing: warning: no tests to run
20:36:21 [2021-06-18T20:36:21.125Z] PASS
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] DONE 0 tests in 0.048s
20:36:21 [2021-06-18T20:36:21.125Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:36:21 [2021-06-18T20:36:21.125Z] INFO: Testing against a local daemon
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestPluginWithDevMounts
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:36:21 [2021-06-18T20:36:21.125Z] PASS
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === Skipped
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] DONE 1 tests, 1 skipped in 0.152s
20:36:21 [2021-06-18T20:36:21.125Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:36:21 [2021-06-18T20:36:21.125Z] INFO: Testing against a local daemon
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestSecretInspect
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestSecretInspect (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestSecretList
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestSecretList (0.02s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestSecretsCreateAndDelete
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestSecretsUpdate
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestSecretsUpdate (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestTemplatedSecret
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestTemplatedSecret (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestSecretCreateResolve
20:36:21 [2021-06-18T20:36:21.125Z] --- SKIP: TestSecretCreateResolve (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] PASS
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === Skipped
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
20:36:21 [2021-06-18T20:36:21.125Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] 
20:36:21 [2021-06-18T20:36:21.125Z] DONE 6 tests, 6 skipped in 0.184s
20:36:21 [2021-06-18T20:36:21.125Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:36:21 [2021-06-18T20:36:21.125Z] INFO: Testing against a local daemon
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestServiceCreateInit
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:36:21 [2021-06-18T20:36:21.125Z] --- PASS: TestServiceCreateInit (0.03s)
20:36:21 [2021-06-18T20:36:21.125Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:21 [2021-06-18T20:36:21.125Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.125Z] === RUN   TestCreateServiceMultipleTimes
20:36:21 [2021-06-18T20:36:21.166Z] --- PASS: TestBuildWithHugeFile (99.53s)
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildWithEmptyDockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:21 [2021-06-18T20:36:21.166Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
20:36:21 [2021-06-18T20:36:21.166Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
20:36:21 [2021-06-18T20:36:21.166Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
20:36:21 [2021-06-18T20:36:21.166Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildPreserveOwnership
20:36:21 [2021-06-18T20:36:21.166Z] === RUN   TestBuildPreserveOwnership/copy_from
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceConflict
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceConflict (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceMaxReplicas
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateWithDuplicateNetworkNames
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceSecretFileMode
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceConfigFileMode
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceSysctls
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceSysctls (0.03s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateServiceCapabilities
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
20:36:21 [2021-06-18T20:36:21.381Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestInspect
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestInspect (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestCreateJob
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestCreateJob (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestReplicatedJob
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestReplicatedJob (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestUpdateReplicatedJob
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestServiceListWithStatuses
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:36:21 [2021-06-18T20:36:21.381Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestDockerNetworkConnectAlias
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
20:36:21 [2021-06-18T20:36:21.381Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestDockerNetworkReConnect
20:36:21 [2021-06-18T20:36:21.381Z] --- SKIP: TestDockerNetworkReConnect (0.03s)
20:36:21 [2021-06-18T20:36:21.381Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:21 [2021-06-18T20:36:21.381Z] === RUN   TestServicePlugin
20:36:21 [2021-06-18T20:36:21.776Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:36:22 [2021-06-18T20:36:22.105Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
20:36:22 [2021-06-18T20:36:22.674Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
20:36:23 [2021-06-18T20:36:23.686Z] --- PASS: TestDockerNetworkMacvlan (17.91s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.93s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.13s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.94s)
20:36:23 [2021-06-18T20:36:23.686Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.53s)
20:36:23 [2021-06-18T20:36:23.686Z] PASS
20:36:23 [2021-06-18T20:36:23.686Z] 
20:36:23 [2021-06-18T20:36:23.686Z] DONE 8 tests in 19.979s
20:36:23 [2021-06-18T20:36:23.686Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
20:36:23 [2021-06-18T20:36:23.686Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:36:23 [2021-06-18T20:36:23.686Z] ++ set -e
20:36:23 [2021-06-18T20:36:23.686Z] ++ '[' -n 0 ']'
20:36:23 [2021-06-18T20:36:23.686Z] ++ set -x
20:36:23 [2021-06-18T20:36:23.686Z] ++ 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
20:36:23 [2021-06-18T20:36:23.686Z] testing: warning: no tests to run
20:36:23 [2021-06-18T20:36:23.686Z] PASS
20:36:23 [2021-06-18T20:36:23.686Z] 
20:36:23 [2021-06-18T20:36:23.686Z] DONE 0 tests in 0.027s
20:36:23 [2021-06-18T20:36:23.686Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:36:23 [2021-06-18T20:36:23.686Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:36:23 [2021-06-18T20:36:23.686Z] ++ set -e
20:36:23 [2021-06-18T20:36:23.686Z] ++ '[' -n 0 ']'
20:36:23 [2021-06-18T20:36:23.686Z] ++ set -x
20:36:23 [2021-06-18T20:36:23.686Z] ++ 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
20:36:23 [2021-06-18T20:36:23.686Z] INFO: Testing against a local daemon
20:36:23 [2021-06-18T20:36:23.686Z] === RUN   TestAuthZPluginAllowRequest
20:36:24 [2021-06-18T20:36:24.580Z] === RUN   TestDockerSuite/TestAttachDetach
20:36:25 [2021-06-18T20:36:25.150Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:36:25 [2021-06-18T20:36:25.409Z] === RUN   TestDockerSuite/TestAttachDisconnect
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServicePlugin (3.49s)
20:36:25 [2021-06-18T20:36:25.548Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestServiceUpdateLabel
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServiceUpdateLabel (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestServiceUpdateSecrets
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestServiceUpdateConfigs
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestServiceUpdateNetwork
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestServiceUpdatePidsLimit
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] PASS
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === Skipped
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
20:36:25 [2021-06-18T20:36:25.548Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestInspect (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s)
20:36:25 [2021-06-18T20:36:25.548Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s)
20:36:25 [2021-06-18T20:36:25.548Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
20:36:25 [2021-06-18T20:36:25.548Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] DONE 24 tests, 23 skipped in 3.930s
20:36:25 [2021-06-18T20:36:25.548Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:36:25 [2021-06-18T20:36:25.548Z] INFO: Testing against a local daemon
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestSessionCreate
20:36:25 [2021-06-18T20:36:25.548Z] --- PASS: TestSessionCreate (0.02s)
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestSessionCreateWithBadUpgrade
20:36:25 [2021-06-18T20:36:25.548Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:36:25 [2021-06-18T20:36:25.548Z] PASS
20:36:25 [2021-06-18T20:36:25.548Z] 
20:36:25 [2021-06-18T20:36:25.548Z] DONE 2 tests in 0.152s
20:36:25 [2021-06-18T20:36:25.548Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:36:25 [2021-06-18T20:36:25.548Z] INFO: Testing against a local daemon
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:36:25 [2021-06-18T20:36:25.548Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:36:25 [2021-06-18T20:36:25.548Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:36:25 [2021-06-18T20:36:25.548Z] === RUN   TestEventsExecDie
20:36:25 [2021-06-18T20:36:25.596Z] --- PASS: TestAuthZPluginAllowRequest (1.81s)
20:36:25 [2021-06-18T20:36:25.596Z] === RUN   TestAuthZPluginTLS
20:36:26 [2021-06-18T20:36:26.166Z] --- PASS: TestAuthZPluginTLS (0.68s)
20:36:26 [2021-06-18T20:36:26.166Z] === RUN   TestAuthZPluginDenyRequest
20:36:26 [2021-06-18T20:36:26.474Z] --- PASS: TestEventsExecDie (1.00s)
20:36:26 [2021-06-18T20:36:26.474Z] === RUN   TestEventsBackwardsCompatible
20:36:26 [2021-06-18T20:36:26.474Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
20:36:26 [2021-06-18T20:36:26.474Z] === RUN   TestInfoBinaryCommits
20:36:26 [2021-06-18T20:36:26.474Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:36:26 [2021-06-18T20:36:26.474Z] === RUN   TestInfoAPIVersioned
20:36:26 [2021-06-18T20:36:26.474Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:36:26 [2021-06-18T20:36:26.474Z] === RUN   TestInfoDiscoveryBackend
20:36:26 [2021-06-18T20:36:26.735Z] --- PASS: TestAuthZPluginDenyRequest (0.66s)
20:36:26 [2021-06-18T20:36:26.735Z] === RUN   TestAuthZPluginAPIDenyResponse
20:36:26 [2021-06-18T20:36:26.789Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
20:36:27 [2021-06-18T20:36:27.049Z] --- PASS: TestBuildPreserveOwnership (5.98s)
20:36:27 [2021-06-18T20:36:27.049Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.90s)
20:36:27 [2021-06-18T20:36:27.049Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s)
20:36:27 [2021-06-18T20:36:27.049Z] === RUN   TestBuildPlatformInvalid
20:36:27 [2021-06-18T20:36:27.304Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s)
20:36:27 [2021-06-18T20:36:27.304Z] === RUN   TestAuthZPluginDenyResponse
20:36:27 [2021-06-18T20:36:27.308Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
20:36:27 [2021-06-18T20:36:27.308Z] --- PASS: TestBuildPlatformInvalid (0.24s)
20:36:27 [2021-06-18T20:36:27.308Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
20:36:27 [2021-06-18T20:36:27.837Z] --- PASS: TestInfoDiscoveryBackend (1.52s)
20:36:27 [2021-06-18T20:36:27.837Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:36:28 [2021-06-18T20:36:28.244Z] --- PASS: TestAuthZPluginDenyResponse (0.66s)
20:36:28 [2021-06-18T20:36:28.244Z] === RUN   TestAuthZPluginAllowEventStream
20:36:29 [2021-06-18T20:36:29.285Z] 639bb6bb2beb: Pull complete
20:36:29 [2021-06-18T20:36:29.285Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef
20:36:29 [2021-06-18T20:36:29.285Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:36:29 [2021-06-18T20:36:29.285Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1999'
20:36:29 [2021-06-18T20:36:29.285Z] WARN: Skipping validation tests
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Running unit tests at 06/18/2021 20:36:16...
20:36:29 [2021-06-18T20:36:29.285Z] INFO: make.ps1 starting at 06/18/2021 20:36:21
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Git commit (89edb68e89) assumed from DOCKER_GITCOMMIT environment variable
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Invoking autogen...
20:36:29 [2021-06-18T20:36:29.285Z] INFO: Running unit tests...
20:36:30 [2021-06-18T20:36:30.153Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s)
20:36:30 [2021-06-18T20:36:30.153Z] === RUN   TestAuthZPluginErrorResponse
20:36:30 [2021-06-18T20:36:30.274Z] 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
20:36:30 [2021-06-18T20:36:30.420Z] --- PASS: TestAuthZPluginErrorResponse (0.66s)
20:36:30 [2021-06-18T20:36:30.420Z] === RUN   TestAuthZPluginErrorRequest
20:36:30 [2021-06-18T20:36:30.603Z] === RUN   TestDockerSuite/TestAttachPausedContainer
20:36:31 [2021-06-18T20:36:31.360Z] --- PASS: TestAuthZPluginErrorRequest (0.67s)
20:36:31 [2021-06-18T20:36:31.360Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:36:31 [2021-06-18T20:36:31.930Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s)
20:36:31 [2021-06-18T20:36:31.930Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:36:31 [2021-06-18T20:36:31.982Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
20:36:31 [2021-06-18T20:36:31.998Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
20:36:31 [2021-06-18T20:36:31.998Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:36:31 [2021-06-18T20:36:31.998Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:36:31 [2021-06-18T20:36:31.998Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:31 [2021-06-18T20:36:31.998Z] === RUN   TestInfoAPI
20:36:31 [2021-06-18T20:36:31.998Z] --- PASS: TestInfoAPI (0.02s)
20:36:31 [2021-06-18T20:36:31.998Z] === RUN   TestInfoAPIWarnings
20:36:32 [2021-06-18T20:36:32.553Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
20:36:33 [2021-06-18T20:36:33.125Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
20:36:34 [2021-06-18T20:36:34.470Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s)
20:36:34 [2021-06-18T20:36:34.470Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:36:34 [2021-06-18T20:36:34.891Z] .........                                                                [ 86%]
20:36:35 [2021-06-18T20:36:35.688Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
20:36:35 [2021-06-18T20:36:35.688Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
20:36:36 [2021-06-18T20:36:36.381Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.25s)
20:36:36 [2021-06-18T20:36:36.381Z] === RUN   TestAuthZPluginHeader
20:36:37 [2021-06-18T20:36:37.320Z] --- PASS: TestAuthZPluginHeader (0.96s)
20:36:37 [2021-06-18T20:36:37.320Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:36:37 [2021-06-18T20:36:37.320Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:36:37 [2021-06-18T20:36:37.320Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2021-06-18T20:36:37.320Z] === RUN   TestAuthZPluginV2Disable
20:36:37 [2021-06-18T20:36:37.320Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:36:37 [2021-06-18T20:36:37.320Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2021-06-18T20:36:37.320Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:36:37 [2021-06-18T20:36:37.320Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:36:37 [2021-06-18T20:36:37.320Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2021-06-18T20:36:37.320Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:36:37 [2021-06-18T20:36:37.320Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:36:37 [2021-06-18T20:36:37.320Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2021-06-18T20:36:37.320Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:36:37 [2021-06-18T20:36:37.440Z] ?   	github.com/docker/docker/api	[no test files]
20:36:38 [2021-06-18T20:36:38.226Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
20:36:40 [2021-06-18T20:36:40.055Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:36:40 [2021-06-18T20:36:40.132Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
20:36:40 [2021-06-18T20:36:40.132Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
20:36:41 [2021-06-18T20:36:41.686Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:36:42 [2021-06-18T20:36:42.037Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
20:36:42 [2021-06-18T20:36:42.037Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
20:36:43 [2021-06-18T20:36:43.948Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
20:36:44 [2021-06-18T20:36:44.829Z] --- PASS: TestImportExtremelyLargeImageWorks (101.69s)
20:36:44 [2021-06-18T20:36:44.829Z] PASS
20:36:44 [2021-06-18T20:36:44.829Z] 
20:36:44 [2021-06-18T20:36:44.829Z] DONE 12 tests in 104.577s
20:36:44 [2021-06-18T20:36:44.829Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:36:44 [2021-06-18T20:36:44.829Z] INFO: Testing against a local daemon
20:36:44 [2021-06-18T20:36:44.829Z] === RUN   TestNetworkCreateDelete
20:36:44 [2021-06-18T20:36:44.829Z] --- PASS: TestNetworkCreateDelete (0.13s)
20:36:44 [2021-06-18T20:36:44.829Z] === RUN   TestDockerNetworkDeletePreferID
20:36:44 [2021-06-18T20:36:44.829Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:36:44 [2021-06-18T20:36:44.829Z] === RUN   TestDaemonDNSFallback
20:36:44 [2021-06-18T20:36:44.829Z] --- PASS: TestDaemonDNSFallback (6.68s)
20:36:44 [2021-06-18T20:36:44.829Z] === RUN   TestInspectNetwork
20:36:44 [2021-06-18T20:36:44.886Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
20:36:45 [2021-06-18T20:36:45.454Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
20:36:46 [2021-06-18T20:36:46.204Z] === RUN   TestInspectNetwork/full_network_id
20:36:46 [2021-06-18T20:36:46.204Z] === RUN   TestInspectNetwork/partial_network_id
20:36:46 [2021-06-18T20:36:46.204Z] === RUN   TestInspectNetwork/network_name
20:36:46 [2021-06-18T20:36:46.204Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:36:46 [2021-06-18T20:36:46.946Z] tests/integration/models_nodes_test.py .                                 [ 91%]
20:36:48 [2021-06-18T20:36:48.320Z] tests/integration/models_resources_test.py .                             [ 91%]
20:36:48 [2021-06-18T20:36:48.743Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
20:36:49 [2021-06-18T20:36:49.947Z] === RUN   TestMiddlewares
20:36:49 [2021-06-18T20:36:49.947Z] --- PASS: TestMiddlewares (0.00s)
20:36:49 [2021-06-18T20:36:49.947Z] PASS
20:36:49 [2021-06-18T20:36:49.947Z] coverage: 9.0% of statements
20:36:49 [2021-06-18T20:36:49.947Z] ok  	github.com/docker/docker/api/server	0.079s	coverage: 9.0% of statements
20:36:50 [2021-06-18T20:36:50.032Z] --- PASS: TestInfoAPIWarnings (17.35s)
20:36:50 [2021-06-18T20:36:50.032Z] === RUN   TestInfoDebug
20:36:50 [2021-06-18T20:36:50.287Z] --- PASS: TestInfoDebug (1.52s)
20:36:50 [2021-06-18T20:36:50.287Z] === RUN   TestInfoInsecureRegistries
20:36:50 [2021-06-18T20:36:50.387Z] --- PASS: TestInspectNetwork (7.74s)
20:36:50 [2021-06-18T20:36:50.387Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:36:50 [2021-06-18T20:36:50.387Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:36:50 [2021-06-18T20:36:50.387Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:36:50 [2021-06-18T20:36:50.387Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:36:50 [2021-06-18T20:36:50.387Z] === RUN   TestRunContainerWithBridgeNone
20:36:50 [2021-06-18T20:36:50.720Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
20:36:51 [2021-06-18T20:36:51.650Z] --- PASS: TestInfoInsecureRegistries (1.52s)
20:36:51 [2021-06-18T20:36:51.650Z] === RUN   TestInfoRegistryMirrors
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestInfoRegistryMirrors (1.53s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestLoginFailsWithBadCredentials
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestPingCacheHeaders
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestPingCacheHeaders (0.02s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestPingGet
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestPingGet (0.02s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestPingHead
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestPingHead (0.02s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestVersion
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestVersion (0.03s)
20:36:53 [2021-06-18T20:36:53.538Z] PASS
20:36:53 [2021-06-18T20:36:53.538Z] 
20:36:53 [2021-06-18T20:36:53.538Z] === Skipped
20:36:53 [2021-06-18T20:36:53.538Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:36:53 [2021-06-18T20:36:53.538Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:36:53 [2021-06-18T20:36:53.538Z] 
20:36:53 [2021-06-18T20:36:53.538Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:36:53 [2021-06-18T20:36:53.538Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:53 [2021-06-18T20:36:53.538Z] 
20:36:53 [2021-06-18T20:36:53.538Z] 
20:36:53 [2021-06-18T20:36:53.538Z] DONE 18 tests, 2 skipped in 28.290s
20:36:53 [2021-06-18T20:36:53.538Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:36:53 [2021-06-18T20:36:53.538Z] INFO: Testing against a local daemon
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestVolumesCreateAndList
20:36:53 [2021-06-18T20:36:53.538Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:36:53 [2021-06-18T20:36:53.538Z] === RUN   TestVolumesRemove
20:36:53 [2021-06-18T20:36:53.670Z] --- PASS: TestRunContainerWithBridgeNone (3.06s)
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkInvalidJSON
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkInvalidJSON//networks/create
20:36:53 [2021-06-18T20:36:53.670Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:36:53 [2021-06-18T20:36:53.670Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:53 [2021-06-18T20:36:53.670Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:53 [2021-06-18T20:36:53.670Z] === CONT  TestNetworkInvalidJSON//networks/create
20:36:53 [2021-06-18T20:36:53.670Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:53 [2021-06-18T20:36:53.670Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:36:53 [2021-06-18T20:36:53.670Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:36:53 [2021-06-18T20:36:53.670Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:36:53 [2021-06-18T20:36:53.670Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:36:53 [2021-06-18T20:36:53.670Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkList
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkList//networks
20:36:53 [2021-06-18T20:36:53.670Z] === PAUSE TestNetworkList//networks
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestNetworkList//networks/
20:36:53 [2021-06-18T20:36:53.670Z] === PAUSE TestNetworkList//networks/
20:36:53 [2021-06-18T20:36:53.670Z] === CONT  TestNetworkList//networks
20:36:53 [2021-06-18T20:36:53.670Z] === CONT  TestNetworkList//networks/
20:36:53 [2021-06-18T20:36:53.670Z] --- PASS: TestNetworkList (0.01s)
20:36:53 [2021-06-18T20:36:53.670Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:36:53 [2021-06-18T20:36:53.670Z]     --- PASS: TestNetworkList//networks (0.00s)
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestHostIPv4BridgeLabel
20:36:53 [2021-06-18T20:36:53.670Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
20:36:53 [2021-06-18T20:36:53.670Z] === RUN   TestDaemonRestartWithLiveRestore
20:36:53 [2021-06-18T20:36:53.794Z] --- PASS: TestVolumesRemove (0.17s)
20:36:53 [2021-06-18T20:36:53.794Z] === RUN   TestVolumesInspect
20:36:53 [2021-06-18T20:36:53.794Z] --- PASS: TestVolumesInspect (0.02s)
20:36:53 [2021-06-18T20:36:53.794Z] === RUN   TestVolumesInvalidJSON
20:36:53 [2021-06-18T20:36:53.794Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:36:53 [2021-06-18T20:36:53.794Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:36:53 [2021-06-18T20:36:53.794Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:36:53 [2021-06-18T20:36:53.794Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:36:53 [2021-06-18T20:36:53.794Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:36:53 [2021-06-18T20:36:53.794Z] PASS
20:36:53 [2021-06-18T20:36:53.794Z] 
20:36:53 [2021-06-18T20:36:53.794Z] DONE 5 tests in 0.334s
20:36:53 [2021-06-18T20:36:53.794Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:36:53 [2021-06-18T20:36:53.794Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12227 is not a child of this shell
20:36:53 [2021-06-18T20:36:53.794Z] warning: PID 12227 from bundles/test-integration/docker.pid had a nonzero exit code
20:36:53 [2021-06-18T20:36:53.794Z] Leaving: AppArmorNo profiles have been unloaded.
20:36:53 [2021-06-18T20:36:53.794Z] 
20:36:53 [2021-06-18T20:36:53.794Z] Unloading profiles will leave already running processes permanently
20:36:53 [2021-06-18T20:36:53.794Z] unconfined, which can lead to unexpected situations.
20:36:53 [2021-06-18T20:36:53.794Z] 
20:36:53 [2021-06-18T20:36:53.794Z] To set a process to complain mode, use the command line tool
20:36:53 [2021-06-18T20:36:53.794Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:36:53 [2021-06-18T20:36:53.794Z] Removing test suite binaries
20:36:54 [2021-06-18T20:36:54.011Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
20:36:54 [2021-06-18T20:36:54.049Z] exiting test-integration
20:36:54 [2021-06-18T20:36:54.049Z] ++ exit 0
20:36:54 [2021-06-18T20:36:54.270Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
20:36:54 [2021-06-18T20:36:54.678Z] tests/integration/models_services_test.py ..............X.               [ 95%]
20:36:54 [2021-06-18T20:36:54.839Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
20:36:54 [2021-06-18T20:36:54.975Z] 
20:36:55 [2021-06-18T20:36:55.047Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
20:36:55 [2021-06-18T20:36:55.047Z] === RUN   TestDaemonDefaultNetworkPools
20:36:55 [2021-06-18T20:36:55.417Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.80s)
20:36:55 [2021-06-18T20:36:55.417Z] PASS
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] === Skipped
20:36:55 [2021-06-18T20:36:55.417Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:36:55 [2021-06-18T20:36:55.417Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:36:55 [2021-06-18T20:36:55.417Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:36:55 [2021-06-18T20:36:55.417Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:36:55 [2021-06-18T20:36:55.417Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] 
20:36:55 [2021-06-18T20:36:55.417Z] DONE 17 tests, 4 skipped in 31.595s
20:36:55 [2021-06-18T20:36:55.417Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:36:55 [2021-06-18T20:36:55.417Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:36:55 [2021-06-18T20:36:55.417Z] ++ set -e
20:36:55 [2021-06-18T20:36:55.417Z] ++ '[' -n 0 ']'
20:36:55 [2021-06-18T20:36:55.417Z] ++ set -x
20:36:55 [2021-06-18T20:36:55.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=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
20:36:55 [2021-06-18T20:36:55.417Z] INFO: Testing against a local daemon
20:36:55 [2021-06-18T20:36:55.417Z] === RUN   TestPluginInvalidJSON
20:36:55 [2021-06-18T20:36:55.417Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2021-06-18T20:36:55.417Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2021-06-18T20:36:55.417Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2021-06-18T20:36:55.417Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:36:55 [2021-06-18T20:36:55.417Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:36:55 [2021-06-18T20:36:55.417Z] === RUN   TestPluginInstall
20:36:55 [2021-06-18T20:36:55.417Z] === RUN   TestPluginInstall/no_auth
20:36:55 [2021-06-18T20:36:55.634Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
20:36:55 [2021-06-18T20:36:55.634Z] === RUN   TestDaemonRestartWithExistingNetwork
Post stage
[Pipeline] junit
20:36:56 [2021-06-18T20:36:56.350Z] Recording test results
20:36:56 [2021-06-18T20:36:56.600Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
20:36:56 [2021-06-18T20:36:56.600Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:36:57 [2021-06-18T20:36:57.327Z] time="2021-06-18T20:36:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:57 [2021-06-18T20:36:57.327Z] time="2021-06-18T20:36:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e0a083d4bad8f2d74be63c70f5cb641e366b7c60ef08a282b9db431bd338935" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:57 [2021-06-18T20:36:57.374Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
20:36:57 [2021-06-18T20:36:57.445Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:36:57 [2021-06-18T20:36:57.445Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:36:57 [2021-06-18T20:36:57.587Z] time="2021-06-18T20:36:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:57 [2021-06-18T20:36:57.587Z] time="2021-06-18T20:36:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e0a083d4bad8f2d74be63c70f5cb641e366b7c60ef08a282b9db431bd338935" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:57 [2021-06-18T20:36:57.633Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
20:36:57 [2021-06-18T20:36:57.706Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:36:57 [2021-06-18T20:36:57.848Z] === RUN   TestPluginInstall/with_htpasswd
20:36:57 [2021-06-18T20:36:57.975Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
20:36:57 [2021-06-18T20:36:57.975Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:36:58 [2021-06-18T20:36:58.087Z] + echo Ensuring container killed.
20:36:58 [2021-06-18T20:36:58.087Z] Ensuring container killed.
20:36:58 [2021-06-18T20:36:58.087Z] + docker rm -vf docker-pr2
20:36:58 [2021-06-18T20:36:58.087Z] Error: No such container: docker-pr2
[Pipeline] sh
20:36:58 [2021-06-18T20:36:58.367Z] + echo Chowning /workspace to jenkins user
20:36:58 [2021-06-18T20:36:58.367Z] Chowning /workspace to jenkins user
20:36:58 [2021-06-18T20:36:58.367Z] + id -u
20:36:58 [2021-06-18T20:36:58.367Z] + id -g
20:36:58 [2021-06-18T20:36:58.367Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
20:36:58 [2021-06-18T20:36:58.367Z] Unable to find image 'busybox:latest' locally
20:36:58 [2021-06-18T20:36:58.367Z] latest: Pulling from library/busybox
20:36:58 [2021-06-18T20:36:58.541Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
20:36:58 [2021-06-18T20:36:58.541Z] === RUN   TestServiceWithPredefinedNetwork
20:36:58 [2021-06-18T20:36:58.622Z] b71f96345d44: Pulling fs layer
20:36:58 [2021-06-18T20:36:58.622Z] b71f96345d44: Download complete
20:36:58 [2021-06-18T20:36:58.622Z] b71f96345d44: Pull complete
20:36:58 [2021-06-18T20:36:58.622Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
20:36:58 [2021-06-18T20:36:58.622Z] Status: Downloaded newer image for busybox:latest
20:36:58 [2021-06-18T20:36:58.788Z] time="2021-06-18T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:58 [2021-06-18T20:36:58.788Z] time="2021-06-18T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7becb24eac16b489347c09baadc80bd4d50b96516f9091dbc495d5827cf8d70" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:58 [2021-06-18T20:36:58.788Z] time="2021-06-18T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:58 [2021-06-18T20:36:58.788Z] time="2021-06-18T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7becb24eac16b489347c09baadc80bd4d50b96516f9091dbc495d5827cf8d70" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:59 [2021-06-18T20:36:59.048Z] === RUN   TestPluginInstall/with_insecure
20:36:59 [2021-06-18T20:36:59.538Z] Loaded image: buildpack-deps:buster
20:36:59 [2021-06-18T20:36:59.538Z] Loaded image: busybox:latest
20:37:00 [2021-06-18T20:37:00.107Z] Loaded image: busybox:glibc
20:37:00 [2021-06-18T20:37:00.429Z] time="2021-06-18T20:37:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:37:00 [2021-06-18T20:37:00.429Z] time="2021-06-18T20:37:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ef8c423c1e2e8e5d219cac87cf9a4384e62ca732d69dd22d928fb6c181f618f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:37:00 [2021-06-18T20:37:00.429Z] time="2021-06-18T20:37:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:37:00 [2021-06-18T20:37:00.429Z] time="2021-06-18T20:37:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ef8c423c1e2e8e5d219cac87cf9a4384e62ca732d69dd22d928fb6c181f618f" mediatype=application/vnd.docker.plugin.v1+json size=522
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:37:00 [2021-06-18T20:37:00.675Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
20:37:00 [2021-06-18T20:37:00.689Z] --- PASS: TestPluginInstall (5.40s)
20:37:00 [2021-06-18T20:37:00.689Z]     --- PASS: TestPluginInstall/no_auth (2.55s)
20:37:00 [2021-06-18T20:37:00.689Z]     --- PASS: TestPluginInstall/with_htpasswd (1.17s)
20:37:00 [2021-06-18T20:37:00.689Z]     --- PASS: TestPluginInstall/with_insecure (1.68s)
20:37:00 [2021-06-18T20:37:00.689Z]         plugin_test.go:165: [dd9d995702479] daemon is not started
20:37:00 [2021-06-18T20:37:00.689Z] === RUN   TestPluginsWithRuntimes
20:37:00 [2021-06-18T20:37:00.802Z] + bundleName=amd64-rootless
20:37:00 [2021-06-18T20:37:00.802Z] + echo Creating amd64-rootless-bundles.tar.gz
20:37:00 [2021-06-18T20:37:00.802Z] Creating amd64-rootless-bundles.tar.gz
20:37:00 [2021-06-18T20:37:00.802Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:37:00 [2021-06-18T20:37:00.802Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
20:37:00 [2021-06-18T20:37:00.811Z] Archiving artifacts
20:37:01 [2021-06-18T20:37:01.071Z] --- PASS: TestServiceWithPredefinedNetwork (2.70s)
20:37:01 [2021-06-18T20:37:01.071Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:37:01 [2021-06-18T20:37:01.071Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:37:01 [2021-06-18T20:37:01.071Z]     service_test.go:242: FLAKY_TEST
20:37:01 [2021-06-18T20:37:01.071Z] === RUN   TestServiceWithDataPathPortInit
20:37:02 [2021-06-18T20:37:02.086Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:37:02 [2021-06-18T20:37:02.386Z] + make clean
20:37:02 [2021-06-18T20:37:02.486Z] tests/integration/regression_test.py ......                              [ 98%]
20:37:02 [2021-06-18T20:37:02.583Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
20:37:02 [2021-06-18T20:37:02.641Z] docker volume rm -f docker-dev-cache
20:37:02 [2021-06-18T20:37:02.641Z] docker-dev-cache
[Pipeline] deleteDir
20:37:02 [2021-06-18T20:37:02.744Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:37:03 [2021-06-18T20:37:03.002Z] tests/integration/credentials/utils_test.py .                            [100%]
20:37:03 [2021-06-18T20:37:03.002Z] 
20:37:03 [2021-06-18T20:37:03.002Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:37:03 [2021-06-18T20:37:03.002Z] =========================== short test summary info ============================
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:37:03 [2021-06-18T20:37:03.002Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:37:03 [2021-06-18T20:37:03.002Z]   Not supported on most drivers
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:37:03 [2021-06-18T20:37:03.002Z]   Output of docker top depends on host distro, and is not formalized.
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:37:03 [2021-06-18T20:37:03.002Z]   Output of docker top depends on host distro, and is not formalized.
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:37:03 [2021-06-18T20:37:03.002Z]   Can fail if eth0 has multiple IP addresses
20:37:03 [2021-06-18T20:37:03.002Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:37:03 [2021-06-18T20:37:03.002Z]   This doesn't seem to be taken into account by the engine
20:37:03 [2021-06-18T20:37:03.002Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
20:37:03 [2021-06-18T20:37:03.002Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:37:03 [2021-06-18T20:37:03.002Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 351.71 seconds ==
20:37:03 [2021-06-18T20:37:03.229Z] === RUN   TestPluginsWithRuntimes/No_Args
20:37:03 [2021-06-18T20:37:03.260Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:37:04 [2021-06-18T20:37:04.183Z] === RUN   TestPluginsWithRuntimes/With_Args
20:37:05 [2021-06-18T20:37:05.875Z] Loaded image: debian:bullseye
20:37:05 [2021-06-18T20:37:05.875Z] Loaded image: hello-world:latest
20:37:05 [2021-06-18T20:37:05.875Z] Loaded image: arm32v7/hello-world:latest
20:37:05 [2021-06-18T20:37:05.875Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
20:37:06 [2021-06-18T20:37:06.094Z] --- PASS: TestPluginsWithRuntimes (5.14s)
20:37:06 [2021-06-18T20:37:06.094Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.47s)
20:37:06 [2021-06-18T20:37:06.094Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.49s)
20:37:06 [2021-06-18T20:37:06.094Z] === RUN   TestPluginBackCompatMediaTypes
20:37:07 [2021-06-18T20:37:07.034Z] --- PASS: TestPluginBackCompatMediaTypes (1.10s)
20:37:07 [2021-06-18T20:37:07.034Z] PASS
20:37:07 [2021-06-18T20:37:07.034Z] 
20:37:07 [2021-06-18T20:37:07.034Z] DONE 10 tests in 11.845s
20:37:07 [2021-06-18T20:37:07.034Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:37:07 [2021-06-18T20:37:07.034Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:37:07 [2021-06-18T20:37:07.034Z] ++ set -e
20:37:07 [2021-06-18T20:37:07.034Z] ++ '[' -n 0 ']'
20:37:07 [2021-06-18T20:37:07.034Z] ++ set -x
20:37:07 [2021-06-18T20:37:07.034Z] ++ 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
20:37:07 [2021-06-18T20:37:07.034Z] INFO: Testing against a local daemon
20:37:07 [2021-06-18T20:37:07.034Z] === RUN   TestExternalGraphDriver
20:37:07 [2021-06-18T20:37:07.252Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
20:37:07 [2021-06-18T20:37:07.293Z] === RUN   TestExternalGraphDriver/json
20:37:07 [2021-06-18T20:37:07.511Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
20:37:09 [2021-06-18T20:37:09.835Z] === RUN   TestExternalGraphDriver/spec
20:37:11 [2021-06-18T20:37:11.709Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
20:37:12 [2021-06-18T20:37:12.376Z] === RUN   TestExternalGraphDriver/pull
20:37:13 [2021-06-18T20:37:13.615Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
20:37:13 [2021-06-18T20:37:13.875Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
20:37:14 [2021-06-18T20:37:14.284Z] --- PASS: TestExternalGraphDriver (7.32s)
20:37:14 [2021-06-18T20:37:14.284Z]     --- PASS: TestExternalGraphDriver/json (2.43s)
20:37:14 [2021-06-18T20:37:14.284Z]     --- PASS: TestExternalGraphDriver/spec (2.54s)
20:37:14 [2021-06-18T20:37:14.284Z]     --- PASS: TestExternalGraphDriver/pull (2.22s)
20:37:14 [2021-06-18T20:37:14.284Z] === RUN   TestGraphdriverPluginV2
20:37:14 [2021-06-18T20:37:14.545Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
20:37:14 [2021-06-18T20:37:14.545Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:14 [2021-06-18T20:37:14.545Z] PASS
20:37:14 [2021-06-18T20:37:14.545Z] 
20:37:14 [2021-06-18T20:37:14.545Z] === Skipped
20:37:14 [2021-06-18T20:37:14.545Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
20:37:14 [2021-06-18T20:37:14.545Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:14 [2021-06-18T20:37:14.545Z] 
20:37:14 [2021-06-18T20:37:14.545Z] 
20:37:14 [2021-06-18T20:37:14.545Z] DONE 5 tests, 1 skipped in 7.498s
20:37:14 [2021-06-18T20:37:14.545Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:37:14 [2021-06-18T20:37:14.545Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:37:14 [2021-06-18T20:37:14.545Z] ++ set -e
20:37:14 [2021-06-18T20:37:14.545Z] ++ '[' -n 0 ']'
20:37:14 [2021-06-18T20:37:14.545Z] ++ set -x
20:37:14 [2021-06-18T20:37:14.545Z] ++ 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
20:37:14 [2021-06-18T20:37:14.545Z] INFO: Testing against a local daemon
20:37:14 [2021-06-18T20:37:14.545Z] === RUN   TestContinueAfterPluginCrash
20:37:14 [2021-06-18T20:37:14.545Z] === PAUSE TestContinueAfterPluginCrash
20:37:14 [2021-06-18T20:37:14.545Z] === RUN   TestReadPluginNoRead
20:37:14 [2021-06-18T20:37:14.545Z] === PAUSE TestReadPluginNoRead
20:37:14 [2021-06-18T20:37:14.545Z] === RUN   TestDaemonStartWithLogOpt
20:37:14 [2021-06-18T20:37:14.545Z] === PAUSE TestDaemonStartWithLogOpt
20:37:14 [2021-06-18T20:37:14.545Z] === CONT  TestContinueAfterPluginCrash
20:37:14 [2021-06-18T20:37:14.545Z] === CONT  TestDaemonStartWithLogOpt
20:37:14 [2021-06-18T20:37:14.545Z] === CONT  TestReadPluginNoRead
20:37:14 [2021-06-18T20:37:14.813Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (47.21s)
20:37:14 [2021-06-18T20:37:14.813Z] PASS
20:37:14 [2021-06-18T20:37:14.813Z] 
20:37:14 [2021-06-18T20:37:14.813Z] === Skipped
20:37:14 [2021-06-18T20:37:14.813Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:37:14 [2021-06-18T20:37:14.813Z]     build_session_test.go:25: TODO: BuildKit
20:37:14 [2021-06-18T20:37:14.813Z] 
20:37:14 [2021-06-18T20:37:14.813Z] 
20:37:14 [2021-06-18T20:37:14.813Z] DONE 33 tests, 1 skipped in 260.028s
20:37:14 [2021-06-18T20:37:14.813Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:37:14 [2021-06-18T20:37:14.813Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
20:37:14 [2021-06-18T20:37:14.813Z] ++ set -e
20:37:14 [2021-06-18T20:37:14.813Z] ++ '[' -n 0 ']'
20:37:14 [2021-06-18T20:37:14.813Z] ++ set -x
20:37:14 [2021-06-18T20:37:14.813Z] ++ 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
20:37:14 [2021-06-18T20:37:14.813Z] INFO: Testing against a local daemon
20:37:14 [2021-06-18T20:37:14.813Z] === RUN   TestConfigInspect
20:37:15 [2021-06-18T20:37:15.381Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
20:37:15 [2021-06-18T20:37:15.452Z] Leaving: AppArmorNo profiles have been unloaded.
20:37:15 [2021-06-18T20:37:15.452Z] 
20:37:15 [2021-06-18T20:37:15.452Z] Unloading profiles will leave already running processes permanently
20:37:15 [2021-06-18T20:37:15.452Z] unconfined, which can lead to unexpected situations.
20:37:15 [2021-06-18T20:37:15.452Z] 
20:37:15 [2021-06-18T20:37:15.452Z] To set a process to complain mode, use the command line tool
20:37:15 [2021-06-18T20:37:15.452Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:37:15 [2021-06-18T20:37:15.452Z] 
Post stage
[Pipeline] junit
20:37:15 [2021-06-18T20:37:15.464Z] Recording test results
20:37:15 [2021-06-18T20:37:15.640Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
20:37:15 [2021-06-18T20:37:15.640Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
20:37:15 [2021-06-18T20:37:15.900Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
20:37:15 [2021-06-18T20:37:15.985Z] --- PASS: TestServiceWithDataPathPortInit (14.98s)
20:37:15 [2021-06-18T20:37:15.985Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:37:16 [2021-06-18T20:37:16.298Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
20:37:16 [2021-06-18T20:37:16.469Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
20:37:16 [2021-06-18T20:37:16.469Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
20:37:16 [2021-06-18T20:37:16.587Z] + echo Ensuring container killed.
20:37:16 [2021-06-18T20:37:16.587Z] Ensuring container killed.
20:37:16 [2021-06-18T20:37:16.587Z] + docker rm -vf docker-pr2
20:37:16 [2021-06-18T20:37:16.587Z] Error: No such container: docker-pr2
[Pipeline] sh
20:37:16 [2021-06-18T20:37:16.866Z] + echo Chowning /workspace to jenkins user
20:37:16 [2021-06-18T20:37:16.866Z] Chowning /workspace to jenkins user
20:37:16 [2021-06-18T20:37:16.866Z] + id -u
20:37:16 [2021-06-18T20:37:16.866Z] + id -g
20:37:16 [2021-06-18T20:37:16.866Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
20:37:16 [2021-06-18T20:37:16.866Z] Unable to find image 'busybox:latest' locally
20:37:16 [2021-06-18T20:37:16.866Z] latest: Pulling from library/busybox
20:37:17 [2021-06-18T20:37:17.039Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
20:37:17 [2021-06-18T20:37:17.125Z] b71f96345d44: Pulling fs layer
20:37:17 [2021-06-18T20:37:17.125Z] b71f96345d44: Verifying Checksum
20:37:17 [2021-06-18T20:37:17.125Z] b71f96345d44: Download complete
20:37:17 [2021-06-18T20:37:17.383Z] b71f96345d44: Pull complete
20:37:17 [2021-06-18T20:37:17.383Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
20:37:17 [2021-06-18T20:37:17.383Z] Status: Downloaded newer image for busybox:latest
20:37:17 [2021-06-18T20:37:17.607Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
20:37:17 [2021-06-18T20:37:17.866Z] --- PASS: TestConfigInspect (2.98s)
20:37:17 [2021-06-18T20:37:17.866Z] === RUN   TestConfigList
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:37:18 [2021-06-18T20:37:18.616Z] + bundleName=docker-py
20:37:18 [2021-06-18T20:37:18.616Z] + echo Creating docker-py-bundles.tar.gz
20:37:18 [2021-06-18T20:37:18.616Z] Creating docker-py-bundles.tar.gz
20:37:18 [2021-06-18T20:37:18.616Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
20:37:18 [2021-06-18T20:37:18.627Z] Archiving artifacts
20:37:18 [2021-06-18T20:37:18.759Z] === RUN   TestReadPluginNoRead/default
20:37:19 [2021-06-18T20:37:19.245Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
20:37:19 [2021-06-18T20:37:19.329Z] --- PASS: TestDaemonStartWithLogOpt (4.73s)
20:37:19 [2021-06-18T20:37:19.960Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
20:37:20 [2021-06-18T20:37:20.316Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh binary-daemon
20:37:20 [2021-06-18T20:37:20.714Z] === RUN   TestReadPluginNoRead/disabled_caching
20:37:20 [2021-06-18T20:37:20.883Z] 
20:37:20 [2021-06-18T20:37:20.883Z] Removing bundles/
20:37:20 [2021-06-18T20:37:20.883Z] 
20:37:20 [2021-06-18T20:37:20.883Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
20:37:20 [2021-06-18T20:37:20.883Z] Building: bundles/binary-daemon/dockerd-dev
20:37:20 [2021-06-18T20:37:20.883Z] GOOS="" GOARCH="" GOARM=""
20:37:21 [2021-06-18T20:37:21.782Z] --- PASS: TestConfigList (3.44s)
20:37:21 [2021-06-18T20:37:21.782Z] === RUN   TestConfigsCreateAndDelete
20:37:21 [2021-06-18T20:37:21.782Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
20:37:22 [2021-06-18T20:37:22.350Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
20:37:22 [2021-06-18T20:37:22.621Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:37:23 [2021-06-18T20:37:23.286Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
20:37:24 [2021-06-18T20:37:24.003Z] --- PASS: TestReadPluginNoRead (9.45s)
20:37:24 [2021-06-18T20:37:24.003Z]     --- PASS: TestReadPluginNoRead/default (1.81s)
20:37:24 [2021-06-18T20:37:24.003Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.71s)
20:37:24 [2021-06-18T20:37:24.003Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.74s)
20:37:24 [2021-06-18T20:37:24.003Z]     read_test.go:92: [d989eb25dad51] daemon is not started
20:37:24 [2021-06-18T20:37:24.097Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.43s)
20:37:24 [2021-06-18T20:37:24.097Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t4qg934jv6qod7ipt9q6qqhc5 Created:2021-06-18 20:37:17.426934891 +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[97a794cd5139029d6766cda2da4216bb8f0d985626762b5790f71fb7e4668582:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pw6saqw2iihtj0yyaizwhtqfd EndpointID:20202be92d445d5d1e887b769c6c5a48c5b75854b9170f5160d30823ffbfedd7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:911bc001e096050c393f33e2508e37354cb3b99e93da1d1de0fb4e28347999a6 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:b1d429d68b3c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pw6saqw2iihtj0yyaizwhtqfd EndpointID:20202be92d445d5d1e887b769c6c5a48c5b75854b9170f5160d30823ffbfedd7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:37:24 [2021-06-18T20:37:24.097Z] PASS
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] === Skipped
20:37:24 [2021-06-18T20:37:24.097Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:37:24 [2021-06-18T20:37:24.097Z]     service_test.go:242: FLAKY_TEST
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] DONE 26 tests, 1 skipped in 48.396s
20:37:24 [2021-06-18T20:37:24.097Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:37:24 [2021-06-18T20:37:24.097Z] INFO: Testing against a local daemon
20:37:24 [2021-06-18T20:37:24.097Z] === RUN   TestDockerNetworkIpvlanPersistance
20:37:24 [2021-06-18T20:37:24.097Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:37:24 [2021-06-18T20:37:24.097Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:37:24 [2021-06-18T20:37:24.097Z] === RUN   TestDockerNetworkIpvlan
20:37:24 [2021-06-18T20:37:24.097Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:37:24 [2021-06-18T20:37:24.097Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:37:24 [2021-06-18T20:37:24.097Z] PASS
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] === Skipped
20:37:24 [2021-06-18T20:37:24.097Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:37:24 [2021-06-18T20:37:24.097Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:37:24 [2021-06-18T20:37:24.097Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] 
20:37:24 [2021-06-18T20:37:24.097Z] DONE 2 tests, 2 skipped in 0.083s
20:37:24 [2021-06-18T20:37:24.097Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:37:24 [2021-06-18T20:37:24.098Z] INFO: Testing against a local daemon
20:37:24 [2021-06-18T20:37:24.098Z] === RUN   TestDockerNetworkMacvlanPersistance
20:37:24 [2021-06-18T20:37:24.665Z] --- PASS: TestConfigsCreateAndDelete (3.22s)
20:37:24 [2021-06-18T20:37:24.666Z] === RUN   TestConfigsUpdate
20:37:24 [2021-06-18T20:37:24.941Z] --- PASS: TestContinueAfterPluginCrash (10.13s)
20:37:24 [2021-06-18T20:37:24.942Z] PASS
20:37:24 [2021-06-18T20:37:24.942Z] 
20:37:24 [2021-06-18T20:37:24.942Z] DONE 6 tests in 10.306s
20:37:24 [2021-06-18T20:37:24.942Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:37:24 [2021-06-18T20:37:24.942Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:37:24 [2021-06-18T20:37:24.942Z] ++ set -e
20:37:24 [2021-06-18T20:37:24.942Z] ++ '[' -n 0 ']'
20:37:24 [2021-06-18T20:37:24.942Z] ++ set -x
20:37:24 [2021-06-18T20:37:24.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=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
20:37:24 [2021-06-18T20:37:24.942Z] testing: warning: no tests to run
20:37:24 [2021-06-18T20:37:24.942Z] PASS
20:37:24 [2021-06-18T20:37:24.942Z] 
20:37:24 [2021-06-18T20:37:24.942Z] DONE 0 tests in 0.051s
20:37:24 [2021-06-18T20:37:24.942Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:37:24 [2021-06-18T20:37:24.942Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:37:24 [2021-06-18T20:37:24.942Z] ++ set -e
20:37:24 [2021-06-18T20:37:24.942Z] ++ '[' -n 0 ']'
20:37:24 [2021-06-18T20:37:24.942Z] ++ set -x
20:37:24 [2021-06-18T20:37:24.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=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
20:37:24 [2021-06-18T20:37:24.942Z] INFO: Testing against a local daemon
20:37:24 [2021-06-18T20:37:24.942Z] === RUN   TestPluginWithDevMounts
20:37:24 [2021-06-18T20:37:24.942Z] === PAUSE TestPluginWithDevMounts
20:37:24 [2021-06-18T20:37:24.942Z] === CONT  TestPluginWithDevMounts
20:37:25 [2021-06-18T20:37:25.032Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s)
20:37:25 [2021-06-18T20:37:25.032Z] === RUN   TestDockerNetworkMacvlan
20:37:25 [2021-06-18T20:37:25.966Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:37:26 [2021-06-18T20:37:26.532Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:37:27 [2021-06-18T20:37:27.467Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:37:27 [2021-06-18T20:37:27.488Z] --- PASS: TestPluginWithDevMounts (2.07s)
20:37:27 [2021-06-18T20:37:27.488Z] PASS
20:37:27 [2021-06-18T20:37:27.488Z] 
20:37:27 [2021-06-18T20:37:27.488Z] DONE 1 tests in 2.222s
20:37:27 [2021-06-18T20:37:27.488Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
20:37:27 [2021-06-18T20:37:27.488Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:37:27 [2021-06-18T20:37:27.488Z] ++ set -e
20:37:27 [2021-06-18T20:37:27.488Z] ++ '[' -n 0 ']'
20:37:27 [2021-06-18T20:37:27.488Z] ++ set -x
20:37:27 [2021-06-18T20:37:27.488Z] ++ 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
20:37:27 [2021-06-18T20:37:27.488Z] INFO: Testing against a local daemon
20:37:27 [2021-06-18T20:37:27.488Z] === RUN   TestSecretInspect
20:37:27 [2021-06-18T20:37:27.960Z] --- PASS: TestConfigsUpdate (3.16s)
20:37:27 [2021-06-18T20:37:27.960Z] === RUN   TestTemplatedConfig
20:37:27 [2021-06-18T20:37:27.960Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
20:37:29 [2021-06-18T20:37:29.997Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:37:30 [2021-06-18T20:37:30.033Z] --- PASS: TestSecretInspect (2.45s)
20:37:30 [2021-06-18T20:37:30.033Z] === RUN   TestSecretList
20:37:31 [2021-06-18T20:37:31.251Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
20:37:31 [2021-06-18T20:37:31.251Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
20:37:32 [2021-06-18T20:37:32.573Z] --- PASS: TestSecretList (2.93s)
20:37:32 [2021-06-18T20:37:32.573Z] === RUN   TestSecretsCreateAndDelete
20:37:33 [2021-06-18T20:37:33.157Z] --- PASS: TestTemplatedConfig (5.52s)
20:37:33 [2021-06-18T20:37:33.157Z] === RUN   TestConfigCreateResolve
20:37:33 [2021-06-18T20:37:33.281Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:37:34 [2021-06-18T20:37:34.094Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
20:37:34 [2021-06-18T20:37:34.353Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
20:37:35 [2021-06-18T20:37:35.866Z] --- PASS: TestSecretsCreateAndDelete (2.99s)
20:37:35 [2021-06-18T20:37:35.866Z] === RUN   TestSecretsUpdate
20:37:36 [2021-06-18T20:37:36.892Z] --- PASS: TestConfigCreateResolve (3.42s)
20:37:36 [2021-06-18T20:37:36.892Z] === RUN   TestConfigDaemonLibtrustID
20:37:36 [2021-06-18T20:37:36.892Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
20:37:37 [2021-06-18T20:37:37.150Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
20:37:37 [2021-06-18T20:37:37.150Z] PASS
20:37:37 [2021-06-18T20:37:37.150Z] 
20:37:37 [2021-06-18T20:37:37.150Z] DONE 7 tests in 22.462s
20:37:37 [2021-06-18T20:37:37.150Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:37:37 [2021-06-18T20:37:37.150Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
20:37:37 [2021-06-18T20:37:37.150Z] ++ set -e
20:37:37 [2021-06-18T20:37:37.150Z] ++ '[' -n 0 ']'
20:37:37 [2021-06-18T20:37:37.150Z] ++ set -x
20:37:37 [2021-06-18T20:37:37.150Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
20:37:37 [2021-06-18T20:37:37.409Z] INFO: Testing against a local daemon
20:37:37 [2021-06-18T20:37:37.409Z] === RUN   TestCheckpoint
20:37:37 [2021-06-18T20:37:37.409Z] --- SKIP: TestCheckpoint (0.00s)
20:37:37 [2021-06-18T20:37:37.409Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:37:37 [2021-06-18T20:37:37.409Z] === RUN   TestContainerInvalidJSON
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:37:37 [2021-06-18T20:37:37.668Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:37:37 [2021-06-18T20:37:37.668Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:37:37 [2021-06-18T20:37:37.668Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:37:37 [2021-06-18T20:37:37.668Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:37:37 [2021-06-18T20:37:37.668Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:37:37 [2021-06-18T20:37:37.668Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:37:37 [2021-06-18T20:37:37.668Z] --- PASS: TestContainerInvalidJSON (0.03s)
20:37:37 [2021-06-18T20:37:37.668Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.02s)
20:37:37 [2021-06-18T20:37:37.668Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.02s)
20:37:37 [2021-06-18T20:37:37.668Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:37:37 [2021-06-18T20:37:37.668Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestCopyFromContainerPathIsNotDir
20:37:37 [2021-06-18T20:37:37.668Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
20:37:37 [2021-06-18T20:37:37.668Z] === RUN   TestCopyToContainerPathDoesNotExist
20:37:37 [2021-06-18T20:37:37.927Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
20:37:37 [2021-06-18T20:37:37.927Z] === RUN   TestCopyToContainerPathIsNotDir
20:37:37 [2021-06-18T20:37:37.927Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
20:37:37 [2021-06-18T20:37:37.927Z] === RUN   TestCopyFromContainer
20:37:38 [2021-06-18T20:37:38.545Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:37:39 [2021-06-18T20:37:39.159Z] --- PASS: TestSecretsUpdate (2.97s)
20:37:39 [2021-06-18T20:37:39.159Z] === RUN   TestTemplatedSecret
20:37:39 [2021-06-18T20:37:39.834Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
20:37:39 [2021-06-18T20:37:39.921Z] --- PASS: TestDockerNetworkMacvlan (14.71s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.65s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.91s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.25s)
20:37:39 [2021-06-18T20:37:39.921Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s)
20:37:39 [2021-06-18T20:37:39.921Z] PASS
20:37:39 [2021-06-18T20:37:39.921Z] 
20:37:39 [2021-06-18T20:37:39.921Z] DONE 8 tests in 16.134s
20:37:39 [2021-06-18T20:37:39.921Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:37:39 [2021-06-18T20:37:39.921Z] testing: warning: no tests to run
20:37:39 [2021-06-18T20:37:39.921Z] PASS
20:37:39 [2021-06-18T20:37:39.921Z] 
20:37:39 [2021-06-18T20:37:39.921Z] DONE 0 tests in 0.009s
20:37:39 [2021-06-18T20:37:39.921Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:37:39 [2021-06-18T20:37:39.921Z] INFO: Testing against a local daemon
20:37:39 [2021-06-18T20:37:39.921Z] === RUN   TestAuthZPluginAllowRequest
20:37:40 [2021-06-18T20:37:40.093Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
20:37:40 [2021-06-18T20:37:40.093Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
20:37:40 [2021-06-18T20:37:40.353Z] === RUN   TestCopyFromContainer//
20:37:40 [2021-06-18T20:37:40.613Z] === RUN   TestCopyFromContainer//bar/root
20:37:40 [2021-06-18T20:37:40.613Z] === RUN   TestCopyFromContainer//bar/root/
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestBoolValue
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestBoolValue (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestBoolValueOrDefault
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestBoolValueOrDefault (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestInt64ValueOrZero
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestInt64ValueOrZero (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestInt64ValueOrDefault
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestInt64ValueOrDefault (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestInt64ValueOrDefaultWithError
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestJsonContentType
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestJsonContentType (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 14.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/server/httputils	0.069s	coverage: 14.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestMaskSecretKeys
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestMaskSecretKeys (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestVersionMiddlewareVersion
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 37.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/server/middleware	0.128s	coverage: 37.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestStrSliceMarshalJSON
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestStrSliceUnmarshalJSON
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestStrSliceUnmarshalString
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestStrSliceUnmarshalSlice
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 90.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/types/strslice	0.035s	coverage: 90.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestToJSON
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestToJSON (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestToParamWithVersion
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestToParamWithVersion (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestFromJSON
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestFromJSON (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestEmpty
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestEmpty (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestArgsMatchKVListEmptySources
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestArgsMatchKVList
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestArgsMatchKVList (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestArgsMatch
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestArgsMatch (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestAdd
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestAdd (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestDel
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestDel (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestLen
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestLen (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestExactMatch
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestExactMatch (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestOnlyOneExactMatch
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestOnlyOneExactMatch (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestContains
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestContains (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestValidate
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestValidate (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestWalkValues
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestWalkValues (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestFuzzyMatch
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestFuzzyMatch (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestClone
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestClone (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 92.2% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/types/filters	0.037s	coverage: 92.2% of statements
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestAdjustForAPIVersion
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestAdjustForAPIVersion (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 5.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestDurationToSecondsString
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestDurationToSecondsString (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestGetTimestamp
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/server/router/swarm	0.076s	coverage: 5.7% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestGetTimestamp (0.11s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseTimestamps
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestParseTimestamps (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 100.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/types/time	0.173s	coverage: 100.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestCompareVersion
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestCompareVersion (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 75.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/api/types/versions	0.067s	coverage: 75.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestParseRemoteURL (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestCloneArgsSmartHttp
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestCloneArgsSmartHttp (0.04s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestCloneArgsDumbHttp
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestCloneArgsGit
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestCloneArgsGit (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestCheckoutGit
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestEnable
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestEnable (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestDisable
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestDisable (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] === RUN   TestEnabled
20:37:40 [2021-06-18T20:37:40.848Z] --- PASS: TestEnabled (0.00s)
20:37:40 [2021-06-18T20:37:40.848Z] PASS
20:37:40 [2021-06-18T20:37:40.848Z] coverage: 100.0% of statements
20:37:40 [2021-06-18T20:37:40.848Z] ok  	github.com/docker/docker/cli/debug	0.037s	coverage: 100.0% of statements
20:37:40 [2021-06-18T20:37:40.873Z] === RUN   TestCopyFromContainer/bar/quux
20:37:41 [2021-06-18T20:37:41.133Z] === RUN   TestCopyFromContainer/bar/quux/
20:37:41 [2021-06-18T20:37:41.295Z] --- PASS: TestAuthZPluginAllowRequest (1.50s)
20:37:41 [2021-06-18T20:37:41.295Z] === RUN   TestAuthZPluginTLS
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestProcessNoDockerignore
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestProcessNoDockerignore (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestProcessShouldLeaveAllFiles
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestDetectContentType
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestDetectContentType (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestSelectAcceptableMIME
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestSelectAcceptableMIME (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestInspectEmptyResponse
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestInspectEmptyResponse (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestInspectResponseBinary
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestInspectResponseBinary (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestResponseUnsupportedContentType
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestInspectResponseTextSimple
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestInspectResponseTextSimple (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestInspectResponseEmptyContentType
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
20:37:41 [2021-06-18T20:37:41.318Z] === RUN   TestUnknownContentLength
20:37:41 [2021-06-18T20:37:41.318Z] --- PASS: TestUnknownContentLength (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDownloadRemote
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestDownloadRemote (0.07s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestGetWithStatusError
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestGetWithStatusError (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestCloseRootDirectory
20:37:41 [2021-06-18T20:37:41.319Z] --- SKIP: TestCloseRootDirectory (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestHashFile
20:37:41 [2021-06-18T20:37:41.319Z] --- SKIP: TestHashFile (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestHashSubdir
20:37:41 [2021-06-18T20:37:41.319Z] --- SKIP: TestHashSubdir (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestRemoveDirectory
20:37:41 [2021-06-18T20:37:41.319Z] --- SKIP: TestRemoveDirectory (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:37:41 [2021-06-18T20:37:41.319Z] PASS
20:37:41 [2021-06-18T20:37:41.319Z] coverage: 9.3% of statements
20:37:41 [2021-06-18T20:37:41.319Z] ok  	github.com/docker/docker/builder/remotecontext	0.242s	coverage: 9.3% of statements
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestGetAllAllowed
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestGetAllAllowed (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestGetAllMeta
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestGetAllMeta (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestWarnOnUnusedBuildArgs
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestIsUnreferencedBuiltin
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestIsExistingDirectory
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestIsExistingDirectory (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestGetFilenameForDownload
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestGetFilenameForDownload (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestEnv2Variables
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestEnv2Variables (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestEnvValueWithExistingRunConfigEnv
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestMaintainer
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestMaintainer (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestLabel
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestLabel (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestFromScratch
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestFromScratch (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestFromWithArg
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestFromWithArg (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestFromWithArgButBuildArgsNotGiven
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestFromWithUndefinedArg
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestFromWithUndefinedArg (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestFromMultiStageWithNamedStage
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestOnbuild
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestOnbuild (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestWorkdir
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestWorkdir (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestCmd
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestCmd (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestHealthcheckNone
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestHealthcheckNone (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestHealthcheckCmd
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestHealthcheckCmd (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestEntrypoint
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestEntrypoint (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestExpose
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestExpose (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestUser
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestUser (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestVolume
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestVolume (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestStopSignal
20:37:41 [2021-06-18T20:37:41.319Z] --- SKIP: TestStopSignal (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     dispatchers_test.go:377: Windows does not support stopsignal
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestArg
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestArg (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestShell
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestShell (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestPrependEnvOnCmd
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestPrependEnvOnCmd (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestRunWithBuildArgs
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestRunWithBuildArgs (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestRunIgnoresHealthcheck
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatchUnsupportedOptions
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestNormalizeWorkdir
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestNormalizeWorkdir (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/ADD_multiple_files_to_file
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/COPY_multiple_files_to_file
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/COPY_wildcard_no_files
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDispatch/COPY_url
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestDispatch (0.05s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z]     --- PASS: TestDispatch/COPY_url (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestAddScratchImageAddsToMounts
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestAddFromScratchPopulatesPlatform
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestImageSourceGetAddsToMounts
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestEmptyDockerfile
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestEmptyDockerfile (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestSymlinkDockerfile
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestSymlinkDockerfile (0.01s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDockerfileOutsideTheBuildContext
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestNonExistingDockerfile
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestNonExistingDockerfile (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestCopyRunConfig
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestCopyRunConfig (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestDeepCopyRunConfig
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestDeepCopyRunConfig (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestExportImage
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestExportImage (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] === RUN   TestNormalizeDest
20:37:41 [2021-06-18T20:37:41.319Z] --- PASS: TestNormalizeDest (0.00s)
20:37:41 [2021-06-18T20:37:41.319Z] PASS
20:37:41 [2021-06-18T20:37:41.319Z] coverage: 46.8% of statements
20:37:41 [2021-06-18T20:37:41.319Z] ok  	github.com/docker/docker/builder/dockerfile	0.176s	coverage: 46.8% of statements
20:37:41 [2021-06-18T20:37:41.393Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:37:41 [2021-06-18T20:37:41.393Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:37:41 [2021-06-18T20:37:41.653Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:37:41 [2021-06-18T20:37:41.653Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:37:41 [2021-06-18T20:37:41.789Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
20:37:41 [2021-06-18T20:37:41.862Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:37:41 [2021-06-18T20:37:41.862Z] === RUN   TestAuthZPluginDenyRequest
20:37:41 [2021-06-18T20:37:41.913Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
20:37:41 [2021-06-18T20:37:41.913Z] === RUN   TestCopyFromContainer/bar/notarget
20:37:42 [2021-06-18T20:37:42.172Z] --- PASS: TestCopyFromContainer (4.22s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer// (0.15s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.21s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/quux (0.21s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.18s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.20s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.16s)
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:37:42 [2021-06-18T20:37:42.172Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s)
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateLinkToNonExistingContainer
20:37:42 [2021-06-18T20:37:42.172Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateWithInvalidEnv
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateWithInvalidEnv/0
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateWithInvalidEnv/0
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateWithInvalidEnv/1
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateWithInvalidEnv/1
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateWithInvalidEnv/2
20:37:42 [2021-06-18T20:37:42.172Z] === PAUSE TestCreateWithInvalidEnv/2
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateWithInvalidEnv/0
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateWithInvalidEnv/2
20:37:42 [2021-06-18T20:37:42.172Z] === CONT  TestCreateWithInvalidEnv/1
20:37:42 [2021-06-18T20:37:42.172Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:37:42 [2021-06-18T20:37:42.172Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateTmpfsMountsTarget
20:37:42 [2021-06-18T20:37:42.172Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:37:42 [2021-06-18T20:37:42.172Z] === RUN   TestCreateWithCustomMaskedPaths
20:37:42 [2021-06-18T20:37:42.428Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:37:42 [2021-06-18T20:37:42.429Z] === RUN   TestAuthZPluginAPIDenyResponse
20:37:42 [2021-06-18T20:37:42.432Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
20:37:42 [2021-06-18T20:37:42.453Z] --- PASS: TestTemplatedSecret (3.76s)
20:37:42 [2021-06-18T20:37:42.453Z] === RUN   TestSecretCreateResolve
20:37:42 [2021-06-18T20:37:42.996Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:37:42 [2021-06-18T20:37:42.996Z] === RUN   TestAuthZPluginDenyResponse
20:37:43 [2021-06-18T20:37:43.563Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
20:37:43 [2021-06-18T20:37:43.563Z] === RUN   TestAuthZPluginAllowEventStream
20:37:44 [2021-06-18T20:37:44.938Z] --- PASS: TestAuthZPluginAllowEventStream (1.52s)
20:37:44 [2021-06-18T20:37:44.938Z] === RUN   TestAuthZPluginErrorResponse
20:37:44 [2021-06-18T20:37:44.993Z] --- PASS: TestSecretCreateResolve (2.52s)
20:37:44 [2021-06-18T20:37:44.993Z] PASS
20:37:44 [2021-06-18T20:37:44.993Z] 
20:37:44 [2021-06-18T20:37:44.993Z] DONE 6 tests in 17.762s
20:37:44 [2021-06-18T20:37:44.993Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
20:37:44 [2021-06-18T20:37:44.993Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:37:44 [2021-06-18T20:37:44.993Z] ++ set -e
20:37:44 [2021-06-18T20:37:44.993Z] ++ '[' -n 0 ']'
20:37:44 [2021-06-18T20:37:44.993Z] ++ set -x
20:37:44 [2021-06-18T20:37:44.994Z] ++ 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
20:37:44 [2021-06-18T20:37:44.994Z] INFO: Testing against a local daemon
20:37:44 [2021-06-18T20:37:44.994Z] === RUN   TestServiceCreateInit
20:37:44 [2021-06-18T20:37:44.994Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:37:45 [2021-06-18T20:37:45.504Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
20:37:45 [2021-06-18T20:37:45.504Z] === RUN   TestAuthZPluginErrorRequest
20:37:46 [2021-06-18T20:37:46.070Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:37:46 [2021-06-18T20:37:46.070Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:37:46 [2021-06-18T20:37:46.626Z] --- PASS: TestCreateWithCustomMaskedPaths (3.77s)
20:37:46 [2021-06-18T20:37:46.626Z] === RUN   TestCreateWithCustomReadonlyPaths
20:37:46 [2021-06-18T20:37:46.626Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
20:37:46 [2021-06-18T20:37:46.636Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:37:46 [2021-06-18T20:37:46.636Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:37:46 [2021-06-18T20:37:46.886Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
20:37:47 [2021-06-18T20:37:47.454Z] === RUN   TestDockerSuite/TestBuildAddNonTar
20:37:48 [2021-06-18T20:37:48.541Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.80s)
20:37:48 [2021-06-18T20:37:48.541Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:37:49 [2021-06-18T20:37:49.362Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
20:37:49 [2021-06-18T20:37:49.620Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.45s)
20:37:49 [2021-06-18T20:37:49.620Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:37:49 [2021-06-18T20:37:49.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:37:49 [2021-06-18T20:37:49.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:37:49 [2021-06-18T20:37:49.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:37:49 [2021-06-18T20:37:49.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:37:49 [2021-06-18T20:37:49.621Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:37:49 [2021-06-18T20:37:49.621Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:37:49 [2021-06-18T20:37:49.621Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:37:49 [2021-06-18T20:37:49.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:37:49 [2021-06-18T20:37:49.621Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
20:37:49 [2021-06-18T20:37:49.621Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
20:37:49 [2021-06-18T20:37:49.621Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:37:49 [2021-06-18T20:37:49.621Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:37:49 [2021-06-18T20:37:49.621Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:37:49 [2021-06-18T20:37:49.621Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:37:50 [2021-06-18T20:37:50.207Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
20:37:50 [2021-06-18T20:37:50.275Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:37:50 [2021-06-18T20:37:50.441Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s)
20:37:50 [2021-06-18T20:37:50.442Z] === RUN   TestAuthZPluginHeader
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointCreateError
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointCreate
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointDeleteError
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointDeleteError (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointDelete
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointDelete (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointListError
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointListError (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointList
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointList (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestCheckpointListContainerNotFound
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNewClientWithOpsFromEnv
20:37:50 [2021-06-18T20:37:50.474Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z]     client_test.go:23: runtime.GOOS == "windows"
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestGetAPIPath
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestGetAPIPath (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestParseHostURL
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestParseHostURL (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNegotiateAPIVersionEmpty
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNegotiateAPIVersion
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestNegotiateAPIVersion (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNegotiateAPVersionOverride
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
20:37:50 [2021-06-18T20:37:50.474Z] === RUN   TestNegotiateAPIVersionAutomatic
20:37:50 [2021-06-18T20:37:50.474Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestClientRedirect
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestClientRedirect (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigCreateUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigCreateUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigCreateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigCreate
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspectNotFound
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspectNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspectUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspectUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspectError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspectConfigNotFound
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigInspect
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigListUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigListUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigListError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigListError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigList
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigList (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigRemoveUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigRemoveError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigRemove
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigUpdateUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigUpdateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestConfigUpdate
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestConfigUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCommitError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCommitError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCommit
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCommit (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStatPathError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStatPathError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStatPathNotFoundError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStatPathNoHeaderError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStatPath
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStatPath (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyToContainerError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyToContainerError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyToContainerNotFoundError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyToContainerNotStatusOKError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyToContainer
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyToContainer (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyFromContainerError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyFromContainerError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyFromContainerNotFoundError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyFromContainerNotStatusOKError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyFromContainerNoHeaderError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestCopyFromContainer
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestCopyFromContainer (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCreateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCreateImageNotFound
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCreateWithName
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCreateWithName (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerCreateAutoRemove
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerDiffError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerDiffError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerDiff
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerDiff (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecCreateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecCreate
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecStartError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecStartError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecStart
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecStart (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecInspectError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecInspect
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExportError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExportError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExport
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExport (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerInspectError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerInspectContainerNotFound
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerInspect
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerInspectNode
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerInspectNode (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerKillError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerKillError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerKill
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerKill (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerListError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerListError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerList
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerList (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerLogsNotFoundError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerLogsError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerLogsError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerLogs
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerLogs (0.13s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerPauseError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerPauseError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerPause
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerPause (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainersPruneError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainersPruneError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainersPrune
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainersPrune (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRemoveError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRemoveNotFoundError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRemove
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRenameError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRenameError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRename
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRename (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerResizeError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerResizeError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecResizeError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecResizeError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerResize
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerResize (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerExecResize
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerExecResize (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRestartError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRestartError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerRestart
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerRestart (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStartError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStartError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStart
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStart (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStatsError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStatsError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStats
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStats (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStopError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStopError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerStop
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerStop (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerTopError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerTopError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerTop
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerTop (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerUnpauseError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerUnpauseError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerUnpause
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerUnpause (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerUpdateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerUpdate
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerWaitError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerWaitError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestContainerWait
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestContainerWait (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestDiskUsageError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestDiskUsageError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestDiskUsage
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestDiskUsage (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestDistributionInspectUnsupported
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestDistributionInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestEventsErrorInOptions
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestEventsErrorInOptions (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestEventsErrorFromServer
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestEventsErrorFromServer (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestEvents
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestEvents (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestTLSCloseWriter
20:37:50 [2021-06-18T20:37:50.475Z] === PAUSE TestTLSCloseWriter
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageBuildError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageBuildError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageBuild
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageBuild (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestGetDockerOS
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestGetDockerOS (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageCreateError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageCreate
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageHistoryError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageHistoryError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageHistory
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageHistory (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageImportError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageImportError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageImport
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageImport (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageInspectError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageInspectImageNotFound
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageInspectImageNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageInspect
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageListError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageListError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageList
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageList (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageListApiBefore125
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageListApiBefore125 (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageLoadError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageLoadError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImageLoad
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImageLoad (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagesPruneError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagesPruneError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagesPrune
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagesPrune (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullReferenceParseError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullReferenceParseError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullAnyError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullAnyError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullStatusUnauthorizedError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullWithPrivilegedFuncNoError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePullWithoutErrors
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePullWithoutErrors (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushReferenceError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushReferenceError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushAnyError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushAnyError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushStatusUnauthorizedError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithPrivilegedFuncNoError
20:37:50 [2021-06-18T20:37:50.475Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithoutErrors
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
20:37:50 [2021-06-18T20:37:50.475Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImagePushWithoutErrors (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageRemoveError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageRemoveImageNotFound
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageRemove
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSaveError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSaveError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSave
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSave (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchAnyError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchAnyError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchStatusUnauthorizedError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageSearchWithoutErrors
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageTagError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageTagError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageTagInvalidReference
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageTagInvalidReference (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageTagInvalidSourceImageName
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageTagHexSource
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageTagHexSource (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestImageTag
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestImageTag (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestInfoServerError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestInfoServerError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestInfoInvalidResponseJSONError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestInfo
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestInfo (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkConnectError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkConnectError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkConnect
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkConnect (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkCreateError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkCreate
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkDisconnectError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkDisconnectError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkDisconnect
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkDisconnect (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkInspectError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkInspectNotFoundError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkInspect
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkListError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkListError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkList
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkList (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworksPruneError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworksPruneError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworksPrune
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworksPrune (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkRemoveError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNetworkRemove
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNetworkRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeInspectError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeInspectNodeNotFound
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeInspect
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeListError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeListError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeList
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeList (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeRemoveError
20:37:50 [2021-06-18T20:37:50.476Z] --- PASS: TestNodeRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.476Z] === RUN   TestNodeRemove
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestNodeRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestNodeUpdateError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestNodeUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestNodeUpdate
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestNodeUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestOptionWithTimeout
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestOptionWithTimeout (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingFail
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPingFail (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingWithError
20:37:50 [2021-06-18T20:37:50.945Z] 2021/06/18 20:37:50 RoundTripper returned a response & error; ignoring response
20:37:50 [2021-06-18T20:37:50.945Z] 2021/06/18 20:37:50 RoundTripper returned a response & error; ignoring response
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPingWithError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingSuccess
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPingSuccess (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingHeadFallback
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingHeadFallback/OK
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingHeadFallback/Internal_Server_Error
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingHeadFallback/Not_Found
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPingHeadFallback (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginDisableError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginDisableError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginDisable
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginDisable (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginEnableError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginEnableError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginEnable
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginEnable (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginInspectError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginInspect
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginListError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginListError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginList
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginList (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginPushError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginPushError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginPush
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginPush (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginRemoveError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginRemove
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginSetError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginSetError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPluginSet
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPluginSet (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSetHostHeader
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSetHostHeader (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestPlainTextError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestPlainTextError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestInfiniteError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestInfiniteError (0.01s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretCreateUnsupported
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretCreateUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretCreateError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretCreate
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretInspectUnsupported
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretInspectUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretInspectError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretInspectSecretNotFound
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretInspect
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretListUnsupported
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretListUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretListError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretListError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretList
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretList (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretRemoveUnsupported
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretRemoveError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretRemove
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretUpdateUnsupported
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretUpdateError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestSecretUpdate
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestSecretUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceCreateError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceCreate
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceCreateCompatiblePlatforms
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceCreateDigestPinning
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceInspectError
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceInspectServiceNotFound
20:37:50 [2021-06-18T20:37:50.945Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.945Z] === RUN   TestServiceInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceInspect
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceListError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceListError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceList
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceList (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceLogsError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceLogsError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceLogs
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceLogs (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceRemoveError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceRemoveNotFoundError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceRemove
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceUpdateError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestServiceUpdate
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestServiceUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmGetUnlockKeyError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmGetUnlockKey
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmInitError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmInitError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmInit
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmInit (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmInspectError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmInspect
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmJoinError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmJoinError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmJoin
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmJoin (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmLeaveError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmLeaveError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmLeave
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmLeave (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmUnlockError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmUnlockError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmUnlock
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmUnlock (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmUpdateError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmUpdateError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestSwarmUpdate
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestSwarmUpdate (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestTaskInspectError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTaskInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestTaskInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestTaskInspect
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTaskInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestTaskListError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTaskListError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestTaskList
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTaskList (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeCreateError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeCreateError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeCreate
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeCreate (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeInspectError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeInspectError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeInspectNotFound
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeInspectNotFound (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeInspectWithEmptyID
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeInspect
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeInspect (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeListError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeListError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeList
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeList (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeRemoveError
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeRemoveError (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === RUN   TestVolumeRemove
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestVolumeRemove (0.00s)
20:37:50 [2021-06-18T20:37:50.946Z] === CONT  TestTLSCloseWriter
20:37:50 [2021-06-18T20:37:50.946Z] --- PASS: TestTLSCloseWriter (0.01s)
20:37:50 [2021-06-18T20:37:50.946Z] PASS
20:37:50 [2021-06-18T20:37:50.946Z] coverage: 74.9% of statements
20:37:50 [2021-06-18T20:37:50.946Z] ok  	github.com/docker/docker/client	0.388s	coverage: 74.9% of statements
20:37:51 [2021-06-18T20:37:51.009Z] --- PASS: TestAuthZPluginHeader (0.72s)
20:37:51 [2021-06-18T20:37:51.009Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:37:51 [2021-06-18T20:37:51.049Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.32s)
20:37:51 [2021-06-18T20:37:51.049Z] === RUN   TestCreateDifferentPlatform
20:37:51 [2021-06-18T20:37:51.049Z] === RUN   TestCreateDifferentPlatform/different_os
20:37:51 [2021-06-18T20:37:51.049Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:37:51 [2021-06-18T20:37:51.049Z] --- PASS: TestCreateDifferentPlatform (0.06s)
20:37:51 [2021-06-18T20:37:51.050Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.02s)
20:37:51 [2021-06-18T20:37:51.050Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:37:51 [2021-06-18T20:37:51.050Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:37:51 [2021-06-18T20:37:51.050Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestContainerStartOnDaemonRestart
20:37:51 [2021-06-18T20:37:51.050Z] === PAUSE TestContainerStartOnDaemonRestart
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestDaemonRestartIpcMode
20:37:51 [2021-06-18T20:37:51.050Z] === PAUSE TestDaemonRestartIpcMode
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestDaemonHostGatewayIP
20:37:51 [2021-06-18T20:37:51.050Z] === PAUSE TestDaemonHostGatewayIP
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestRestartDaemonWithRestartingContainer
20:37:51 [2021-06-18T20:37:51.050Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestContainerKillOnDaemonStart
20:37:51 [2021-06-18T20:37:51.050Z] === PAUSE TestContainerKillOnDaemonStart
20:37:51 [2021-06-18T20:37:51.050Z] === RUN   TestDiff
20:37:52 [2021-06-18T20:37:52.453Z] --- PASS: TestDiff (1.12s)
20:37:52 [2021-06-18T20:37:52.453Z] === RUN   TestExecWithCloseStdin
20:37:53 [2021-06-18T20:37:53.832Z] --- PASS: TestExecWithCloseStdin (1.72s)
20:37:53 [2021-06-18T20:37:53.832Z] === RUN   TestExec
20:37:54 [2021-06-18T20:37:54.400Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
20:37:54 [2021-06-18T20:37:54.969Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
20:37:55 [2021-06-18T20:37:55.194Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.75s)
20:37:55 [2021-06-18T20:37:55.194Z] === RUN   TestAuthZPluginV2Disable
20:37:55 [2021-06-18T20:37:55.561Z] --- PASS: TestServiceCreateInit (10.25s)
20:37:55 [2021-06-18T20:37:55.561Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.14s)
20:37:55 [2021-06-18T20:37:55.561Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s)
20:37:55 [2021-06-18T20:37:55.561Z] === RUN   TestCreateServiceMultipleTimes
20:37:55 [2021-06-18T20:37:55.907Z] --- PASS: TestExec (1.93s)
20:37:55 [2021-06-18T20:37:55.907Z] === RUN   TestExecUser
20:37:57 [2021-06-18T20:37:57.285Z] --- PASS: TestExecUser (1.46s)
20:37:57 [2021-06-18T20:37:57.285Z] === RUN   TestExportContainerAndImportImage
20:37:57 [2021-06-18T20:37:57.724Z] --- PASS: TestAuthZPluginV2Disable (3.10s)
20:37:57 [2021-06-18T20:37:57.724Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:37:58 [2021-06-18T20:37:58.226Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
20:37:58 [2021-06-18T20:37:58.485Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
20:37:58 [2021-06-18T20:37:58.744Z] --- PASS: TestExportContainerAndImportImage (1.44s)
20:37:58 [2021-06-18T20:37:58.744Z] === RUN   TestExportContainerAfterDaemonRestart
20:37:59 [2021-06-18T20:37:59.003Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
20:37:59 [2021-06-18T20:37:59.572Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
20:37:59 [2021-06-18T20:37:59.572Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
20:38:00 [2021-06-18T20:38:00.139Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
20:38:00 [2021-06-18T20:38:00.398Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s)
20:38:00 [2021-06-18T20:38:00.398Z] === RUN   TestHealthCheckWorkdir
20:38:01 [2021-06-18T20:38:01.006Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.60s)
20:38:01 [2021-06-18T20:38:01.006Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:38:01 [2021-06-18T20:38:01.338Z] === RUN   TestDockerSuite/TestBuildAddScript
20:38:02 [2021-06-18T20:38:02.277Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
20:38:03 [2021-06-18T20:38:03.216Z] --- PASS: TestHealthCheckWorkdir (2.69s)
20:38:03 [2021-06-18T20:38:03.216Z] === RUN   TestHealthKillContainer
20:38:04 [2021-06-18T20:38:04.597Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
20:38:05 [2021-06-18T20:38:05.976Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
20:38:06 [2021-06-18T20:38:06.545Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
20:38:06 [2021-06-18T20:38:06.804Z] --- PASS: TestHealthKillContainer (3.80s)
20:38:06 [2021-06-18T20:38:06.804Z] === RUN   TestInspectCpusetInConfigPre120
20:38:08 [2021-06-18T20:38:08.184Z] --- PASS: TestInspectCpusetInConfigPre120 (1.17s)
20:38:08 [2021-06-18T20:38:08.184Z] === RUN   TestIpcModeNone
20:38:08 [2021-06-18T20:38:08.753Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
20:38:08 [2021-06-18T20:38:08.782Z] --- PASS: TestCheckoutGit (27.31s)
20:38:08 [2021-06-18T20:38:08.782Z] === RUN   TestValidGitTransport
20:38:08 [2021-06-18T20:38:08.782Z] --- PASS: TestValidGitTransport (0.00s)
20:38:08 [2021-06-18T20:38:08.782Z] === RUN   TestGitInvalidRef
20:38:08 [2021-06-18T20:38:08.782Z] --- PASS: TestGitInvalidRef (0.17s)
20:38:08 [2021-06-18T20:38:08.782Z] PASS
20:38:08 [2021-06-18T20:38:08.782Z] coverage: 86.3% of statements
20:38:08 [2021-06-18T20:38:08.782Z] ok  	github.com/docker/docker/builder/remotecontext/git	27.680s	coverage: 86.3% of statements
20:38:08 [2021-06-18T20:38:08.782Z] ?   	github.com/docker/docker/cli	[no test files]
20:38:08 [2021-06-18T20:38:08.782Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:38:10 [2021-06-18T20:38:10.130Z] --- PASS: TestIpcModeNone (1.89s)
20:38:10 [2021-06-18T20:38:10.130Z] === RUN   TestIpcModePrivate
20:38:11 [2021-06-18T20:38:11.029Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.94s)
20:38:11 [2021-06-18T20:38:11.029Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:38:11 [2021-06-18T20:38:11.509Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
20:38:11 [2021-06-18T20:38:11.769Z] --- PASS: TestIpcModePrivate (1.85s)
20:38:11 [2021-06-18T20:38:11.769Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:90, shared: false, mustBeShared: false
20:38:11 [2021-06-18T20:38:11.769Z] === RUN   TestIpcModeShareable
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithTLS
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithConflicts
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliWithConflictingLabels
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestConfigureDaemonLogs
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestConfigureDaemonLogs (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestCommonOptionsInstallFlags
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
20:38:12 [2021-06-18T20:38:12.579Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
20:38:12 [2021-06-18T20:38:12.579Z] PASS
20:38:12 [2021-06-18T20:38:12.579Z] coverage: 18.4% of statements
20:38:12 [2021-06-18T20:38:12.579Z] ok  	github.com/docker/docker/cmd/dockerd	0.266s	coverage: 18.4% of statements
20:38:13 [2021-06-18T20:38:13.668Z] --- PASS: TestCreateServiceMultipleTimes (17.29s)
20:38:13 [2021-06-18T20:38:13.668Z] === RUN   TestCreateServiceConflict
20:38:13 [2021-06-18T20:38:13.676Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
20:38:13 [2021-06-18T20:38:13.676Z] --- PASS: TestIpcModeShareable (2.07s)
20:38:13 [2021-06-18T20:38:13.676Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:89, shared: true, mustBeShared: true
20:38:13 [2021-06-18T20:38:13.676Z] === RUN   TestAPIIpcModeShareableAndContainer
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestContainerStopSignal
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestContainerStopSignal (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestContainerStopTimeout
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestContainerStopTimeout (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestContainerSecretReferenceDestTarget
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestContainerLogPathSetForJSONFileLogger
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestContainerLogPathSetForRingLogger
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestReplaceAndAppendEnvVars
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestNewMemoryStore
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestNewMemoryStore (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestAddContainers
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestAddContainers (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestGetContainer
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestGetContainer (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestDeleteContainer
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestDeleteContainer (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestListContainers
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestListContainers (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestFirstContainer
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestFirstContainer (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestApplyAllContainer
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestApplyAllContainer (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestIsValidHealthString
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestIsValidHealthString (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestStateRunStop
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestStateRunStop (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestStateTimeoutWait
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestStateTimeoutWait (0.10s)
20:38:14 [2021-06-18T20:38:14.153Z]     state_test.go:141: Stop callback fired
20:38:14 [2021-06-18T20:38:14.153Z]     state_test.go:165: Stop callback fired
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestIsValidStateString
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestIsValidStateString (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestViewSaveDelete
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestViewSaveDelete (0.01s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestViewAll
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestViewAll (0.01s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestViewGet
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestViewGet (0.01s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestNames
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestNames (0.00s)
20:38:14 [2021-06-18T20:38:14.153Z] === RUN   TestViewWithHealthCheck
20:38:14 [2021-06-18T20:38:14.153Z] --- PASS: TestViewWithHealthCheck (0.01s)
20:38:14 [2021-06-18T20:38:14.153Z] PASS
20:38:14 [2021-06-18T20:38:14.153Z] coverage: 41.4% of statements
20:38:14 [2021-06-18T20:38:14.153Z] ok  	github.com/docker/docker/container	0.334s	coverage: 41.4% of statements
20:38:14 [2021-06-18T20:38:14.153Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:38:14 [2021-06-18T20:38:14.153Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:38:14 [2021-06-18T20:38:14.153Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:38:14 [2021-06-18T20:38:14.153Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:38:15 [2021-06-18T20:38:15.577Z] --- PASS: TestCreateServiceConflict (2.95s)
20:38:15 [2021-06-18T20:38:15.577Z] === RUN   TestCreateServiceMaxReplicas
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestPrepare
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestPrepare (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestStart
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestStart (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestWaitCancel
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestWaitCancel (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestWaitDisabled
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestWaitDisabled (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestWaitEnabled
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestWaitEnabled (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] === RUN   TestRemove
20:38:15 [2021-06-18T20:38:15.722Z] --- PASS: TestRemove (0.00s)
20:38:15 [2021-06-18T20:38:15.722Z] PASS
20:38:15 [2021-06-18T20:38:15.722Z] coverage: 65.3% of statements
20:38:15 [2021-06-18T20:38:15.722Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.149s	coverage: 65.3% of statements
20:38:16 [2021-06-18T20:38:16.966Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
20:38:16 [2021-06-18T20:38:16.967Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
20:38:17 [2021-06-18T20:38:17.226Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.10s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCContainerRuntime
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/empty
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/default
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/process
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCIsolation
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCIsolation/default
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCIsolation/process
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCConfigs
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCConfigs/file
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCConfigs
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCConfigs/file
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
20:38:17 [2021-06-18T20:38:17.945Z] === RUN   TestServiceConvertToGRPCConfigs/none
20:38:17 [2021-06-18T20:38:17.945Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
20:38:17 [2021-06-18T20:38:17.945Z] PASS
20:38:17 [2021-06-18T20:38:17.945Z] coverage: 35.9% of statements
20:38:17 [2021-06-18T20:38:17.945Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.243s	coverage: 35.9% of statements
20:38:18 [2021-06-18T20:38:18.605Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.90s)
20:38:18 [2021-06-18T20:38:18.605Z] === RUN   TestAPIIpcModeHost
20:38:18 [2021-06-18T20:38:18.934Z] === RUN   TestNewListSecretsFilters
20:38:18 [2021-06-18T20:38:18.934Z] --- PASS: TestNewListSecretsFilters (0.00s)
20:38:18 [2021-06-18T20:38:18.934Z] === RUN   TestNewListConfigsFilters
20:38:18 [2021-06-18T20:38:18.934Z] --- PASS: TestNewListConfigsFilters (0.00s)
20:38:18 [2021-06-18T20:38:18.934Z] PASS
20:38:18 [2021-06-18T20:38:18.934Z] coverage: 0.5% of statements
20:38:18 [2021-06-18T20:38:18.934Z] ok  	github.com/docker/docker/daemon/cluster	0.505s	coverage: 0.5% of statements
20:38:19 [2021-06-18T20:38:19.778Z] --- PASS: TestCreateServiceMaxReplicas (3.50s)
20:38:19 [2021-06-18T20:38:19.778Z] === RUN   TestCreateWithDuplicateNetworkNames
20:38:20 [2021-06-18T20:38:20.512Z] --- PASS: TestAPIIpcModeHost (1.65s)
20:38:20 [2021-06-18T20:38:20.512Z] === RUN   TestDaemonIpcModeShareable
20:38:20 [2021-06-18T20:38:20.512Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
20:38:22 [2021-06-18T20:38:22.762Z] === RUN   TestDiscoveryOptsErrors
20:38:22 [2021-06-18T20:38:22.762Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
20:38:22 [2021-06-18T20:38:22.762Z] === RUN   TestDiscoveryOpts
20:38:22 [2021-06-18T20:38:22.762Z] --- PASS: TestDiscoveryOpts (0.00s)
20:38:22 [2021-06-18T20:38:22.762Z] PASS
20:38:22 [2021-06-18T20:38:22.762Z] coverage: 30.0% of statements
20:38:22 [2021-06-18T20:38:22.762Z] ok  	github.com/docker/docker/daemon/discovery	0.068s	coverage: 30.0% of statements
20:38:23 [2021-06-18T20:38:23.049Z] --- PASS: TestDaemonIpcModeShareable (2.24s)
20:38:23 [2021-06-18T20:38:23.049Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true
20:38:23 [2021-06-18T20:38:23.049Z] === RUN   TestDaemonIpcModePrivate
20:38:23 [2021-06-18T20:38:23.049Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestBuilderGC
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestBuilderGC (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationNotFound
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonBrokenConfiguration
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestParseClusterAdvertiseSettings
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestFindConfigurationConflicts
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestFindConfigurationConflicts (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeConflicts
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeConcurrent
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeConcurrentError
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestFindConfigurationConflictsWithMergedValues
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestValidateConfigurationErrors (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_label
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_dns
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_dns-search
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_max-download-attempts
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestValidateConfiguration/with_node_generic_resources
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestValidateConfiguration (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestModifiedDiscoverySettings
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestReloadSetConfigFileNotExist
20:38:23 [2021-06-18T20:38:23.751Z] time="2021-06-18T20:38:23Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
20:38:23 [2021-06-18T20:38:23.751Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s)
20:38:23 [2021-06-18T20:38:23.751Z] === RUN   TestReloadDefaultConfigNotExist
20:38:24 [2021-06-18T20:38:24.221Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
20:38:24 [2021-06-18T20:38:24.221Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:38:24 [2021-06-18T20:38:24.221Z] === RUN   TestReloadBadDefaultConfig
20:38:24 [2021-06-18T20:38:24.221Z] time="2021-06-18T20:38:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-494451431"
20:38:24 [2021-06-18T20:38:24.221Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
20:38:24 [2021-06-18T20:38:24.221Z] === RUN   TestReloadWithConflictingLabels
20:38:24 [2021-06-18T20:38:24.221Z] time="2021-06-18T20:38:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-213526810"
20:38:24 [2021-06-18T20:38:24.221Z] --- PASS: TestReloadWithConflictingLabels (0.01s)
20:38:24 [2021-06-18T20:38:24.221Z] === RUN   TestReloadWithDuplicateLabels
20:38:24 [2021-06-18T20:38:24.221Z] time="2021-06-18T20:38:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-967674801"
20:38:24 [2021-06-18T20:38:24.221Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
20:38:24 [2021-06-18T20:38:24.221Z] === RUN   TestDaemonConfigurationMerge
20:38:24 [2021-06-18T20:38:24.221Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
20:38:24 [2021-06-18T20:38:24.221Z] PASS
20:38:24 [2021-06-18T20:38:24.221Z] coverage: 79.7% of statements
20:38:24 [2021-06-18T20:38:24.221Z] ok  	github.com/docker/docker/daemon/config	0.350s	coverage: 79.7% of statements
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestVerifyNetworkingConfig
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestGetContainer
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestGetContainer (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestValidContainerNames
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestValidContainerNames (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestContainerInitDNS
20:38:24 [2021-06-18T20:38:24.690Z] --- SKIP: TestContainerInitDNS (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     daemon_test.go:147: root required
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestMerge
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestMerge (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestValidateContainerIsolation
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestValidateContainerIsolation (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestFindNetworkErrorType
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestFindNetworkErrorType (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestEnsureServicesExist
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestEnsureServicesExist (0.01s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestEnsureServicesExistErrors
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestContainerDelete
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestContainerDelete (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestContainerDoubleDelete
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestContainerDoubleDelete (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestLogContainerEventCopyLabels
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestLogContainerEventWithAttributes
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestNoneHealthcheck
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestNoneHealthcheck (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestHealthStates
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] time="2021-06-18T20:38:24Z" 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"
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestHealthStates (0.10s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestMaskURLCredentials
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestMaskURLCredentials (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestGetInspectData
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestGetInspectData (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestFillLicense
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestFillLicense (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestListInvalidFilter
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestListInvalidFilter (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestNameFilter
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestNameFilter (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
20:38:24 [2021-06-18T20:38:24.690Z] === 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
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
20:38:24 [2021-06-18T20:38:24.690Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
20:38:24 [2021-06-18T20:38:24.690Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:38:24 [2021-06-18T20:38:24.690Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- 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)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonReloadLabels
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestDaemonReloadLabels (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonReloadMirrors
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestDaemonReloadMirrors (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonReloadInsecureRegistries
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonReloadNotAffectOthers
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestDaemonDiscoveryReload
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestEventsLog
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestEventsLog (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestEventsLogTimeout
20:38:24 [2021-06-18T20:38:24.691Z] --- PASS: TestEventsLogTimeout (0.00s)
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestLogEvents
20:38:24 [2021-06-18T20:38:24.691Z] === RUN   TestWaitNodeAttachment
20:38:24 [2021-06-18T20:38:24.954Z] --- PASS: TestDaemonIpcModePrivate (2.19s)
20:38:24 [2021-06-18T20:38:24.954Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false
20:38:24 [2021-06-18T20:38:24.954Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestLogEvents (0.05s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestLoadBufferedEvents
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestLoadBufferedEvents (0.11s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestLoadBufferedEventsOnlyFromPast
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestIgnoreBufferedWhenNoTimes
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] PASS
20:38:25 [2021-06-18T20:38:25.160Z] coverage: 50.0% of statements
20:38:25 [2021-06-18T20:38:25.160Z] ok  	github.com/docker/docker/daemon/events	0.298s	coverage: 50.0% of statements
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestWaitNodeAttachment (0.40s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestIsolationConversion
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestIsolationConversion/default
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestIsolationConversion/process
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestIsolationConversion/hyperv
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestIsolationConversion (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestIsolationConversion/default (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestIsolationConversion/process (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestContainerLabels
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestContainerLabels (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestCredentialSpecConversion
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestCredentialSpecConversion/none
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestCredentialSpecConversion/config
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestCredentialSpecConversion/file
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestCredentialSpecConversion/registry
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestCredentialSpecConversion (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountBind
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountBind (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountVolume
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountVolume (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountTarget
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountTarget (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountTmpfs
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountInvalidType
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] === RUN   TestControllerValidateMountNamedPipe
20:38:25 [2021-06-18T20:38:25.160Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
20:38:25 [2021-06-18T20:38:25.160Z] PASS
20:38:25 [2021-06-18T20:38:25.160Z] coverage: 11.0% of statements
20:38:25 [2021-06-18T20:38:25.160Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.882s	coverage: 11.0% of statements
20:38:25 [2021-06-18T20:38:25.630Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
20:38:25 [2021-06-18T20:38:25.630Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
20:38:25 [2021-06-18T20:38:25.896Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
20:38:25 [2021-06-18T20:38:25.896Z] PASS
20:38:25 [2021-06-18T20:38:25.896Z] 
20:38:25 [2021-06-18T20:38:25.896Z] DONE 17 tests in 46.049s
20:38:25 [2021-06-18T20:38:25.896Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:38:25 [2021-06-18T20:38:25.896Z] INFO: Testing against a local daemon
20:38:25 [2021-06-18T20:38:25.896Z] === RUN   TestPluginInvalidJSON
20:38:25 [2021-06-18T20:38:25.896Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:38:25 [2021-06-18T20:38:25.896Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:38:25 [2021-06-18T20:38:25.896Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:38:25 [2021-06-18T20:38:25.896Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:38:25 [2021-06-18T20:38:25.896Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:38:25 [2021-06-18T20:38:25.896Z] === RUN   TestPluginInstall
20:38:25 [2021-06-18T20:38:25.896Z] === RUN   TestPluginInstall/no_auth
20:38:26 [2021-06-18T20:38:26.100Z] === RUN   TestIsEmptyDir
20:38:26 [2021-06-18T20:38:26.100Z] --- PASS: TestIsEmptyDir (0.01s)
20:38:26 [2021-06-18T20:38:26.100Z] PASS
20:38:26 [2021-06-18T20:38:26.100Z] coverage: 2.3% of statements
20:38:26 [2021-06-18T20:38:26.100Z] ok  	github.com/docker/docker/daemon/graphdriver	0.071s	coverage: 2.3% of statements
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestLinkNaming
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestLinkNaming (0.00s)
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestLinkNew
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestLinkNew (0.00s)
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestLinkEnv
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestLinkEnv (0.00s)
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestLinkMultipleEnv
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestLinkMultipleEnv (0.00s)
20:38:26 [2021-06-18T20:38:26.570Z] === RUN   TestLinkPortRangeEnv
20:38:26 [2021-06-18T20:38:26.570Z] --- PASS: TestLinkPortRangeEnv (0.00s)
20:38:26 [2021-06-18T20:38:26.570Z] PASS
20:38:26 [2021-06-18T20:38:26.570Z] coverage: 93.0% of statements
20:38:26 [2021-06-18T20:38:26.570Z] ok  	github.com/docker/docker/daemon/links	0.087s	coverage: 93.0% of statements
20:38:26 [2021-06-18T20:38:26.861Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
20:38:26 [2021-06-18T20:38:26.861Z] === RUN   TestDockerSuite/TestBuildAddTar
20:38:27 [2021-06-18T20:38:27.040Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
20:38:27 [2021-06-18T20:38:27.041Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:38:27 [2021-06-18T20:38:27.041Z]     reload_test.go:520: root required
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
20:38:27 [2021-06-18T20:38:27.041Z] === RUN   TestParseVolumesFrom
20:38:27 [2021-06-18T20:38:27.041Z] --- PASS: TestParseVolumesFrom (0.00s)
20:38:27 [2021-06-18T20:38:27.041Z] PASS
20:38:27 [2021-06-18T20:38:27.041Z] coverage: 9.1% of statements
20:38:27 [2021-06-18T20:38:27.041Z] ok  	github.com/docker/docker/daemon	2.650s	coverage: 9.1% of statements
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
20:38:27 [2021-06-18T20:38:27.041Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
20:38:27 [2021-06-18T20:38:27.121Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
20:38:27 [2021-06-18T20:38:27.121Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.23s)
20:38:27 [2021-06-18T20:38:27.121Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false
20:38:27 [2021-06-18T20:38:27.121Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:38:27 [2021-06-18T20:38:27.798Z] time="2021-06-18T20:38:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:27 [2021-06-18T20:38:27.798Z] time="2021-06-18T20:38:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c9ce37b6ab64271e9abf9cb4556815f9c2b0095daca498201db27694a648ced" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:27 [2021-06-18T20:38:27.798Z] time="2021-06-18T20:38:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:27 [2021-06-18T20:38:27.798Z] time="2021-06-18T20:38:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c9ce37b6ab64271e9abf9cb4556815f9c2b0095daca498201db27694a648ced" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:28 [2021-06-18T20:38:28.057Z] === RUN   TestPluginInstall/with_htpasswd
20:38:28 [2021-06-18T20:38:28.624Z] time="2021-06-18T20:38:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:28 [2021-06-18T20:38:28.624Z] time="2021-06-18T20:38:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c9ce37b6ab64271e9abf9cb4556815f9c2b0095daca498201db27694a648ced" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:28 [2021-06-18T20:38:28.624Z] time="2021-06-18T20:38:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:28 [2021-06-18T20:38:28.624Z] time="2021-06-18T20:38:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c9ce37b6ab64271e9abf9cb4556815f9c2b0095daca498201db27694a648ced" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:28 [2021-06-18T20:38:28.883Z] === RUN   TestPluginInstall/with_insecure
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/defaults
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/invalid_create_group
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/invalid_flush_interval
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/flush_interval_at_15
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestNewStreamConfig (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewAWSLogsClientUserAgentHandler
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestNewAWSLogsClientRegionDetect
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestAdapterReadLogs
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestAdapterReadLogs (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCopier
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestCopier (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCopierLongLines
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestCopierLongLines (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCopierSlow
20:38:29 [2021-06-18T20:38:29.263Z] time="2021-06-18T20:38:28Z" level=info msg="Trying to get region from EC2 Metadata"
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCreateSuccess
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestCreateSuccess (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCreateLogGroupSuccess
20:38:29 [2021-06-18T20:38:29.263Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
20:38:29 [2021-06-18T20:38:29.263Z] === RUN   TestCreateError
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCreateError (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCreateAlreadyExists
20:38:29 [2021-06-18T20:38:29.264Z] time="2021-06-18T20:38:28Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCreateAlreadyExists (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestLogClosed
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestLogClosed (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestLogBlocking
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestLogBlocking (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestLogNonBlockingBufferEmpty
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestLogNonBlockingBufferFull
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestPublishBatchSuccess
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestPublishBatchSuccess (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestPublishBatchError
20:38:29 [2021-06-18T20:38:29.264Z] time="2021-06-18T20:38:28Z" level=error msg=Error
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestPublishBatchError (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestPublishBatchInvalidSeqSuccess
20:38:29 [2021-06-18T20:38:29.264Z] time="2021-06-18T20:38:28Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestPublishBatchAlreadyAccepted
20:38:29 [2021-06-18T20:38:29.264Z] time="2021-06-18T20:38:28Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:38:29 [2021-06-18T20:38:29.264Z] time="2021-06-18T20:38:28Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchSimple
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchSimple (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchTicker
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchTicker (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMultilinePattern
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchClose
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchClose (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/0/Hello
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/2/🙃
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/3/����
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/4/He��o
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestEffectiveLen/5/
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestEffectiveLen (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/0/
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/1/Hello
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/2/Hello
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/3/Hello
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/4/🙃
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/5/🙃
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/6/a�
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestFindValidSplit/7/a�
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestFindValidSplit (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: 
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: 
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: Hello
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: 
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: He
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: llo
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: 
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: Hello
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: 
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: 🙃
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: 🙃
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: 
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: a
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: �
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1044: a�
20:38:29 [2021-06-18T20:38:29.264Z]         cloudwatchlogs_test.go:1045: 
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestProcessEventEmoji
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestProcessEventEmoji (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchLineSplit
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchLineSplit (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchLineSplitWithBinary
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMaxEvents
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMaxTotalBytes
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCollectBatchWithDuplicateTimestamps
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsMultilinePattern
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCreateTagSuccess
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCreateTagSuccess (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] PASS
20:38:29 [2021-06-18T20:38:29.264Z] coverage: 77.4% of statements
20:38:29 [2021-06-18T20:38:29.264Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.330s	coverage: 77.4% of statements
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCopierSlow (0.21s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCopierWithSized
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCopierWithSized/as_is
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCopierWithSized/With_RingLogger
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCopierWithSized (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestCopierWithPartial
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestCopierWithPartial (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestRingLogger
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestRingLogger (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestRingCap
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestRingCap (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestRingClose
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestRingClose (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] === RUN   TestRingDrain
20:38:29 [2021-06-18T20:38:29.264Z] --- PASS: TestRingDrain (0.00s)
20:38:29 [2021-06-18T20:38:29.264Z] PASS
20:38:29 [2021-06-18T20:38:29.264Z] coverage: 43.5% of statements
20:38:29 [2021-06-18T20:38:29.264Z] ok  	github.com/docker/docker/daemon/logger	0.284s	coverage: 43.5% of statements
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestSearchRegistryForImagesErrors
20:38:29 [2021-06-18T20:38:29.734Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestSearchRegistryForImages
20:38:29 [2021-06-18T20:38:29.734Z] --- PASS: TestSearchRegistryForImages (0.00s)
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestOnlyPlatformWithFallback
20:38:29 [2021-06-18T20:38:29.734Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestImageDelete
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestImageDelete/no_lease
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestImageDelete/lease_exists
20:38:29 [2021-06-18T20:38:29.734Z] --- PASS: TestImageDelete (0.03s)
20:38:29 [2021-06-18T20:38:29.734Z]     --- PASS: TestImageDelete/no_lease (0.01s)
20:38:29 [2021-06-18T20:38:29.734Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
20:38:29 [2021-06-18T20:38:29.734Z] === RUN   TestContentStoreForPull
20:38:29 [2021-06-18T20:38:29.734Z] --- PASS: TestContentStoreForPull (0.19s)
20:38:29 [2021-06-18T20:38:29.734Z] PASS
20:38:29 [2021-06-18T20:38:29.734Z] coverage: 6.7% of statements
20:38:29 [2021-06-18T20:38:29.734Z] ok  	github.com/docker/docker/daemon/images	0.405s	coverage: 6.7% of statements
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
20:38:29 [2021-06-18T20:38:29.734Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
20:38:29 [2021-06-18T20:38:29.817Z] time="2021-06-18T20:38:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:29 [2021-06-18T20:38:29.817Z] time="2021-06-18T20:38:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddcf106153ac492be1590176c9e0e6c2aa2109a36e686d7ec86fc9550587bdb1" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:29 [2021-06-18T20:38:29.817Z] time="2021-06-18T20:38:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:38:29 [2021-06-18T20:38:29.817Z] time="2021-06-18T20:38:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddcf106153ac492be1590176c9e0e6c2aa2109a36e686d7ec86fc9550587bdb1" mediatype=application/vnd.docker.plugin.v1+json size=522
20:38:30 [2021-06-18T20:38:30.075Z] --- PASS: TestPluginInstall (4.15s)
20:38:30 [2021-06-18T20:38:30.075Z]     --- PASS: TestPluginInstall/no_auth (2.10s)
20:38:30 [2021-06-18T20:38:30.075Z]     --- PASS: TestPluginInstall/with_htpasswd (0.80s)
20:38:30 [2021-06-18T20:38:30.075Z]     --- PASS: TestPluginInstall/with_insecure (1.25s)
20:38:30 [2021-06-18T20:38:30.075Z]         plugin_test.go:165: [d572f002ef6fc] daemon is not started
20:38:30 [2021-06-18T20:38:30.075Z] === RUN   TestPluginsWithRuntimes
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestJSONFileLogger
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestJSONFileLogger (0.00s)
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestJSONFileLoggerWithTags
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestJSONFileLoggerWithOpts
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestJSONFileLoggerWithLabelsEnv
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestEncodeDecode
20:38:30 [2021-06-18T20:38:30.203Z] === PAUSE TestEncodeDecode
20:38:30 [2021-06-18T20:38:30.203Z] === RUN   TestUnexpectedEOF
20:38:30 [2021-06-18T20:38:30.203Z] time="2021-06-18T20:38:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
20:38:30 [2021-06-18T20:38:30.203Z] time="2021-06-18T20:38:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestUnexpectedEOF (0.10s)
20:38:30 [2021-06-18T20:38:30.203Z] === CONT  TestEncodeDecode
20:38:30 [2021-06-18T20:38:30.203Z] --- PASS: TestEncodeDecode (0.00s)
20:38:30 [2021-06-18T20:38:30.203Z] PASS
20:38:30 [2021-06-18T20:38:30.203Z] coverage: 69.9% of statements
20:38:30 [2021-06-18T20:38:30.203Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.209s	coverage: 69.9% of statements
20:38:30 [2021-06-18T20:38:30.412Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.98s)
20:38:30 [2021-06-18T20:38:30.412Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true
20:38:30 [2021-06-18T20:38:30.412Z] === RUN   TestIpcModeOlderClient
20:38:30 [2021-06-18T20:38:30.412Z] === PAUSE TestIpcModeOlderClient
20:38:30 [2021-06-18T20:38:30.412Z] === RUN   TestKillContainerInvalidSignal
20:38:30 [2021-06-18T20:38:30.673Z] === RUN   TestJSONLogsMarshalJSONBuf
20:38:30 [2021-06-18T20:38:30.673Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
20:38:30 [2021-06-18T20:38:30.673Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
20:38:30 [2021-06-18T20:38:30.673Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s)
20:38:30 [2021-06-18T20:38:30.673Z] === RUN   TestFastTimeMarshalJSON
20:38:30 [2021-06-18T20:38:30.673Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
20:38:30 [2021-06-18T20:38:30.673Z] PASS
20:38:30 [2021-06-18T20:38:30.673Z] coverage: 87.2% of statements
20:38:30 [2021-06-18T20:38:30.673Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.215s	coverage: 87.2% of statements
20:38:31 [2021-06-18T20:38:31.351Z] --- PASS: TestKillContainerInvalidSignal (1.36s)
20:38:31 [2021-06-18T20:38:31.351Z] === RUN   TestKillContainer
20:38:31 [2021-06-18T20:38:31.507Z] === RUN   TestKillContainer/no_signal
20:38:31 [2021-06-18T20:38:31.662Z] === RUN   TestWriteLog
20:38:31 [2021-06-18T20:38:31.662Z] === PAUSE TestWriteLog
20:38:31 [2021-06-18T20:38:31.662Z] === RUN   TestReadLog
20:38:31 [2021-06-18T20:38:31.662Z] === PAUSE TestReadLog
20:38:31 [2021-06-18T20:38:31.662Z] === CONT  TestWriteLog
20:38:31 [2021-06-18T20:38:31.662Z] === CONT  TestReadLog
20:38:31 [2021-06-18T20:38:31.662Z] --- PASS: TestWriteLog (0.00s)
20:38:31 [2021-06-18T20:38:31.662Z] === RUN   TestReadLog/tail_exact
20:38:31 [2021-06-18T20:38:31.662Z] === RUN   TestReadLog/tail_less_than_available
20:38:31 [2021-06-18T20:38:31.662Z] === RUN   TestReadLog/tail_more_than_available
20:38:31 [2021-06-18T20:38:31.662Z] --- PASS: TestReadLog (0.12s)
20:38:31 [2021-06-18T20:38:31.662Z]     --- PASS: TestReadLog/tail_exact (0.11s)
20:38:31 [2021-06-18T20:38:31.662Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
20:38:31 [2021-06-18T20:38:31.662Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
20:38:32 [2021-06-18T20:38:32.055Z] === RUN   TestPluginsWithRuntimes/No_Args
20:38:32 [2021-06-18T20:38:32.131Z] PASS
20:38:32 [2021-06-18T20:38:32.131Z] coverage: 75.2% of statements
20:38:32 [2021-06-18T20:38:32.131Z] ok  	github.com/docker/docker/daemon/logger/local	0.412s	coverage: 75.2% of statements
20:38:32 [2021-06-18T20:38:32.131Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestOpenFileDelete
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestOpenFileDelete (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestOpenFileRename
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestOpenFileRename (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestParseLogTagDefaultTag
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestParseLogTag
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestParseLogTag (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestParseLogTagEmptyTag
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestTailFiles
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestTailFiles (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestFollowLogsConsumerGone
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestFollowLogsProducerGone
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestFollowLogsProducerGone (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z]     logfile_test.go:232: messages sent: 4098, received: 4098
20:38:32 [2021-06-18T20:38:32.600Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestCheckCapacityAndRotate
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
20:38:32 [2021-06-18T20:38:32.600Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
20:38:32 [2021-06-18T20:38:32.600Z] --- PASS: TestCheckCapacityAndRotate (0.14s)
20:38:32 [2021-06-18T20:38:32.600Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
20:38:32 [2021-06-18T20:38:32.600Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
20:38:32 [2021-06-18T20:38:32.600Z] PASS
20:38:32 [2021-06-18T20:38:32.600Z] coverage: 55.8% of statements
20:38:32 [2021-06-18T20:38:32.600Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.235s	coverage: 55.8% of statements
20:38:32 [2021-06-18T20:38:32.620Z] === RUN   TestPluginsWithRuntimes/With_Args
20:38:32 [2021-06-18T20:38:32.902Z] === RUN   TestKillContainer/non_killing_signal
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestLog
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestLog (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] PASS
20:38:33 [2021-06-18T20:38:33.070Z] coverage: 31.5% of statements
20:38:33 [2021-06-18T20:38:33.070Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.119s	coverage: 31.5% of statements
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestValidateLogOpt
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestValidateLogOpt (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestNewMissedConfig
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestNewMissedConfig (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestNewMissedUrl
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestNewMissedUrl (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestNewMissedToken
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestNewMissedToken (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestNewWithProxy
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestNewWithProxy (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestDefault
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestDefault (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestInlineFormatWithNonDefaultOptions
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestJsonFormat
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestJsonFormat (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestRawFormat
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestRawFormat (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestRawFormatWithLabels
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestRawFormatWithLabels (0.01s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestRawFormatWithoutTag
20:38:33 [2021-06-18T20:38:33.070Z] --- PASS: TestRawFormatWithoutTag (0.00s)
20:38:33 [2021-06-18T20:38:33.070Z] === RUN   TestBatching
20:38:33 [2021-06-18T20:38:33.540Z] --- PASS: TestBatching (0.21s)
20:38:33 [2021-06-18T20:38:33.540Z] === RUN   TestFrequency
20:38:33 [2021-06-18T20:38:33.540Z] --- PASS: TestFrequency (0.16s)
20:38:33 [2021-06-18T20:38:33.540Z] === RUN   TestOneMessagePerRequest
20:38:33 [2021-06-18T20:38:33.540Z] --- PASS: TestOneMessagePerRequest (0.00s)
20:38:33 [2021-06-18T20:38:33.540Z] === RUN   TestVerify
20:38:33 [2021-06-18T20:38:33.540Z] --- PASS: TestVerify (0.00s)
20:38:33 [2021-06-18T20:38:33.540Z] === RUN   TestSkipVerify
20:38:33 [2021-06-18T20:38:33.540Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:33 [2021-06-18T20:38:33.540Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:33 [2021-06-18T20:38:33.540Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:33 [2021-06-18T20:38:33.554Z] --- PASS: TestPluginsWithRuntimes (3.57s)
20:38:33 [2021-06-18T20:38:33.554Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
20:38:33 [2021-06-18T20:38:33.554Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.94s)
20:38:33 [2021-06-18T20:38:33.554Z] === RUN   TestPluginBackCompatMediaTypes
20:38:33 [2021-06-18T20:38:33.839Z] === RUN   TestKillContainer/killing_signal
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestNewParse
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestNewParse (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] PASS
20:38:34 [2021-06-18T20:38:34.010Z] coverage: 8.3% of statements
20:38:34 [2021-06-18T20:38:34.010Z] ok  	github.com/docker/docker/daemon/logger/templates	0.074s	coverage: 8.3% of statements
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestSkipVerify (0.37s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestBufferMaximum
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.640231\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.640231\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestBufferMaximum (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestServerAlwaysDown
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.642234\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.642234\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.642234\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.643230\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] time="2021-06-18T20:38:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624048713.643230\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestServerAlwaysDown (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestCannotSendAfterClose
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestCannotSendAfterClose (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestDeadlockOnBlockedEndpoint
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestParseLogFormat
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestParseLogFormat (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestValidateLogOptEmpty
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestValidateLogOptEmpty (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestValidateSyslogAddress
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestValidateSyslogAddress (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestParseAddressDefaultPort
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestParseAddressDefaultPort (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestValidateSyslogFacility
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestValidateSyslogFacility (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestValidateLogOptSyslogFormat
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] === RUN   TestValidateLogOpt
20:38:34 [2021-06-18T20:38:34.010Z] --- PASS: TestValidateLogOpt (0.00s)
20:38:34 [2021-06-18T20:38:34.010Z] PASS
20:38:34 [2021-06-18T20:38:34.010Z] coverage: 46.8% of statements
20:38:34 [2021-06-18T20:38:34.010Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.141s	coverage: 46.8% of statements
20:38:34 [2021-06-18T20:38:34.490Z] --- PASS: TestPluginBackCompatMediaTypes (0.72s)
20:38:34 [2021-06-18T20:38:34.490Z] PASS
20:38:34 [2021-06-18T20:38:34.490Z] 
20:38:34 [2021-06-18T20:38:34.490Z] DONE 10 tests in 8.491s
20:38:34 [2021-06-18T20:38:34.490Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:38:34 [2021-06-18T20:38:34.490Z] INFO: Testing against a local daemon
20:38:34 [2021-06-18T20:38:34.490Z] === RUN   TestExternalGraphDriver
20:38:34 [2021-06-18T20:38:34.490Z] === RUN   TestExternalGraphDriver/json
20:38:34 [2021-06-18T20:38:34.666Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.40s)
20:38:34 [2021-06-18T20:38:34.666Z] === RUN   TestCreateServiceSecretFileMode
20:38:34 [2021-06-18T20:38:34.998Z] time="2021-06-18T20:38:34Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49200/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
20:38:34 [2021-06-18T20:38:34.998Z] time="2021-06-18T20:38:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"89fe488919e4\"}'"
20:38:34 [2021-06-18T20:38:34.998Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.06s)
20:38:34 [2021-06-18T20:38:34.998Z] PASS
20:38:34 [2021-06-18T20:38:34.998Z] coverage: 82.5% of statements
20:38:34 [2021-06-18T20:38:34.998Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.923s	coverage: 82.5% of statements
20:38:34 [2021-06-18T20:38:34.998Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:38:34 [2021-06-18T20:38:34.998Z] ?   	github.com/docker/docker/daemon/network	[no test files]
20:38:34 [2021-06-18T20:38:34.998Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:38:35 [2021-06-18T20:38:35.220Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
20:38:35 [2021-06-18T20:38:35.479Z] --- PASS: TestKillContainer (4.23s)
20:38:35 [2021-06-18T20:38:35.480Z]     --- PASS: TestKillContainer/no_signal (1.32s)
20:38:35 [2021-06-18T20:38:35.480Z]     --- PASS: TestKillContainer/non_killing_signal (1.28s)
20:38:35 [2021-06-18T20:38:35.480Z]     --- PASS: TestKillContainer/killing_signal (1.38s)
20:38:35 [2021-06-18T20:38:35.480Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:38:35 [2021-06-18T20:38:35.480Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:38:36 [2021-06-18T20:38:36.392Z] === RUN   TestExternalGraphDriver/spec
20:38:36 [2021-06-18T20:38:36.566Z] === RUN   TestV1IDService
20:38:36 [2021-06-18T20:38:36.566Z] --- PASS: TestV1IDService (0.05s)
20:38:36 [2021-06-18T20:38:36.566Z] === RUN   TestV2MetadataService
20:38:36 [2021-06-18T20:38:36.566Z] === RUN   TestContinueOnError_NonMirrorEndpoint
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestContinueOnError_MirrorEndpoint
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestContinueOnError_NeverContinue
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestContinueOnError_UnnestsErrors
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/no_remote_or_local
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestSuccessfulDownload
20:38:36 [2021-06-18T20:38:36.567Z] --- SKIP: TestSuccessfulDownload (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     download_test.go:268: Needs fixing on Windows
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestCancelledDownload
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestCancelledDownload (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestMaxDownloadAttempts
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local977745975\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/no_local_cache
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/with_local_cache
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/unknown_media_type
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/unknown_media_type/no_cache
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="reference for unknown type: "
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="reference for unknown type: "
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/unknown_media_type/with_cache
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="reference for unknown type: "
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="reference for unknown type: "
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="reference for unknown type: "
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/error_persisting_manifest
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestManifestStore (0.22s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestManifestStore/no_remote_or_local (0.13s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestManifestStore/no_local_cache (0.01s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestManifestStore/unknown_media_type (0.04s)
20:38:36 [2021-06-18T20:38:36.567Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
20:38:36 [2021-06-18T20:38:36.567Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s)
20:38:36 [2021-06-18T20:38:36.567Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
20:38:36 [2021-06-18T20:38:36.567Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.01s)
20:38:36 [2021-06-18T20:38:36.567Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/schema1
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestFixManifestLayers
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestFixManifestLayers (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestFixManifestLayersBaseLayerParent
20:38:36 [2021-06-18T20:38:36.567Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     pull_v2_test.go:73: Needs fixing on Windows
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestFixManifestLayersBadParent
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestValidateManifest
20:38:36 [2021-06-18T20:38:36.567Z] --- SKIP: TestValidateManifest (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     pull_v2_test.go:118: Needs fixing on Windows
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestFormatPlatform
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestFormatPlatform (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestGetRepositoryMountCandidates
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestLayerAlreadyExists
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestLayerAlreadyExists (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z]     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}
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestWhenEmptyAuthConfig
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:38:36 [2021-06-18T20:38:36.567Z] time="2021-06-18T20:38:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:38:36 [2021-06-18T20:38:36.567Z] --- PASS: TestMaxDownloadAttempts (0.00s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s)
20:38:36 [2021-06-18T20:38:36.567Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s)
20:38:36 [2021-06-18T20:38:36.567Z] === RUN   TestTransfer
20:38:36 [2021-06-18T20:38:36.856Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:38:37 [2021-06-18T20:38:37.036Z] --- PASS: TestTransfer (0.12s)
20:38:37 [2021-06-18T20:38:37.037Z] === RUN   TestConcurrencyLimit
20:38:37 [2021-06-18T20:38:37.037Z] --- PASS: TestV2MetadataService (0.83s)
20:38:37 [2021-06-18T20:38:37.037Z] PASS
20:38:37 [2021-06-18T20:38:37.037Z] coverage: 48.2% of statements
20:38:37 [2021-06-18T20:38:37.037Z] ok  	github.com/docker/docker/distribution/metadata	0.955s	coverage: 48.2% of statements
20:38:37 [2021-06-18T20:38:37.037Z] --- PASS: TestConcurrencyLimit (0.35s)
20:38:37 [2021-06-18T20:38:37.037Z] === RUN   TestInactiveJobs
20:38:37 [2021-06-18T20:38:37.207Z] --- PASS: TestCreateServiceSecretFileMode (3.28s)
20:38:37 [2021-06-18T20:38:37.207Z] === RUN   TestCreateServiceConfigFileMode
20:38:37 [2021-06-18T20:38:37.506Z] === RUN   TestNotFound
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestNotFound (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestConflict
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestConflict (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestForbidden
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestForbidden (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestInvalidParameter
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestInvalidParameter (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestNotImplemented
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestNotImplemented (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestNotModified
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestNotModified (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestUnauthorized
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestUnauthorized (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestUnknown
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestUnknown (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestCancelled
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestCancelled (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestDeadline
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestDeadline (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestDataLoss
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestDataLoss (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestUnavailable
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestUnavailable (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestSystem
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestSystem (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Not_Found
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Bad_Request
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Conflict
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Unauthorized
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Service_Unavailable
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Forbidden
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Not_Modified
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Not_Implemented
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Internal_Server_Error
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestFromStatusCode (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] PASS
20:38:37 [2021-06-18T20:38:37.507Z] coverage: 53.1% of statements
20:38:37 [2021-06-18T20:38:37.507Z] ok  	github.com/docker/docker/errdefs	0.039s	coverage: 53.1% of statements
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestInactiveJobs (0.40s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestWatchRelease
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestWhenEmptyAuthConfig (1.08s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestTokenPassThru
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestTokenPassThru (0.01s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestTokenPassThruDifferentHost
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
20:38:37 [2021-06-18T20:38:37.507Z] PASS
20:38:37 [2021-06-18T20:38:37.507Z] coverage: 23.4% of statements
20:38:37 [2021-06-18T20:38:37.507Z] ok  	github.com/docker/docker/distribution	1.488s	coverage: 23.4% of statements
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestWatchRelease (0.04s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestWatchFinishedTransfer
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestWatchFinishedTransfer (0.00s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestDuplicateTransfer
20:38:37 [2021-06-18T20:38:37.507Z] --- PASS: TestDuplicateTransfer (0.05s)
20:38:37 [2021-06-18T20:38:37.507Z] === RUN   TestSuccessfulUpload
20:38:37 [2021-06-18T20:38:37.977Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:38:37 [2021-06-18T20:38:37.977Z] time="2021-06-18T20:38:37Z" level=error msg="Upload failed, retrying: simulating retry"
20:38:38 [2021-06-18T20:38:38.236Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
20:38:38 [2021-06-18T20:38:38.236Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.55s)
20:38:38 [2021-06-18T20:38:38.236Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.12s)
20:38:38 [2021-06-18T20:38:38.236Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.16s)
20:38:38 [2021-06-18T20:38:38.236Z] === RUN   TestKillStoppedContainer
20:38:38 [2021-06-18T20:38:38.236Z] --- PASS: TestKillStoppedContainer (0.09s)
20:38:38 [2021-06-18T20:38:38.236Z] === RUN   TestKillStoppedContainerAPIPre120
20:38:38 [2021-06-18T20:38:38.236Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
20:38:38 [2021-06-18T20:38:38.236Z] === RUN   TestKillDifferentUserContainer
20:38:38 [2021-06-18T20:38:38.296Z] === RUN   TestExternalGraphDriver/pull
20:38:38 [2021-06-18T20:38:38.446Z] --- PASS: TestSuccessfulUpload (0.54s)
20:38:38 [2021-06-18T20:38:38.446Z] === RUN   TestCancelledUpload
20:38:38 [2021-06-18T20:38:38.446Z] --- PASS: TestCancelledUpload (0.00s)
20:38:38 [2021-06-18T20:38:38.446Z] PASS
20:38:38 [2021-06-18T20:38:38.446Z] coverage: 76.8% of statements
20:38:38 [2021-06-18T20:38:38.446Z] ok  	github.com/docker/docker/distribution/xfer	2.014s	coverage: 76.8% of statements
20:38:38 [2021-06-18T20:38:38.446Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:38:38 [2021-06-18T20:38:38.916Z] === RUN   TestCompare
20:38:38 [2021-06-18T20:38:38.916Z] --- PASS: TestCompare (0.00s)
20:38:38 [2021-06-18T20:38:38.916Z] PASS
20:38:38 [2021-06-18T20:38:38.916Z] coverage: 19.2% of statements
20:38:38 [2021-06-18T20:38:38.916Z] ok  	github.com/docker/docker/image/cache	0.067s	coverage: 19.2% of statements
20:38:38 [2021-06-18T20:38:38.916Z] === RUN   TestFSGetInvalidData
20:38:38 [2021-06-18T20:38:38.916Z] --- PASS: TestFSGetInvalidData (0.01s)
20:38:38 [2021-06-18T20:38:38.916Z] === RUN   TestFSInvalidSet
20:38:38 [2021-06-18T20:38:38.916Z] --- PASS: TestFSInvalidSet (0.01s)
20:38:38 [2021-06-18T20:38:38.916Z] === RUN   TestFSInvalidRoot
20:38:38 [2021-06-18T20:38:38.916Z] --- PASS: TestFSInvalidRoot (0.01s)
20:38:38 [2021-06-18T20:38:38.916Z] === RUN   TestFSMetadataGetSet
20:38:39 [2021-06-18T20:38:39.174Z] === RUN   TestDockerSuite/TestBuildAddTarXz
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSMetadataGetSet (0.22s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSInvalidWalker
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSInvalidWalker (0.02s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSGetSet
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSGetSet (0.07s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSGetUnsetKey
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSGetUnsetKey (0.02s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSGetEmptyData
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSGetEmptyData (0.01s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSDelete
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSDelete (0.06s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSWalker
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSWalker (0.07s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestFSWalkerStopOnError
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestFSWalkerStopOnError (0.04s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestNewFromJSON
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestNewFromJSON (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestNewFromJSONWithInvalidJSON
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestMarshalKeyOrder
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestMarshalKeyOrder (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestImage
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestImage (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestImageOSNotEmpty
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestImageOSNotEmpty (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestNewChildImageFromImageWithRootFS
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestCreate
20:38:39 [2021-06-18T20:38:39.386Z] --- PASS: TestCreate (0.01s)
20:38:39 [2021-06-18T20:38:39.386Z] === RUN   TestRestore
20:38:39 [2021-06-18T20:38:39.744Z] --- PASS: TestKillDifferentUserContainer (1.31s)
20:38:39 [2021-06-18T20:38:39.744Z] === RUN   TestInspectOomKilledTrue
20:38:39 [2021-06-18T20:38:39.744Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:38:39 [2021-06-18T20:38:39.744Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:38:39 [2021-06-18T20:38:39.744Z] === RUN   TestInspectOomKilledFalse
20:38:39 [2021-06-18T20:38:39.744Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:38:39 [2021-06-18T20:38:39.744Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:38:39 [2021-06-18T20:38:39.744Z] === RUN   TestLinksEtcHostsContentMatch
20:38:39 [2021-06-18T20:38:39.749Z] --- PASS: TestCreateServiceConfigFileMode (3.13s)
20:38:39 [2021-06-18T20:38:39.749Z] === RUN   TestCreateServiceSysctls
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestMakeV1ConfigFromConfig
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
20:38:39 [2021-06-18T20:38:39.856Z] PASS
20:38:39 [2021-06-18T20:38:39.856Z] coverage: 25.0% of statements
20:38:39 [2021-06-18T20:38:39.856Z] ok  	github.com/docker/docker/image/v1	0.128s	coverage: 25.0% of statements
20:38:39 [2021-06-18T20:38:39.856Z] time="2021-06-18T20:38:39Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestRestore (0.14s)
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestAddDelete
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestAddDelete (0.02s)
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestSearchAfterDelete
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestSearchAfterDelete (0.01s)
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestParentReset
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestParentReset (0.07s)
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestGetAndSetLastUpdated
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
20:38:39 [2021-06-18T20:38:39.856Z] === RUN   TestStoreLen
20:38:39 [2021-06-18T20:38:39.856Z] --- PASS: TestStoreLen (0.12s)
20:38:39 [2021-06-18T20:38:39.856Z] PASS
20:38:39 [2021-06-18T20:38:39.856Z] coverage: 86.8% of statements
20:38:39 [2021-06-18T20:38:39.856Z] ok  	github.com/docker/docker/image	0.987s	coverage: 86.8% of statements
20:38:40 [2021-06-18T20:38:40.197Z] --- PASS: TestExternalGraphDriver (5.51s)
20:38:40 [2021-06-18T20:38:40.197Z]     --- PASS: TestExternalGraphDriver/json (1.92s)
20:38:40 [2021-06-18T20:38:40.197Z]     --- PASS: TestExternalGraphDriver/spec (1.92s)
20:38:40 [2021-06-18T20:38:40.197Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
20:38:40 [2021-06-18T20:38:40.197Z] === RUN   TestGraphdriverPluginV2
20:38:40 [2021-06-18T20:38:40.325Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:38:40 [2021-06-18T20:38:40.325Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestSerialization
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestEmptyLayer
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestEmptyLayer (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestCommitFailure
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestSerialization (0.02s)
20:38:41 [2021-06-18T20:38:41.314Z] PASS
20:38:41 [2021-06-18T20:38:41.314Z] coverage: 100.0% of statements
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestCommitFailure (0.01s)
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestStartTransactionFailure
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestStartTransactionFailure (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestGetOrphan
20:38:41 [2021-06-18T20:38:41.314Z] ok  	github.com/docker/docker/libcontainerd/queue	0.139s	coverage: 100.0% of statements
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestGetOrphan (0.02s)
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestMountAndRegister
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestMountAndRegister (0.07s)
20:38:41 [2021-06-18T20:38:41.314Z]     layer_test.go:271: Layer size: 14
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestLayerRelease
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestLayerRelease (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     layer_test.go:304: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestStoreRestore
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestStoreRestore (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     layer_test.go:353: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestTarStreamStability
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestTarStreamStability (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     layer_test.go:468: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestRegisterExistingLayer
20:38:41 [2021-06-18T20:38:41.314Z] --- PASS: TestRegisterExistingLayer (0.10s)
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestTarStreamVerification
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestTarStreamVerification (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     layer_test.go:697: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestLayerMigration
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestLayerMigration (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     migration_test.go:46: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestLayerMigrationNoTarsplit
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     migration_test.go:182: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestMountInit
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestMountInit (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     mount_test.go:17: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestMountSize
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestMountSize (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     mount_test.go:76: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestMountChanges
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestMountChanges (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     mount_test.go:125: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] === RUN   TestMountApply
20:38:41 [2021-06-18T20:38:41.314Z] --- SKIP: TestMountApply (0.00s)
20:38:41 [2021-06-18T20:38:41.314Z]     mount_test.go:212: Failing on Windows
20:38:41 [2021-06-18T20:38:41.314Z] PASS
20:38:41 [2021-06-18T20:38:41.314Z] coverage: 30.1% of statements
20:38:41 [2021-06-18T20:38:41.314Z] ok  	github.com/docker/docker/layer	0.337s	coverage: 30.1% of statements
20:38:41 [2021-06-18T20:38:41.652Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
20:38:41 [2021-06-18T20:38:41.652Z] --- PASS: TestLinksEtcHostsContentMatch (2.08s)
20:38:41 [2021-06-18T20:38:41.652Z] === RUN   TestLinksContainerNames
20:38:41 [2021-06-18T20:38:41.784Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:38:41 [2021-06-18T20:38:41.784Z] === RUN   TestEnvironmentParsing
20:38:41 [2021-06-18T20:38:41.784Z] --- PASS: TestEnvironmentParsing (0.00s)
20:38:41 [2021-06-18T20:38:41.784Z] PASS
20:38:41 [2021-06-18T20:38:41.784Z] coverage: 1.0% of statements
20:38:41 [2021-06-18T20:38:41.784Z] ok  	github.com/docker/docker/libcontainerd/local	0.128s	coverage: 1.0% of statements
20:38:41 [2021-06-18T20:38:41.784Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:38:41 [2021-06-18T20:38:41.784Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:38:41 [2021-06-18T20:38:41.784Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
20:38:42 [2021-06-18T20:38:42.253Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
20:38:42 [2021-06-18T20:38:42.253Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
20:38:42 [2021-06-18T20:38:42.253Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
20:38:42 [2021-06-18T20:38:42.333Z] Created binary: bundles/binary-daemon/dockerd-dev
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z] PASS
20:38:42 [2021-06-18T20:38:42.723Z] coverage: 42.3% of statements
20:38:42 [2021-06-18T20:38:42.723Z] ok  	github.com/docker/docker/oci	0.078s	coverage: 42.3% of statements
20:38:42 [2021-06-18T20:38:42.723Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:38:42 [2021-06-18T20:38:42.723Z] === RUN   TestParseVersion
20:38:42 [2021-06-18T20:38:42.723Z] --- PASS: TestParseVersion (0.00s)
20:38:42 [2021-06-18T20:38:42.723Z] PASS
20:38:42 [2021-06-18T20:38:42.723Z] coverage: 52.9% of statements
20:38:42 [2021-06-18T20:38:42.723Z] ok  	github.com/docker/docker/pkg/aaparser	0.032s	coverage: 52.9% of statements
20:38:42 [2021-06-18T20:38:42.898Z] Copying nested executables into bundles/binary-daemon
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestAddressPoolOpt
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestAddressPoolOpt (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/a
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/something
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/_=a
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/env1=value1
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/_env1=value1
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/env2=value2=value3
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/env3=abc!qwe
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/env_4=value_4
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/PATH
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/=a
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/PATH=
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/PATH=something
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/asd!qwe
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/1asd
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/123
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/some_space
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/__some_space_before
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/some_space_after__
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/=
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateEnv/PaTh
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestValidateEnv (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/a (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/something (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/_=a (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/PATH (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/=a (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/1asd (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/123 (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/some_space (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/= (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestParseHost
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestParseHost (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestParseDockerDaemonHost
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestParseDockerDaemonHost (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestParseTCP
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestParseTCP (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestParseInvalidUnixAddrInvalid
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateExtraHosts
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestValidateExtraHosts (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestIpOptString
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestIpOptString (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestNewIpOptInvalidDefaultVal
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestNewIpOptValidDefaultVal
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestIpOptSetInvalidVal
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateIPAddress
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestValidateIPAddress (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestMapOpts
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestMapOpts (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestListOptsWithoutValidator
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestListOptsWithoutValidator (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestListOptsWithValidator
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestListOptsWithValidator (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateDNSSearch
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestValidateDNSSearch (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_general_format
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_more_than_one_=
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_one_more
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestValidateLabel (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestNamedListOpts
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestNamedListOpts (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestNamedMapOpts
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestNamedMapOpts (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestParseLink
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestParseLink (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestQuotedStringSetWithQuotes
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestQuotedStringSetWithNoQuotes
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] === RUN   TestUlimitOpt
20:38:43 [2021-06-18T20:38:43.192Z] --- PASS: TestUlimitOpt (0.00s)
20:38:43 [2021-06-18T20:38:43.192Z] PASS
20:38:43 [2021-06-18T20:38:43.192Z] coverage: 67.1% of statements
20:38:43 [2021-06-18T20:38:43.192Z] ok  	github.com/docker/docker/opts	0.120s	coverage: 67.1% of statements
20:38:43 [2021-06-18T20:38:43.478Z] --- PASS: TestGraphdriverPluginV2 (3.65s)
20:38:43 [2021-06-18T20:38:43.478Z] PASS
20:38:43 [2021-06-18T20:38:43.478Z] 
20:38:43 [2021-06-18T20:38:43.478Z] DONE 5 tests in 9.190s
20:38:43 [2021-06-18T20:38:43.663Z] === RUN   TestUnbuffered
20:38:43 [2021-06-18T20:38:43.663Z] --- PASS: TestUnbuffered (0.00s)
20:38:43 [2021-06-18T20:38:43.663Z] === RUN   TestRaceUnbuffered
20:38:43 [2021-06-18T20:38:43.663Z] --- PASS: TestRaceUnbuffered (0.00s)
20:38:43 [2021-06-18T20:38:43.663Z] PASS
20:38:43 [2021-06-18T20:38:43.663Z] coverage: 100.0% of statements
20:38:43 [2021-06-18T20:38:43.663Z] ok  	github.com/docker/docker/pkg/broadcaster	0.093s	coverage: 100.0% of statements
20:38:43 [2021-06-18T20:38:43.738Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:38:43 [2021-06-18T20:38:43.738Z] INFO: Testing against a local daemon
20:38:43 [2021-06-18T20:38:43.738Z] === RUN   TestContinueAfterPluginCrash
20:38:43 [2021-06-18T20:38:43.738Z] === PAUSE TestContinueAfterPluginCrash
20:38:43 [2021-06-18T20:38:43.738Z] === RUN   TestReadPluginNoRead
20:38:43 [2021-06-18T20:38:43.738Z] === PAUSE TestReadPluginNoRead
20:38:43 [2021-06-18T20:38:43.738Z] === RUN   TestDaemonStartWithLogOpt
20:38:43 [2021-06-18T20:38:43.738Z] === PAUSE TestDaemonStartWithLogOpt
20:38:43 [2021-06-18T20:38:43.738Z] === CONT  TestContinueAfterPluginCrash
20:38:43 [2021-06-18T20:38:43.738Z] === CONT  TestDaemonStartWithLogOpt
20:38:43 [2021-06-18T20:38:43.953Z] --- PASS: TestCreateServiceSysctls (4.10s)
20:38:43 [2021-06-18T20:38:43.953Z] === RUN   TestCreateServiceCapabilities
20:38:44 [2021-06-18T20:38:44.191Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
20:38:44 [2021-06-18T20:38:44.272Z] 
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[foo]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[bar]_[foo]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[foo_bar]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[qux]_[foo]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[]#01
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[qux]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[foo_bar_qux]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[qux]_[baz]]
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestMatch/[[foo_baz]]
20:38:44 [2021-06-18T20:38:44.651Z] --- PASS: TestMatch (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[foo]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[]#01 (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[qux]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
20:38:44 [2021-06-18T20:38:44.651Z] PASS
20:38:44 [2021-06-18T20:38:44.651Z] coverage: 87.5% of statements
20:38:44 [2021-06-18T20:38:44.651Z] ok  	github.com/docker/docker/pkg/capabilities	0.043s	coverage: 87.5% of statements
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestPeerCertificateMarshalJSON
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestIsArchivePathDir
20:38:44 [2021-06-18T20:38:44.651Z] --- PASS: TestIsArchivePathDir (0.05s)
20:38:44 [2021-06-18T20:38:44.651Z] === RUN   TestIsArchivePathInvalidFile
20:38:44 [2021-06-18T20:38:44.759Z] --- PASS: TestLinksContainerNames (2.98s)
20:38:44 [2021-06-18T20:38:44.759Z] === RUN   TestLogsFollowTailEmpty
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestIsArchivePathInvalidFile (0.15s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestIsArchivePathTar
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestIsArchivePathTar (0.15s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestDecompressStreamGzip
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s)
20:38:45 [2021-06-18T20:38:45.121Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestMiddleware
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestMiddleware (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestNewResponseModifier
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestNewResponseModifier (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] PASS
20:38:45 [2021-06-18T20:38:45.121Z] coverage: 26.8% of statements
20:38:45 [2021-06-18T20:38:45.121Z] ok  	github.com/docker/docker/pkg/authorization	0.548s	coverage: 26.8% of statements
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestDecompressStreamGzip (0.10s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestDecompressStreamBzip2
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestDecompressStreamBzip2 (0.10s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestDecompressStreamXz
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestDecompressStreamXz (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:134: Xz not present in msys2
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCompressStreamXzUnsupported
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCompressStreamBzip2Unsupported
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCompressStreamInvalid
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestCompressStreamInvalid (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestExtensionInvalid
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestExtensionInvalid (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestExtensionUncompressed
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestExtensionUncompressed (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestExtensionBzip2
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestExtensionBzip2 (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestExtensionGzip
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestExtensionGzip (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestExtensionXz
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestExtensionXz (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCmdStreamLargeStderr
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootTarUntar
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootTarUntar (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootUntarWithHugeExcludesList
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootUntarEmptyArchive
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootTarUntarWithSymlink
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootCopyWithTar
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootCopyWithTar (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootCopyFileWithTar
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootUntarPath
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootUntarPath (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestChrootApplyDotDotFile
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:38:45 [2021-06-18T20:38:45.121Z] PASS
20:38:45 [2021-06-18T20:38:45.121Z] coverage: 15.4% of statements
20:38:45 [2021-06-18T20:38:45.121Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.089s	coverage: 15.4% of statements
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestCmdStreamLargeStderr (0.06s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCmdStreamBad
20:38:45 [2021-06-18T20:38:45.121Z] --- SKIP: TestCmdStreamBad (0.00s)
20:38:45 [2021-06-18T20:38:45.121Z]     archive_test.go:239: Failing on Windows CI machines
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestCmdStreamGood
20:38:45 [2021-06-18T20:38:45.121Z] --- PASS: TestCmdStreamGood (0.03s)
20:38:45 [2021-06-18T20:38:45.121Z] === RUN   TestUntarPathWithInvalidDest
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestUntarPathWithInvalidDest (0.09s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestUntarPathWithInvalidSrc
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestUntarPath
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestUntarPath (0.05s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestUntarPathWithDestinationFile
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeEmpty
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeEmpty (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeEmptyFile
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeEmptyFile (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeNonemptyFile
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeNonemptyFile (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeNestedDirectoryEmpty
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestMoveToSubdir
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestMoveToSubdir (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestSizeNonExistingDirectory
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] PASS
20:38:45 [2021-06-18T20:38:45.591Z] coverage: 80.0% of statements
20:38:45 [2021-06-18T20:38:45.591Z] ok  	github.com/docker/docker/pkg/directory	0.042s	coverage: 80.0% of statements
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestUntarPathWithDestinationFile (0.08s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyWithTarInvalidSrc
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyWithTarSrcFile
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyWithTarSrcFolder
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyFileWithTarInvalidSrc
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyFileWithTarSrcFolder
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestCopyFileWithTarSrcFile
20:38:45 [2021-06-18T20:38:45.591Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
20:38:45 [2021-06-18T20:38:45.591Z] === RUN   TestTarFiles
20:38:46 [2021-06-18T20:38:46.136Z] --- PASS: TestLogsFollowTailEmpty (1.47s)
20:38:46 [2021-06-18T20:38:46.136Z] === RUN   TestContainerNetworkMountsNoChown
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestContainsEntry
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestCreateEntries
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestEntriesDiff
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestEntriesEquality
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGeneratorNotGenerate
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGeneratorWithPort
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestGeneratorWithPortNotGenerate
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestNewEntry
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestParse
20:38:46 [2021-06-18T20:38:46.579Z] --- PASS: Test (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestContainsEntry (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestCreateEntries (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestEntriesDiff (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestEntriesEquality (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestNewEntry (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestParse (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z] PASS
20:38:46 [2021-06-18T20:38:46.579Z] coverage: 58.3% of statements
20:38:46 [2021-06-18T20:38:46.579Z] ok  	github.com/docker/docker/pkg/discovery	0.084s	coverage: 58.3% of statements
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestContent
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestInitialize
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestNew
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestParsingContentsWithComments
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestRegister
20:38:46 [2021-06-18T20:38:46.579Z] === RUN   Test/TestWatch
20:38:46 [2021-06-18T20:38:46.579Z] --- PASS: Test (0.01s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestContent (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestInitialize (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestNew (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestRegister (0.00s)
20:38:46 [2021-06-18T20:38:46.579Z]     --- PASS: Test/TestWatch (0.01s)
20:38:46 [2021-06-18T20:38:46.579Z] PASS
20:38:46 [2021-06-18T20:38:46.579Z] coverage: 92.9% of statements
20:38:46 [2021-06-18T20:38:46.579Z] ok  	github.com/docker/docker/pkg/discovery/file	0.048s	coverage: 92.9% of statements
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
20:38:47 [2021-06-18T20:38:47.123Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/make.sh cross
20:38:47 [2021-06-18T20:38:47.247Z] --- PASS: TestCreateServiceCapabilities (3.32s)
20:38:47 [2021-06-18T20:38:47.247Z] === RUN   TestInspect
20:38:47 [2021-06-18T20:38:47.381Z] 
20:38:47 [2021-06-18T20:38:47.513Z] --- PASS: TestContainerNetworkMountsNoChown (1.47s)
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/default
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/default
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/private
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/private
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rprivate
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rprivate
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/slave
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/slave
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rslave
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rslave
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/shared
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/shared
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rshared
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rshared
20:38:47 [2021-06-18T20:38:47.513Z] === CONT  TestMountDaemonRoot/default
20:38:47 [2021-06-18T20:38:47.513Z] === CONT  TestMountDaemonRoot/rslave
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/default/mount_root
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/default/bind_root
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:38:47 [2021-06-18T20:38:47.513Z] === CONT  TestMountDaemonRoot/rshared
20:38:47 [2021-06-18T20:38:47.513Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestWatch
20:38:47 [2021-06-18T20:38:47.568Z] --- PASS: Test (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z]     --- PASS: Test/TestWatch (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z] PASS
20:38:47 [2021-06-18T20:38:47.568Z] coverage: 92.3% of statements
20:38:47 [2021-06-18T20:38:47.568Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.039s	coverage: 92.3% of statements
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestInitialize
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestInitialize
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestInitializeWithPattern
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestRegister
20:38:47 [2021-06-18T20:38:47.568Z] === RUN   Test/TestWatch
20:38:47 [2021-06-18T20:38:47.568Z] --- PASS: Test (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z]     --- PASS: Test/TestInitialize (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z]     --- PASS: Test/TestRegister (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z]     --- PASS: Test/TestWatch (0.00s)
20:38:47 [2021-06-18T20:38:47.568Z] PASS
20:38:47 [2021-06-18T20:38:47.568Z] coverage: 93.8% of statements
20:38:47 [2021-06-18T20:38:47.568Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.033s	coverage: 93.8% of statements
20:38:47 [2021-06-18T20:38:47.639Z] Removing bundles/
20:38:47 [2021-06-18T20:38:47.640Z] 
20:38:47 [2021-06-18T20:38:47.640Z] ---> Making bundle: cross (in bundles/cross)
20:38:47 [2021-06-18T20:38:47.640Z] Cross building: bundles/cross/linux/amd64
20:38:47 [2021-06-18T20:38:47.640Z] Building: bundles/cross/linux/amd64/dockerd-dev
20:38:47 [2021-06-18T20:38:47.640Z] GOOS="linux" GOARCH="amd64" GOARM=""
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/shared
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/rprivate
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/slave
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/private
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/private/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/private/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/default/mount_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/default/bind_root
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:38:47 [2021-06-18T20:38:47.774Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:38:47 [2021-06-18T20:38:47.930Z] --- PASS: TestDaemonStartWithLogOpt (4.00s)
20:38:47 [2021-06-18T20:38:47.930Z] === CONT  TestReadPluginNoRead
20:38:48 [2021-06-18T20:38:48.037Z] time="2021-06-18T20:38:47Z" level=info msg="Initializing discovery without TLS"
20:38:48 [2021-06-18T20:38:48.037Z] time="2021-06-18T20:38:47Z" level=info msg="Initializing discovery without TLS"
20:38:48 [2021-06-18T20:38:48.037Z] time="2021-06-18T20:38:47Z" level=info msg="Initializing discovery without TLS"
20:38:48 [2021-06-18T20:38:48.037Z] === RUN   Test/TestInitializeWithCerts
20:38:48 [2021-06-18T20:38:48.037Z] time="2021-06-18T20:38:47Z" level=info msg="Initializing discovery with TLS"
20:38:48 [2021-06-18T20:38:48.037Z] === RUN   Test/TestWatch
20:38:48 [2021-06-18T20:38:48.037Z] time="2021-06-18T20:38:47Z" level=info msg="Initializing discovery without TLS"
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:38:48 [2021-06-18T20:38:48.056Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/private/bind_root
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/private/mount_root
20:38:48 [2021-06-18T20:38:48.340Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:38:48 [2021-06-18T20:38:48.340Z] --- PASS: TestMountDaemonRoot (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.14s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.09s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:38:48 [2021-06-18T20:38:48.340Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
20:38:48 [2021-06-18T20:38:48.340Z] === RUN   TestContainerBindMountNonRecursive
20:38:48 [2021-06-18T20:38:48.508Z] === RUN   TestPollerAddRemove
20:38:48 [2021-06-18T20:38:48.508Z] --- PASS: TestPollerAddRemove (0.00s)
20:38:48 [2021-06-18T20:38:48.508Z] === RUN   TestPollerEvent
20:38:48 [2021-06-18T20:38:48.508Z] --- SKIP: TestPollerEvent (0.00s)
20:38:48 [2021-06-18T20:38:48.508Z]     poller_test.go:41: No chmod on Windows
20:38:48 [2021-06-18T20:38:48.508Z] === RUN   TestPollerClose
20:38:48 [2021-06-18T20:38:48.508Z] --- PASS: TestPollerClose (0.00s)
20:38:48 [2021-06-18T20:38:48.508Z] PASS
20:38:48 [2021-06-18T20:38:48.508Z] coverage: 36.2% of statements
20:38:48 [2021-06-18T20:38:48.508Z] ok  	github.com/docker/docker/pkg/filenotify	0.083s	coverage: 36.2% of statements
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCopyFileWithInvalidSrc
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCopyFileWithInvalidDest
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCopyFileWithSameSrcAndDest
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCopyFile
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCopyFile (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
20:38:48 [2021-06-18T20:38:48.978Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z]     fileutils_test.go:134: Needs porting to Windows
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestReadSymlinkedDirectoryToFile
20:38:48 [2021-06-18T20:38:48.978Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z]     fileutils_test.go:180: Needs porting to Windows
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestWildcardMatches
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestWildcardMatches (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestPatternMatches
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestPatternMatches (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestExclusionPatternMatchesPatternBefore
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestPatternMatchesFolderExclusions
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestPatternMatchesFolderWildcardExclusions
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestExclusionPatternMatchesPatternAfter
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestExclusionPatternMatchesWholeDirectory
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestSingleExclamationError
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestSingleExclamationError (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestMatchesWithNoPatterns
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestMatchesWithMalformedPatterns
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestMatches
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestMatches (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatterns
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatterns (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatternsStripEmptyPatterns
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatternsExceptionFlag
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCleanPatternsErrorSingleException
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCreateIfNotExistsDir
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestCreateIfNotExistsFile
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] === RUN   TestMatch
20:38:48 [2021-06-18T20:38:48.978Z] --- PASS: TestMatch (0.00s)
20:38:48 [2021-06-18T20:38:48.978Z] PASS
20:38:48 [2021-06-18T20:38:48.978Z] coverage: 87.7% of statements
20:38:48 [2021-06-18T20:38:48.978Z] ok  	github.com/docker/docker/pkg/fileutils	0.095s	coverage: 87.7% of statements
20:38:49 [2021-06-18T20:38:49.448Z] === RUN   TestGet
20:38:49 [2021-06-18T20:38:49.448Z] --- PASS: TestGet (0.00s)
20:38:49 [2021-06-18T20:38:49.448Z] === RUN   TestGetShortcutString
20:38:49 [2021-06-18T20:38:49.448Z] --- PASS: TestGetShortcutString (0.00s)
20:38:49 [2021-06-18T20:38:49.448Z] PASS
20:38:49 [2021-06-18T20:38:49.448Z] coverage: 42.9% of statements
20:38:49 [2021-06-18T20:38:49.448Z] ok  	github.com/docker/docker/pkg/homedir	0.039s	coverage: 42.9% of statements
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTarFiles (4.64s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestTarUntar
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTarUntar (0.02s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestTarWithOptions
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTarWithOptions (0.03s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestUntarUstarGnuConflict
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestUntarUstarGnuConflict (0.01s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestUntarInvalidFilenames
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames480429870\\dest"
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestCreateIDMapOrder
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestCreateIDMapOrder (0.00s)
20:38:50 [2021-06-18T20:38:50.437Z] PASS
20:38:50 [2021-06-18T20:38:50.437Z] coverage: 7.2% of statements
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestUntarInvalidFilenames (0.13s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestUntarHardlinkToSymlink
20:38:50 [2021-06-18T20:38:50.437Z] ok  	github.com/docker/docker/pkg/idtools	0.045s	coverage: 7.2% of statements
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestUntarInvalidHardlink
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink295138991\\victim\\hello" -> "../victim/hello"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink502181954\\victim\\hello" -> "/../victim/hello"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink140304569\\victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink003932868\\victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink214886739\\victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink321227926\\victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestUntarInvalidHardlink (0.02s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestUntarInvalidSymlink
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink232849661\\dest\\dotdot" -> "../victim/hello"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink160656440\\dest\\slash-dotdot" -> "/../victim/hello"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink168979511\\dest\\loophole-victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink024705578\\dest\\loophole-victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink797300609\\dest\\loophole-victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink764506348\\dest\\loophole-victim" -> "../victim"
20:38:50 [2021-06-18T20:38:50.437Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink471080795\\dest\\dir\\loophole" -> "../../victim"
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestUntarInvalidSymlink (0.02s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestTempArchiveCloseMultipleTimes
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestXGlobalNoParent
20:38:50 [2021-06-18T20:38:50.437Z] --- PASS: TestXGlobalNoParent (0.00s)
20:38:50 [2021-06-18T20:38:50.437Z] === RUN   TestReplaceFileTarWrapper
20:38:50 [2021-06-18T20:38:50.461Z] === RUN   TestReadPluginNoRead/default
20:38:50 [2021-06-18T20:38:50.886Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestReplaceFileTarWrapper (0.13s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestPrefixHeaderReadable
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestPrefixHeaderReadable (0.01s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestDisablePigz
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestDisablePigz (0.17s)
20:38:50 [2021-06-18T20:38:50.907Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestPigz
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: Test (3.12s)
20:38:50 [2021-06-18T20:38:50.907Z]     --- PASS: Test/TestInitialize (0.11s)
20:38:50 [2021-06-18T20:38:50.907Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z]     --- PASS: Test/TestWatch (3.00s)
20:38:50 [2021-06-18T20:38:50.907Z] PASS
20:38:50 [2021-06-18T20:38:50.907Z] coverage: 84.1% of statements
20:38:50 [2021-06-18T20:38:50.907Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.245s	coverage: 84.1% of statements
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestPigz (0.11s)
20:38:50 [2021-06-18T20:38:50.907Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestCopyFileWithInvalidDest
20:38:50 [2021-06-18T20:38:50.907Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z]     archive_windows_test.go:16: Currently fails
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestCanonicalTarNameForPath
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestCanonicalTarName
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestCanonicalTarName (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChmodTarEntry
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestChmodTarEntry (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestHardLinkOrder
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestHardLinkOrder (0.09s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChangeString
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestChangeString (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChangesWithNoChanges
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestChangesWithNoChanges (0.02s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChangesWithChanges
20:38:50 [2021-06-18T20:38:50.907Z] --- PASS: TestChangesWithChanges (0.03s)
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChangesWithChangesGH13590
20:38:50 [2021-06-18T20:38:50.907Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
20:38:50 [2021-06-18T20:38:50.907Z]     changes_test.go:192: needs more investigation
20:38:50 [2021-06-18T20:38:50.907Z] === RUN   TestChangesDirsEmpty
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestFixedBufferCap
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestFixedBufferCap (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestFixedBufferLen
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestFixedBufferLen (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestFixedBufferString
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestFixedBufferString (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestFixedBufferWrite
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestFixedBufferWrite (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestFixedBufferRead
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestFixedBufferRead (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestBytesPipeRead
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestBytesPipeRead (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestBytesPipeWrite
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestBytesPipeWrite (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestBytesPipeWriteRandomChunks
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestChangesDirsEmpty (0.15s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestChangesDirsMutated
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestChangesDirsMutated (0.18s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestApplyLayer
20:38:51 [2021-06-18T20:38:51.378Z] --- SKIP: TestApplyLayer (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z]     changes_test.go:405: needs further investigation
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestChangesSizeWithHardlinks
20:38:51 [2021-06-18T20:38:51.378Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z]     changes_test.go:441: needs further investigation
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestChangesSizeWithNoChanges
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestChangesSize
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestChangesSize (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestApplyLayerInvalidFilenames
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames005539810\\dest"
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestApplyLayerInvalidHardlink
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink882030436\\victim\\hello" -> "../victim/hello"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink378228083\\victim\\hello" -> "/../victim/hello"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink296644150\\victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink536998941\\victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink265899736\\victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink600651351\\victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestApplyLayerInvalidSymlink
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink205896650\\dest\\dotdot" -> "../victim/hello"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink967928993\\dest\\slash-dotdot" -> "/../victim/hello"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink378034060\\dest\\loophole-victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink923523963\\dest\\loophole-victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink187670174\\dest\\loophole-victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink148908901\\dest\\loophole-victim" -> "../victim"
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestApplyLayerWhiteouts
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestGenerateEmptyFile
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestGenerateEmptyFile (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestGenerateWithContent
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestGenerateWithContent (0.00s)
20:38:51 [2021-06-18T20:38:51.378Z] PASS
20:38:51 [2021-06-18T20:38:51.378Z] coverage: 62.6% of statements
20:38:51 [2021-06-18T20:38:51.378Z] ok  	github.com/docker/docker/pkg/archive	6.986s	coverage: 62.6% of statements
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestAtomicWriteToFile
20:38:51 [2021-06-18T20:38:51.378Z] --- PASS: TestAtomicWriteToFile (0.01s)
20:38:51 [2021-06-18T20:38:51.378Z] === RUN   TestAtomicWriteSetCommit
20:38:51 [2021-06-18T20:38:51.445Z] --- PASS: TestInspect (3.60s)
20:38:51 [2021-06-18T20:38:51.445Z] === RUN   TestCreateJob
20:38:51 [2021-06-18T20:38:51.836Z] === RUN   TestReadPluginNoRead/disabled_caching
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestAtomicWriteSetCancel
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestReadCloserWrapperClose
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestReadCloserWrapperClose (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestReaderErrWrapperReadOnError
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestReaderErrWrapperRead
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestReaderErrWrapperRead (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestHashData
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestHashData (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestCancelReadCloser
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestError
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestError (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/no_progress
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/progress_1
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/some_progress_with_a_start_time
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/some_progress_without_a_start_time
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/with_units
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestProgressString/hide_counts
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestProgressString (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/no_progress (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/progress_1 (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/with_units (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z]     --- PASS: TestProgressString/hide_counts (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestJSONMessageDisplay
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestCancelReadCloser (0.12s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestWriteCloserWrapperClose
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestNopWriteCloser
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestNopWriteCloser (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestNopWriter
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestNopWriter (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestWriteCounter
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestWriteCounter (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] PASS
20:38:51 [2021-06-18T20:38:51.848Z] coverage: 69.7% of statements
20:38:51 [2021-06-18T20:38:51.848Z] ok  	github.com/docker/docker/pkg/ioutils	0.683s	coverage: 69.7% of statements
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestJSONMessageDisplay (0.12s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestJSONMessageDisplayWithJSONError
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestDisplayJSONMessagesStream
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] PASS
20:38:51 [2021-06-18T20:38:51.848Z] coverage: 91.7% of statements
20:38:51 [2021-06-18T20:38:51.848Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.159s	coverage: 91.7% of statements
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestStandardLongPath
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestStandardLongPath (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] === RUN   TestUNCLongPath
20:38:51 [2021-06-18T20:38:51.848Z] --- PASS: TestUNCLongPath (0.00s)
20:38:51 [2021-06-18T20:38:51.848Z] PASS
20:38:51 [2021-06-18T20:38:51.848Z] coverage: 100.0% of statements
20:38:51 [2021-06-18T20:38:51.848Z] ok  	github.com/docker/docker/pkg/longpath	0.034s	coverage: 100.0% of statements
20:38:52 [2021-06-18T20:38:52.317Z] === RUN   TestNameFormat
20:38:52 [2021-06-18T20:38:52.317Z] --- PASS: TestNameFormat (0.00s)
20:38:52 [2021-06-18T20:38:52.317Z] === RUN   TestNameRetries
20:38:52 [2021-06-18T20:38:52.317Z] --- PASS: TestNameRetries (0.00s)
20:38:52 [2021-06-18T20:38:52.787Z] PASS
20:38:52 [2021-06-18T20:38:52.787Z] coverage: 85.7% of statements
20:38:52 [2021-06-18T20:38:52.787Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.059s	coverage: 85.7% of statements
20:38:52 [2021-06-18T20:38:52.787Z] === RUN   TestParseKeyValueOpt
20:38:52 [2021-06-18T20:38:52.787Z] --- PASS: TestParseKeyValueOpt (0.00s)
20:38:52 [2021-06-18T20:38:52.787Z] === RUN   TestParseUintList
20:38:52 [2021-06-18T20:38:52.787Z] --- PASS: TestParseUintList (0.00s)
20:38:52 [2021-06-18T20:38:52.787Z] === RUN   TestParseUintListMaximumLimits
20:38:52 [2021-06-18T20:38:52.787Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
20:38:52 [2021-06-18T20:38:52.787Z] PASS
20:38:52 [2021-06-18T20:38:52.787Z] coverage: 97.0% of statements
20:38:52 [2021-06-18T20:38:52.787Z] ok  	github.com/docker/docker/pkg/parsers	0.032s	coverage: 97.0% of statements
20:38:52 [2021-06-18T20:38:52.790Z] --- PASS: TestContainerBindMountNonRecursive (4.43s)
20:38:52 [2021-06-18T20:38:52.790Z] === RUN   TestContainerVolumesMountedAsShared
20:38:53 [2021-06-18T20:38:53.211Z] --- PASS: TestContinueAfterPluginCrash (9.49s)
20:38:53 [2021-06-18T20:38:53.257Z] === RUN   TestNewAndRemove
20:38:53 [2021-06-18T20:38:53.257Z] --- PASS: TestNewAndRemove (0.00s)
20:38:53 [2021-06-18T20:38:53.257Z] === RUN   TestRemoveInvalidPath
20:38:53 [2021-06-18T20:38:53.257Z] --- PASS: TestRemoveInvalidPath (0.00s)
20:38:53 [2021-06-18T20:38:53.257Z] PASS
20:38:53 [2021-06-18T20:38:53.257Z] coverage: 82.6% of statements
20:38:53 [2021-06-18T20:38:53.257Z] ok  	github.com/docker/docker/pkg/pidfile	0.043s	coverage: 82.6% of statements
20:38:53 [2021-06-18T20:38:53.469Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParseEmptyInterface
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParseEmptyInterface (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParseNonInterfaceType
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParseNonInterfaceType (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParseWithOneFunction
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParseWithOneFunction (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParseWithMultipleFuncs
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParseWithUnnamedReturn
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestEmbeddedInterface
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestEmbeddedInterface (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestParsedImports
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestParsedImports (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] === RUN   TestAliasedImports
20:38:53 [2021-06-18T20:38:53.726Z] --- PASS: TestAliasedImports (0.00s)
20:38:53 [2021-06-18T20:38:53.726Z] PASS
20:38:53 [2021-06-18T20:38:53.726Z] coverage: 56.8% of statements
20:38:53 [2021-06-18T20:38:53.726Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.043s	coverage: 56.8% of statements
20:38:53 [2021-06-18T20:38:53.731Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s)
20:38:53 [2021-06-18T20:38:53.731Z] === RUN   TestContainerVolumesMountedAsSlave
20:38:54 [2021-06-18T20:38:54.715Z] === RUN   TestFailedConnection
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestBufioReaderPoolPutAndGet
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestBufioWriterPoolPutAndGet
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestBufferPoolPutAndGet
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] PASS
20:38:55 [2021-06-18T20:38:55.184Z] coverage: 88.2% of statements
20:38:55 [2021-06-18T20:38:55.184Z] ok  	github.com/docker/docker/pkg/pools	0.035s	coverage: 88.2% of statements
20:38:55 [2021-06-18T20:38:55.184Z] === RUN   TestHTTPTransport
20:38:55 [2021-06-18T20:38:55.184Z] --- PASS: TestHTTPTransport (0.00s)
20:38:55 [2021-06-18T20:38:55.184Z] PASS
20:38:55 [2021-06-18T20:38:55.184Z] coverage: 85.7% of statements
20:38:55 [2021-06-18T20:38:55.184Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.055s	coverage: 85.7% of statements
20:38:55 [2021-06-18T20:38:55.369Z] --- PASS: TestReadPluginNoRead (7.32s)
20:38:55 [2021-06-18T20:38:55.369Z]     --- PASS: TestReadPluginNoRead/default (1.53s)
20:38:55 [2021-06-18T20:38:55.369Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.62s)
20:38:55 [2021-06-18T20:38:55.369Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s)
20:38:55 [2021-06-18T20:38:55.369Z]     read_test.go:92: [d24f1586873b9] daemon is not started
20:38:55 [2021-06-18T20:38:55.369Z] PASS
20:38:55 [2021-06-18T20:38:55.369Z] 
20:38:55 [2021-06-18T20:38:55.369Z] DONE 6 tests in 11.357s
20:38:55 [2021-06-18T20:38:55.369Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:38:55 [2021-06-18T20:38:55.369Z] testing: warning: no tests to run
20:38:55 [2021-06-18T20:38:55.369Z] PASS
20:38:55 [2021-06-18T20:38:55.369Z] 
20:38:55 [2021-06-18T20:38:55.369Z] DONE 0 tests in 0.007s
20:38:55 [2021-06-18T20:38:55.369Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:38:55 [2021-06-18T20:38:55.369Z] INFO: Testing against a local daemon
20:38:55 [2021-06-18T20:38:55.369Z] === RUN   TestPluginWithDevMounts
20:38:55 [2021-06-18T20:38:55.369Z] === PAUSE TestPluginWithDevMounts
20:38:55 [2021-06-18T20:38:55.369Z] === CONT  TestPluginWithDevMounts
20:38:55 [2021-06-18T20:38:55.639Z] --- PASS: TestContainerVolumesMountedAsSlave (2.10s)
20:38:55 [2021-06-18T20:38:55.639Z] === RUN   TestNetworkNat
20:38:55 [2021-06-18T20:38:55.642Z] --- PASS: TestCreateJob (4.19s)
20:38:55 [2021-06-18T20:38:55.642Z] === RUN   TestReplicatedJob
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestOutputOnPrematureClose
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestOutputOnPrematureClose (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestCompleteSilently
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestCompleteSilently (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] PASS
20:38:56 [2021-06-18T20:38:56.172Z] coverage: 75.9% of statements
20:38:56 [2021-06-18T20:38:56.172Z] ok  	github.com/docker/docker/pkg/progress	0.035s	coverage: 75.9% of statements
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestFailedConnection (1.17s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestFailOnce
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestSendToOneSub
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestSendToOneSub (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestSendToMultipleSubs
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestSendToMultipleSubs (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestEvictOneSub
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestEvictOneSub (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestClosePublisher
20:38:56 [2021-06-18T20:38:56.172Z] --- PASS: TestClosePublisher (0.00s)
20:38:56 [2021-06-18T20:38:56.172Z] === RUN   TestPubSubRace
20:38:56 [2021-06-18T20:38:56.172Z] 2021/06/18 20:38:55 http: panic serving 127.0.0.1:49221: Plugin not ready
20:38:56 [2021-06-18T20:38:56.172Z] goroutine 23 [running]:
20:38:56 [2021-06-18T20:38:56.172Z] net/http.(*conn).serve.func1(0xc000126000)
20:38:56 [2021-06-18T20:38:56.172Z] 	c:/go/src/net/http/server.go:1795 +0x140
20:38:56 [2021-06-18T20:38:56.172Z] panic(0x849b40, 0x986ad0)
20:38:56 [2021-06-18T20:38:56.172Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
20:38:56 [2021-06-18T20:38:56.172Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000146000, 0xc0000f2200)
20:38:56 [2021-06-18T20:38:56.172Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
20:38:56 [2021-06-18T20:38:56.172Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000146000, 0xc0000f2200)
20:38:56 [2021-06-18T20:38:56.172Z] 	c:/go/src/net/http/server.go:2036 +0x4b
20:38:56 [2021-06-18T20:38:56.173Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000146000, 0xc0000f2200)
20:38:56 [2021-06-18T20:38:56.173Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
20:38:56 [2021-06-18T20:38:56.173Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000146000, 0xc0000f2200)
20:38:56 [2021-06-18T20:38:56.173Z] 	c:/go/src/net/http/server.go:2831 +0xab
20:38:56 [2021-06-18T20:38:56.173Z] net/http.(*conn).serve(0xc000126000, 0x99b2c0, 0xc0000fc080)
20:38:56 [2021-06-18T20:38:56.173Z] 	c:/go/src/net/http/server.go:1919 +0x87c
20:38:56 [2021-06-18T20:38:56.173Z] created by net/http.(*Server).Serve
20:38:56 [2021-06-18T20:38:56.173Z] 	c:/go/src/net/http/server.go:2957 +0x38b
20:38:56 [2021-06-18T20:38:56.173Z] time="2021-06-18T20:38:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s"
20:38:56 [2021-06-18T20:38:56.642Z] === RUN   TestRegister
20:38:56 [2021-06-18T20:38:56.642Z] --- PASS: TestRegister (0.00s)
20:38:56 [2021-06-18T20:38:56.642Z] === RUN   TestCommand
20:38:56 [2021-06-18T20:38:56.642Z] --- PASS: TestCommand (0.03s)
20:38:56 [2021-06-18T20:38:56.642Z] === RUN   TestNaiveSelf
20:38:56 [2021-06-18T20:38:56.642Z] --- PASS: TestNaiveSelf (0.03s)
20:38:56 [2021-06-18T20:38:56.642Z] PASS
20:38:56 [2021-06-18T20:38:56.642Z] coverage: 82.4% of statements
20:38:56 [2021-06-18T20:38:56.642Z] ok  	github.com/docker/docker/pkg/reexec	0.088s	coverage: 82.4% of statements
20:38:56 [2021-06-18T20:38:56.743Z] --- PASS: TestPluginWithDevMounts (1.72s)
20:38:56 [2021-06-18T20:38:56.743Z] PASS
20:38:56 [2021-06-18T20:38:56.743Z] 
20:38:56 [2021-06-18T20:38:56.743Z] DONE 1 tests in 1.754s
20:38:56 [2021-06-18T20:38:56.743Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:38:56 [2021-06-18T20:38:56.743Z] INFO: Testing against a local daemon
20:38:56 [2021-06-18T20:38:56.743Z] === RUN   TestSecretInspect
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestPubSubRace (1.04s)
20:38:57 [2021-06-18T20:38:57.111Z] PASS
20:38:57 [2021-06-18T20:38:57.111Z] coverage: 75.0% of statements
20:38:57 [2021-06-18T20:38:57.111Z] ok  	github.com/docker/docker/pkg/pubsub	1.075s	coverage: 75.0% of statements
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestFailOnce (1.12s)
20:38:57 [2021-06-18T20:38:57.111Z] === RUN   TestEchoInputOutput
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestEchoInputOutput (0.00s)
20:38:57 [2021-06-18T20:38:57.111Z] === RUN   TestBackoff
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestBackoff (0.00s)
20:38:57 [2021-06-18T20:38:57.111Z] === RUN   TestAbortRetry
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestAbortRetry (0.00s)
20:38:57 [2021-06-18T20:38:57.111Z] === RUN   TestClientScheme
20:38:57 [2021-06-18T20:38:57.111Z] --- PASS: TestClientScheme (0.00s)
20:38:57 [2021-06-18T20:38:57.111Z] === RUN   TestNewClientWithTimeout
20:38:57 [2021-06-18T20:38:57.543Z] --- PASS: TestNetworkNat (1.58s)
20:38:57 [2021-06-18T20:38:57.543Z] === RUN   TestNetworkLocalhostTCPNat
20:38:57 [2021-06-18T20:38:57.582Z] time="2021-06-18T20:38:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
20:38:57 [2021-06-18T20:38:57.582Z] === RUN   TestParseSignal
20:38:57 [2021-06-18T20:38:57.582Z] --- PASS: TestParseSignal (0.00s)
20:38:57 [2021-06-18T20:38:57.582Z] === RUN   TestValidSignalForPlatform
20:38:57 [2021-06-18T20:38:57.582Z] --- PASS: TestValidSignalForPlatform (0.00s)
20:38:57 [2021-06-18T20:38:57.582Z] PASS
20:38:57 [2021-06-18T20:38:57.582Z] coverage: 19.7% of statements
20:38:57 [2021-06-18T20:38:57.582Z] ok  	github.com/docker/docker/pkg/signal	0.035s	coverage: 19.7% of statements
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestNewStdWriter
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestNewStdWriter (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestWriteWithUninitializedStdWriter
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestWriteWithNilBytes
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestWriteWithNilBytes (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestWrite
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestWrite (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestWriteWithWriterError
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestWriteWithWriterError (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyWriteAndRead
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyReturnsErrorReadingHeader
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyReturnsErrorReadingFrame
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyDetectsCorruptedFrame
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyWithInvalidInputHeader
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyWithCorruptedPrefix
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyReturnsWriteErrors
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] === RUN   TestStdCopyReturnsErrorFromSystem
20:38:58 [2021-06-18T20:38:58.051Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
20:38:58 [2021-06-18T20:38:58.051Z] PASS
20:38:58 [2021-06-18T20:38:58.051Z] coverage: 100.0% of statements
20:38:58 [2021-06-18T20:38:58.051Z] ok  	github.com/docker/docker/pkg/stdcopy	0.037s	coverage: 100.0% of statements
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestRawProgressFormatterFormatStatus
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestRawProgressFormatterFormatProgress
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestFormatStatus
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestFormatStatus (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestFormatError
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestFormatError (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestFormatJSONError
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestFormatJSONError (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestJsonProgressFormatterFormatProgress
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestJsonProgressFormatterFormatStatus
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestNewJSONProgressOutput
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestNewJSONProgressOutput (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestAuxFormatterEmit
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestAuxFormatterEmit (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestStreamWriterStdout
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestStreamWriterStdout (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] === RUN   TestStreamWriterStderr
20:38:58 [2021-06-18T20:38:58.520Z] --- PASS: TestStreamWriterStderr (0.00s)
20:38:58 [2021-06-18T20:38:58.520Z] PASS
20:38:58 [2021-06-18T20:38:58.520Z] coverage: 66.2% of statements
20:38:58 [2021-06-18T20:38:58.520Z] ok  	github.com/docker/docker/pkg/streamformatter	0.039s	coverage: 66.2% of statements
20:38:58 [2021-06-18T20:38:58.920Z] --- PASS: TestNetworkLocalhostTCPNat (1.51s)
20:38:58 [2021-06-18T20:38:58.920Z] === RUN   TestNetworkLoopbackNat
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestGenerateRandomID
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestGenerateRandomID (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestShortenId
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestShortenId (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestShortenSha256Id
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestShortenSha256Id (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestShortenIdEmpty
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestShortenIdEmpty (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestShortenIdInvalid
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestShortenIdInvalid (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestIsShortIDNonHex
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestIsShortIDNonHex (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] === RUN   TestIsShortIDNotCorrectSize
20:38:58 [2021-06-18T20:38:58.989Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
20:38:58 [2021-06-18T20:38:58.989Z] PASS
20:38:58 [2021-06-18T20:38:58.989Z] coverage: 70.6% of statements
20:38:58 [2021-06-18T20:38:58.989Z] ok  	github.com/docker/docker/pkg/stringid	0.034s	coverage: 70.6% of statements
20:38:58 [2021-06-18T20:38:58.989Z] time="2021-06-18T20:38:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
20:38:59 [2021-06-18T20:38:59.271Z] --- PASS: TestSecretInspect (2.30s)
20:38:59 [2021-06-18T20:38:59.271Z] === RUN   TestSecretList
20:38:59 [2021-06-18T20:38:59.978Z] === RUN   TestIsCpusetListAvailable
20:38:59 [2021-06-18T20:38:59.978Z] --- PASS: TestIsCpusetListAvailable (0.00s)
20:38:59 [2021-06-18T20:38:59.978Z] PASS
20:38:59 [2021-06-18T20:38:59.978Z] coverage: 38.2% of statements
20:38:59 [2021-06-18T20:38:59.978Z] ok  	github.com/docker/docker/pkg/sysinfo	0.035s	coverage: 38.2% of statements
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestChtimes
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestChtimes (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestChtimesWindows
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestChtimesWindows (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestEnsureRemoveAllNotExist
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestEnsureRemoveAllWithDir
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestEnsureRemoveAllWithFile
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z] === RUN   TestHasWin32KSupport
20:39:00 [2021-06-18T20:39:00.448Z] --- PASS: TestHasWin32KSupport (0.00s)
20:39:00 [2021-06-18T20:39:00.448Z]     syscall_windows_test.go:8: win32k: true
20:39:00 [2021-06-18T20:39:00.448Z] PASS
20:39:00 [2021-06-18T20:39:00.448Z] coverage: 12.0% of statements
20:39:00 [2021-06-18T20:39:00.448Z] ok  	github.com/docker/docker/pkg/system	0.047s	coverage: 12.0% of statements
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestTailFile
20:39:00 [2021-06-18T20:39:00.918Z] --- PASS: TestTailFile (0.00s)
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestTailFileManyLines
20:39:00 [2021-06-18T20:39:00.918Z] --- PASS: TestTailFileManyLines (0.00s)
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestTailEmptyFile
20:39:00 [2021-06-18T20:39:00.918Z] --- PASS: TestTailEmptyFile (0.00s)
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestTailNegativeN
20:39:00 [2021-06-18T20:39:00.918Z] --- PASS: TestTailNegativeN (0.00s)
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader
20:39:00 [2021-06-18T20:39:00.918Z] === CONT  TestNewTailReader
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/4_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/4_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/8_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/8_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/12_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/12_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/no_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/no_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/single_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/single_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line#01
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line#02
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
20:39:00 [2021-06-18T20:39:00.918Z] === CONT  TestNewTailReader/2_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.918Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.918Z] === CONT  TestNewTailReader/single_byte_delimiter
20:39:00 [2021-06-18T20:39:00.918Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.918Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/8_byte_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/no_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/4_byte_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/12_byte_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.919Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.919Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.920Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.920Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.921Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.921Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.921Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.922Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.923Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:39:00 [2021-06-18T20:39:00.924Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.394Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:39:01 [2021-06-18T20:39:01.395Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:39:01 [2021-06-18T20:39:01.395Z] --- PASS: TestNewTailReader (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.395Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.396Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.02s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] PASS
20:39:01 [2021-06-18T20:39:01.397Z] coverage: 88.6% of statements
20:39:01 [2021-06-18T20:39:01.397Z] ok  	github.com/docker/docker/pkg/tailfile	0.405s	coverage: 88.6% of statements
20:39:01 [2021-06-18T20:39:01.397Z] time="2021-06-18T20:39:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestTarSumRemoveNonExistent
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestTarSumRemove
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestTarSumRemove (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestSortFileInfoSums
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestSortFileInfoSums (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestNewTarSumForLabelInvalid
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestNewTarSumForLabel
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestNewTarSumForLabel (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestEmptyTar
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestEmptyTar (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestTarSumsReadSize
20:39:01 [2021-06-18T20:39:01.397Z] --- PASS: TestTarSumsReadSize (0.00s)
20:39:01 [2021-06-18T20:39:01.397Z] === RUN   TestTarSums
20:39:01 [2021-06-18T20:39:01.801Z] --- PASS: TestSecretList (2.32s)
20:39:01 [2021-06-18T20:39:01.801Z] === RUN   TestSecretsCreateAndDelete
20:39:01 [2021-06-18T20:39:01.867Z] --- PASS: TestTarSums (0.07s)
20:39:01 [2021-06-18T20:39:01.868Z] === RUN   TestIteration
20:39:01 [2021-06-18T20:39:01.868Z] --- PASS: TestIteration (0.00s)
20:39:01 [2021-06-18T20:39:01.868Z] === RUN   TestVersionLabelForChecksum
20:39:01 [2021-06-18T20:39:01.868Z] --- PASS: TestVersionLabelForChecksum (0.00s)
20:39:01 [2021-06-18T20:39:01.868Z] === RUN   TestVersion
20:39:01 [2021-06-18T20:39:01.868Z] --- PASS: TestVersion (0.00s)
20:39:01 [2021-06-18T20:39:01.868Z] === RUN   TestGetVersion
20:39:01 [2021-06-18T20:39:01.868Z] --- PASS: TestGetVersion (0.00s)
20:39:01 [2021-06-18T20:39:01.868Z] === RUN   TestGetVersions
20:39:01 [2021-06-18T20:39:01.868Z] --- PASS: TestGetVersions (0.00s)
20:39:01 [2021-06-18T20:39:01.868Z] PASS
20:39:01 [2021-06-18T20:39:01.868Z] coverage: 89.3% of statements
20:39:01 [2021-06-18T20:39:01.868Z] ok  	github.com/docker/docker/pkg/tarsum	0.118s	coverage: 89.3% of statements
20:39:02 [2021-06-18T20:39:02.223Z] --- PASS: TestReplicatedJob (7.04s)
20:39:02 [2021-06-18T20:39:02.223Z] === RUN   TestUpdateReplicatedJob
20:39:02 [2021-06-18T20:39:02.337Z] testing: warning: no tests to run
20:39:02 [2021-06-18T20:39:02.337Z] PASS
20:39:02 [2021-06-18T20:39:02.337Z] coverage: [no statements]
20:39:02 [2021-06-18T20:39:02.337Z] ok  	github.com/docker/docker/pkg/term/windows	0.036s	coverage: [no statements] [no tests to run]
20:39:02 [2021-06-18T20:39:02.337Z] === RUN   TestTruncIndex
20:39:02 [2021-06-18T20:39:02.807Z] --- PASS: TestTruncIndex (0.10s)
20:39:02 [2021-06-18T20:39:02.807Z] PASS
20:39:02 [2021-06-18T20:39:02.807Z] coverage: 91.5% of statements
20:39:02 [2021-06-18T20:39:02.807Z] ok  	github.com/docker/docker/pkg/truncindex	0.133s	coverage: 91.5% of statements
20:39:02 [2021-06-18T20:39:02.807Z] === RUN   TestIsGIT
20:39:02 [2021-06-18T20:39:02.807Z] --- PASS: TestIsGIT (0.00s)
20:39:02 [2021-06-18T20:39:02.807Z] === RUN   TestIsTransport
20:39:02 [2021-06-18T20:39:02.807Z] --- PASS: TestIsTransport (0.00s)
20:39:02 [2021-06-18T20:39:02.807Z] PASS
20:39:02 [2021-06-18T20:39:02.807Z] coverage: 100.0% of statements
20:39:02 [2021-06-18T20:39:02.807Z] ok  	github.com/docker/docker/pkg/urlutil	0.039s	coverage: 100.0% of statements
20:39:03 [2021-06-18T20:39:03.113Z] === RUN   TestDockerSuite/TestBuildBlankName
20:39:03 [2021-06-18T20:39:03.113Z] --- PASS: TestNetworkLoopbackNat (4.31s)
20:39:03 [2021-06-18T20:39:03.113Z] === RUN   TestPause
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:39:03 [2021-06-18T20:39:03.276Z] === RUN   TestVersionInfo
20:39:03 [2021-06-18T20:39:03.276Z] --- PASS: TestVersionInfo (0.00s)
20:39:03 [2021-06-18T20:39:03.276Z] === RUN   TestAppendVersions
20:39:03 [2021-06-18T20:39:03.276Z] --- PASS: TestAppendVersions (0.00s)
20:39:03 [2021-06-18T20:39:03.276Z] PASS
20:39:03 [2021-06-18T20:39:03.276Z] coverage: 88.9% of statements
20:39:03 [2021-06-18T20:39:03.276Z] ok  	github.com/docker/docker/pkg/useragent	0.036s	coverage: 88.9% of statements
20:39:03 [2021-06-18T20:39:03.680Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
20:39:03 [2021-06-18T20:39:03.702Z] --- PASS: TestSecretsCreateAndDelete (2.28s)
20:39:03 [2021-06-18T20:39:03.702Z] === RUN   TestSecretsUpdate
20:39:04 [2021-06-18T20:39:04.620Z] --- PASS: TestPause (1.52s)
20:39:04 [2021-06-18T20:39:04.620Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:39:04 [2021-06-18T20:39:04.620Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:39:04 [2021-06-18T20:39:04.620Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:39:04 [2021-06-18T20:39:04.620Z] === RUN   TestPauseStopPausedContainer
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestNewSettable
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestNewSettable (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestIsSettable
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestIsSettable (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestUpdateSettingsEnv
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestUpdateSettingsEnv (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] PASS
20:39:04 [2021-06-18T20:39:04.844Z] coverage: 20.1% of statements
20:39:04 [2021-06-18T20:39:04.844Z] ok  	github.com/docker/docker/plugin/v2	0.072s	coverage: 20.1% of statements
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestLoad
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestLoad (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestSave
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestSave (0.06s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestAddDeleteGet
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestAddDeleteGet (0.04s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestInvalidTags
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestInvalidTags (0.01s)
20:39:04 [2021-06-18T20:39:04.844Z] PASS
20:39:04 [2021-06-18T20:39:04.844Z] coverage: 84.4% of statements
20:39:04 [2021-06-18T20:39:04.844Z] ok  	github.com/docker/docker/reference	0.148s	coverage: 84.4% of statements
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestValidatePrivileges
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestValidatePrivileges (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestFilterByCapNeg
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestFilterByCapNeg (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestFilterByCapPos
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestFilterByCapPos (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] === RUN   TestStoreGetPluginNotMatchCapRefs
20:39:04 [2021-06-18T20:39:04.844Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
20:39:04 [2021-06-18T20:39:04.844Z] PASS
20:39:04 [2021-06-18T20:39:04.844Z] coverage: 12.0% of statements
20:39:04 [2021-06-18T20:39:04.844Z] ok  	github.com/docker/docker/plugin	0.057s	coverage: 12.0% of statements
20:39:04 [2021-06-18T20:39:04.879Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
20:39:06 [2021-06-18T20:39:06.047Z] time="2021-06-18T20:39:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
20:39:06 [2021-06-18T20:39:06.231Z] --- PASS: TestSecretsUpdate (2.29s)
20:39:06 [2021-06-18T20:39:06.231Z] === RUN   TestTemplatedSecret
20:39:06 [2021-06-18T20:39:06.257Z] --- PASS: TestPauseStopPausedContainer (1.48s)
20:39:06 [2021-06-18T20:39:06.257Z] === RUN   TestPsFilter
20:39:06 [2021-06-18T20:39:06.257Z] --- PASS: TestPsFilter (0.16s)
20:39:06 [2021-06-18T20:39:06.257Z] === RUN   TestRemoveContainerWithRemovedVolume
20:39:06 [2021-06-18T20:39:06.420Z] --- PASS: TestUpdateReplicatedJob (4.27s)
20:39:06 [2021-06-18T20:39:06.420Z] === RUN   TestServiceListWithStatuses
20:39:06 [2021-06-18T20:39:06.420Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:39:06 [2021-06-18T20:39:06.420Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:39:06 [2021-06-18T20:39:06.420Z] === RUN   TestDockerNetworkConnectAlias
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestHeaderSimpleErrors
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestHeaderTooMuchFailures
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReaderWithReadError
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestRestartManagerTimeout
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestRestartManagerTimeout (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestRestartManagerTimeoutReset
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] PASS
20:39:06 [2021-06-18T20:39:06.517Z] coverage: 50.9% of statements
20:39:06 [2021-06-18T20:39:06.517Z] ok  	github.com/docker/docker/restartmanager	0.031s	coverage: 50.9% of statements
20:39:06 [2021-06-18T20:39:06.517Z] time="2021-06-18T20:39:06Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReader
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReader (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] === RUN   TestResumableRequestReaderWithInitialResponse
20:39:06 [2021-06-18T20:39:06.517Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
20:39:06 [2021-06-18T20:39:06.517Z] PASS
20:39:06 [2021-06-18T20:39:06.517Z] coverage: 100.0% of statements
20:39:06 [2021-06-18T20:39:06.517Z] ok  	github.com/docker/docker/registry/resumable	0.176s	coverage: 100.0% of statements
20:39:06 [2021-06-18T20:39:06.987Z] === RUN   TestResolveAuthConfigIndexServer
20:39:06 [2021-06-18T20:39:06.987Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
20:39:06 [2021-06-18T20:39:06.987Z] === RUN   TestResolveAuthConfigFullURL
20:39:06 [2021-06-18T20:39:06.987Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
20:39:06 [2021-06-18T20:39:06.987Z] === RUN   TestLoadAllowNondistributableArtifacts
20:39:06 [2021-06-18T20:39:06.987Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
20:39:06 [2021-06-18T20:39:06.987Z] === RUN   TestValidateMirror
20:39:06 [2021-06-18T20:39:06.987Z] --- PASS: TestValidateMirror (0.00s)
20:39:06 [2021-06-18T20:39:06.987Z] === RUN   TestLoadInsecureRegistries
20:39:07 [2021-06-18T20:39:07.196Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
20:39:07 [2021-06-18T20:39:07.456Z] time="2021-06-18T20:39:06Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:39:07 [2021-06-18T20:39:07.456Z] time="2021-06-18T20:39:06Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
20:39:07 [2021-06-18T20:39:07.456Z] time="2021-06-18T20:39:06Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestLoadInsecureRegistries (0.11s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestNewServiceConfig
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestNewServiceConfig (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestValidateIndexName
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestValidateIndexName (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestValidateIndexNameWithError
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestValidateIndexNameWithError (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestEndpointParse
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestEndpointParse (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestEndpointParseInvalid
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestEndpointParseInvalid (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestValidateEndpoint
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestValidateEndpoint (0.01s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestPing
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestPing (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestPingRegistryEndpoint
20:39:07 [2021-06-18T20:39:07.456Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestEndpoint
20:39:07 [2021-06-18T20:39:07.456Z] --- SKIP: TestEndpoint (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestParseRepositoryInfo
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestDecodeContainerConfig
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestDecodeContainerConfig (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestDecodeContainerConfigIsolation
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestValidatePrivileged
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestValidatePrivileged (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] PASS
20:39:07 [2021-06-18T20:39:07.456Z] coverage: 52.2% of statements
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestParseRepositoryInfo (0.01s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestNewIndexInfo
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestNewIndexInfo (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestMirrorEndpointLookup
20:39:07 [2021-06-18T20:39:07.456Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestSearchRepositories
20:39:07 [2021-06-18T20:39:07.456Z] ok  	github.com/docker/docker/runconfig	0.047s	coverage: 52.2% of statements
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestSearchRepositories (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
20:39:07 [2021-06-18T20:39:07.456Z]         Host: 127.0.0.1:49240
20:39:07 [2021-06-18T20:39:07.456Z]         User-Agent: docker test client
20:39:07 [2021-06-18T20:39:07.456Z]         Authorization: Token fake-token
20:39:07 [2021-06-18T20:39:07.456Z]         X-Docker-Token: true
20:39:07 [2021-06-18T20:39:07.456Z]         Accept-Encoding: gzip
20:39:07 [2021-06-18T20:39:07.456Z]         
20:39:07 [2021-06-18T20:39:07.456Z]         
20:39:07 [2021-06-18T20:39:07.456Z]     registry_test.go:730: HTTP/1.1 200 OK
20:39:07 [2021-06-18T20:39:07.456Z]         Connection: close
20:39:07 [2021-06-18T20:39:07.456Z]         Content-Length: 144
20:39:07 [2021-06-18T20:39:07.456Z]         Cache-Control: no-cache
20:39:07 [2021-06-18T20:39:07.456Z]         Content-Type: application/json
20:39:07 [2021-06-18T20:39:07.456Z]         Date: Fri, 18 Jun 2021 20:39:06 GMT
20:39:07 [2021-06-18T20:39:07.456Z]         Expires: -1
20:39:07 [2021-06-18T20:39:07.456Z]         Pragma: no-cache
20:39:07 [2021-06-18T20:39:07.456Z]         Server: docker-tests/mock
20:39:07 [2021-06-18T20:39:07.456Z]         X-Docker-Registry-Config: mock
20:39:07 [2021-06-18T20:39:07.456Z]         X-Docker-Registry-Version: 0.0.0
20:39:07 [2021-06-18T20:39:07.456Z]         
20:39:07 [2021-06-18T20:39:07.456Z]         
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestTrustedLocation
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestTrustedLocation (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestAllowNondistributableArtifacts
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestIsSecureIndex
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestIsSecureIndex (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] PASS
20:39:07 [2021-06-18T20:39:07.456Z] coverage: 50.3% of statements
20:39:07 [2021-06-18T20:39:07.456Z] ok  	github.com/docker/docker/registry	0.211s	coverage: 50.3% of statements
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
20:39:07 [2021-06-18T20:39:07.456Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
20:39:07 [2021-06-18T20:39:07.456Z] PASS
20:39:07 [2021-06-18T20:39:07.456Z] coverage: 62.5% of statements
20:39:07 [2021-06-18T20:39:07.456Z] ok  	github.com/docker/docker/testutil	0.037s	coverage: 62.5% of statements
20:39:07 [2021-06-18T20:39:07.763Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.37s)
20:39:07 [2021-06-18T20:39:07.764Z] === RUN   TestRemoveContainerWithVolume
20:39:08 [2021-06-18T20:39:08.333Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
20:39:09 [2021-06-18T20:39:09.269Z] --- PASS: TestRemoveContainerWithVolume (1.51s)
20:39:09 [2021-06-18T20:39:09.269Z] === RUN   TestRemoveContainerRunning
20:39:09 [2021-06-18T20:39:09.529Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
20:39:09 [2021-06-18T20:39:09.534Z] --- PASS: TestTemplatedSecret (3.03s)
20:39:09 [2021-06-18T20:39:09.534Z] === RUN   TestSecretCreateResolve
20:39:09 [2021-06-18T20:39:09.678Z] === RUN   TestGetDriver
20:39:09 [2021-06-18T20:39:09.678Z] --- PASS: TestGetDriver (0.00s)
20:39:09 [2021-06-18T20:39:09.678Z] === RUN   TestVolumeRequestError
20:39:09 [2021-06-18T20:39:09.678Z] --- PASS: TestVolumeRequestError (0.01s)
20:39:09 [2021-06-18T20:39:09.678Z] PASS
20:39:09 [2021-06-18T20:39:09.678Z] coverage: 36.1% of statements
20:39:09 [2021-06-18T20:39:09.678Z] ok  	github.com/docker/docker/volume/drivers	0.078s	coverage: 36.1% of statements
20:39:10 [2021-06-18T20:39:10.467Z] --- PASS: TestRemoveContainerRunning (1.30s)
20:39:10 [2021-06-18T20:39:10.467Z] === RUN   TestRemoveContainerForceRemoveRunning
20:39:10 [2021-06-18T20:39:10.467Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestGetAddress
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestGetAddress (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestRemove
20:39:10 [2021-06-18T20:39:10.666Z] --- SKIP: TestRemove (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestInitializeWithVolumes
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestInitializeWithVolumes (0.01s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestCreate
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestCreate (0.01s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestValidateName
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestValidateName (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestCreateWithOpts
20:39:10 [2021-06-18T20:39:10.666Z] --- SKIP: TestCreateWithOpts (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z]     local_test.go:181: runtime.GOOS == "windows"
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestRelaodNoOpts
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestRelaodNoOpts (0.01s)
20:39:10 [2021-06-18T20:39:10.666Z] PASS
20:39:10 [2021-06-18T20:39:10.666Z] coverage: 41.5% of statements
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestConvertTmpfsOptions
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestConvertTmpfsOptions (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:49: data="mode=700,size=1m"
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:49: data="ro"
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestParseMountRaw
20:39:10 [2021-06-18T20:39:10.666Z] ok  	github.com/docker/docker/volume/local	0.105s	coverage: 41.5% of statements
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestParseMountRaw (0.05s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestParseMountRawSplit
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestParseMountRawSplit (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 0
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 1
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 2
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 3
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 4
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 5
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 6
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 7
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 8
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 0
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 1
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 2
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 3
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 4
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 5
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 6
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 7
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 8
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 9
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 10
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 11
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 12
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 0
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 1
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 2
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 3
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 4
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 5
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 6
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 7
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 8
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 9
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 10
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:390: case 11
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestParseMountSpec
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestParseMountSpec (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 0
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 1
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 2
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 3
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 4
20:39:10 [2021-06-18T20:39:10.666Z]     parser_test.go:455: case 5
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestParseMountSpecBindWithFileinfoError
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z] === RUN   TestValidateMount
20:39:10 [2021-06-18T20:39:10.666Z] --- PASS: TestValidateMount (0.00s)
20:39:10 [2021-06-18T20:39:10.666Z] PASS
20:39:10 [2021-06-18T20:39:10.666Z] coverage: 66.2% of statements
20:39:10 [2021-06-18T20:39:10.666Z] ok  	github.com/docker/docker/volume/mounts	0.100s	coverage: 66.2% of statements
20:39:10 [2021-06-18T20:39:10.950Z] --- PASS: TestSecretCreateResolve (1.96s)
20:39:10 [2021-06-18T20:39:10.950Z] PASS
20:39:10 [2021-06-18T20:39:10.950Z] 
20:39:10 [2021-06-18T20:39:10.950Z] DONE 6 tests in 14.230s
20:39:10 [2021-06-18T20:39:10.950Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:39:10 [2021-06-18T20:39:10.950Z] INFO: Testing against a local daemon
20:39:10 [2021-06-18T20:39:10.950Z] === RUN   TestServiceCreateInit
20:39:11 [2021-06-18T20:39:11.208Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestSetGetMeta
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestSetGetMeta
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestRestore
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestRestore
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestServiceCreate
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestServiceCreate
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestServiceList
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestServiceList
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestServiceRemove
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestServiceRemove
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestServiceGet
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestServiceGet
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestServicePrune
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestServicePrune
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestCreate
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestCreate
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestRemove
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestRemove
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestList
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestList
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFindByDriver
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFindByDriver
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFindByReferenced
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFindByReferenced
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestDerefMultipleOfSameRef
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestDerefMultipleOfSameRef
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestDefererencePluginOnCreateError
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestDefererencePluginOnCreateError
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestRefDerefRemove
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestRefDerefRemove
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestGet
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestGet
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestGetWithReference
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestGetWithReference
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_nil_list
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_nil_list
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_filter_some
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_filter_some
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_filter_middle
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_filter_middle
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_filter_middle_and_last
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
20:39:11 [2021-06-18T20:39:11.656Z] === RUN   TestFilterFunc/test_filter_first_and_last
20:39:11 [2021-06-18T20:39:11.656Z] === PAUSE TestFilterFunc/test_filter_first_and_last
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_nil_list
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_filter_some
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_filter_middle
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_filter_middle_and_last
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFilterFunc/test_filter_first_and_last
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestFilterFunc (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestSetGetMeta
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestFindByDriver
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestRefDerefRemove
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestDefererencePluginOnCreateError
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestSetGetMeta (0.01s)
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestGetWithReference
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestRefDerefRemove (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestDerefMultipleOfSameRef
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestFindByDriver (0.03s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestServiceGet
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestList
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestGetWithReference (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestRemove
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestCreate
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestCreate (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestServicePrune
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestRemove (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestGet
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestList (0.03s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestServiceList
20:39:11 [2021-06-18T20:39:11.656Z] --- PASS: TestGet (0.02s)
20:39:11 [2021-06-18T20:39:11.656Z] === CONT  TestServiceRemove
20:39:11 [2021-06-18T20:39:11.850Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.33s)
20:39:11 [2021-06-18T20:39:11.850Z] === RUN   TestRemoveInvalidContainer
20:39:11 [2021-06-18T20:39:11.850Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:39:11 [2021-06-18T20:39:11.850Z] === RUN   TestRenameLinkedContainer
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestServiceGet (0.11s)
20:39:12 [2021-06-18T20:39:12.126Z] === CONT  TestFindByReferenced
20:39:12 [2021-06-18T20:39:12.126Z] time="2021-06-18T20:39:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestServiceRemove (0.06s)
20:39:12 [2021-06-18T20:39:12.126Z] === CONT  TestServiceCreate
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestServiceList (0.08s)
20:39:12 [2021-06-18T20:39:12.126Z] === CONT  TestRestore
20:39:12 [2021-06-18T20:39:12.126Z] time="2021-06-18T20:39:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestFindByReferenced (0.02s)
20:39:12 [2021-06-18T20:39:12.126Z] time="2021-06-18T20:39:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:39:12 [2021-06-18T20:39:12.126Z] time="2021-06-18T20:39:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestServiceCreate (0.02s)
20:39:12 [2021-06-18T20:39:12.126Z] time="2021-06-18T20:39:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestRestore (0.02s)
20:39:12 [2021-06-18T20:39:12.126Z] --- PASS: TestServicePrune (0.12s)
20:39:12 [2021-06-18T20:39:12.126Z] PASS
20:39:12 [2021-06-18T20:39:12.126Z] coverage: 70.3% of statements
20:39:12 [2021-06-18T20:39:12.126Z] ok  	github.com/docker/docker/volume/service	0.257s	coverage: 70.3% of statements
20:39:12 [2021-06-18T20:39:12.419Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
20:39:12 [2021-06-18T20:39:12.995Z] --- PASS: TestDockerNetworkConnectAlias (5.83s)
20:39:12 [2021-06-18T20:39:12.995Z] === RUN   TestDockerNetworkReConnect
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestNewClientWithTimeout (17.61s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestClientStream
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestClientStream (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestClientSendFile
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestClientSendFile (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestClientWithRequestTimeout
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestClientWithRequestTimeout (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestFileSpecPlugin
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestFileSpecPlugin (0.01s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestFileJSONSpecPlugin
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestPluginAddHandler
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestPluginAddHandler (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestPluginWaitBadPlugin
20:39:15 [2021-06-18T20:39:15.086Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
20:39:15 [2021-06-18T20:39:15.086Z] === RUN   TestGet
20:39:15 [2021-06-18T20:39:15.086Z] time="2021-06-18T20:39:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
20:39:15 [2021-06-18T20:39:15.557Z] time="2021-06-18T20:39:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
20:39:16 [2021-06-18T20:39:16.472Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:39:16 [2021-06-18T20:39:16.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
20:39:16 [2021-06-18T20:39:16.617Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
20:39:16 [2021-06-18T20:39:16.877Z] --- PASS: TestRenameLinkedContainer (5.16s)
20:39:16 [2021-06-18T20:39:16.877Z] === RUN   TestRenameStoppedContainer
20:39:17 [2021-06-18T20:39:17.195Z] --- PASS: TestDockerNetworkReConnect (4.62s)
20:39:17 [2021-06-18T20:39:17.195Z] === RUN   TestServicePlugin
20:39:17 [2021-06-18T20:39:17.195Z] --- SKIP: TestServicePlugin (0.00s)
20:39:17 [2021-06-18T20:39:17.195Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:17 [2021-06-18T20:39:17.195Z] === RUN   TestServiceUpdateLabel
20:39:17 [2021-06-18T20:39:17.776Z] time="2021-06-18T20:39:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
20:39:18 [2021-06-18T20:39:18.257Z] --- PASS: TestRenameStoppedContainer (1.32s)
20:39:18 [2021-06-18T20:39:18.257Z] === RUN   TestRenameRunningContainerAndReuse
20:39:19 [2021-06-18T20:39:19.638Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
20:39:19 [2021-06-18T20:39:19.734Z] --- PASS: TestServiceUpdateLabel (2.95s)
20:39:19 [2021-06-18T20:39:19.734Z] === RUN   TestServiceUpdateSecrets
20:39:20 [2021-06-18T20:39:20.574Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
20:39:20 [2021-06-18T20:39:20.657Z] --- PASS: TestServiceCreateInit (9.35s)
20:39:20 [2021-06-18T20:39:20.657Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.59s)
20:39:20 [2021-06-18T20:39:20.657Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.74s)
20:39:20 [2021-06-18T20:39:20.657Z] === RUN   TestCreateServiceMultipleTimes
20:39:20 [2021-06-18T20:39:20.833Z] --- PASS: TestRenameRunningContainerAndReuse (2.60s)
20:39:20 [2021-06-18T20:39:20.833Z] === RUN   TestRenameInvalidName
20:39:21 [2021-06-18T20:39:21.572Z] time="2021-06-18T20:39:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
20:39:22 [2021-06-18T20:39:22.212Z] --- PASS: TestRenameInvalidName (1.22s)
20:39:22 [2021-06-18T20:39:22.212Z] === RUN   TestRenameAnonymousContainer
20:39:23 [2021-06-18T20:39:23.153Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
20:39:25 [2021-06-18T20:39:25.060Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
20:39:26 [2021-06-18T20:39:26.965Z] --- PASS: TestRenameAnonymousContainer (4.51s)
20:39:26 [2021-06-18T20:39:26.965Z] === RUN   TestRenameContainerWithSameName
20:39:27 [2021-06-18T20:39:27.533Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
20:39:28 [2021-06-18T20:39:28.102Z] --- PASS: TestRenameContainerWithSameName (1.35s)
20:39:28 [2021-06-18T20:39:28.102Z] === RUN   TestRenameContainerWithLinkedContainer
20:39:29 [2021-06-18T20:39:29.483Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
20:39:30 [2021-06-18T20:39:30.241Z] --- PASS: TestGet (15.00s)
20:39:30 [2021-06-18T20:39:30.241Z] === RUN   TestPluginWithNoManifest
20:39:30 [2021-06-18T20:39:30.241Z] --- PASS: TestPluginWithNoManifest (0.00s)
20:39:30 [2021-06-18T20:39:30.241Z] === RUN   TestGetAll
20:39:30 [2021-06-18T20:39:30.241Z] --- PASS: TestGetAll (0.00s)
20:39:30 [2021-06-18T20:39:30.241Z] PASS
20:39:30 [2021-06-18T20:39:30.241Z] coverage: 73.4% of statements
20:39:30 [2021-06-18T20:39:30.241Z] ok  	github.com/docker/docker/pkg/plugins	35.030s	coverage: 73.4% of statements
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/quota	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/rootless	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/volume	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:39:30 [2021-06-18T20:39:30.241Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:39:30 [2021-06-18T20:39:30.422Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
20:39:30 [2021-06-18T20:39:30.681Z] --- PASS: TestRenameContainerWithLinkedContainer (2.62s)
20:39:30 [2021-06-18T20:39:30.681Z] === RUN   TestResize
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === Skipped
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     dispatchers_test.go:377: Windows does not support stopsignal
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     client_test.go:23: runtime.GOOS == "windows"
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     daemon_test.go:147: root required
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     reload_test.go:520: root required
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     pull_v2_test.go:73: Needs fixing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     pull_v2_test.go:118: Needs fixing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     download_test.go:268: Needs fixing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     layer_test.go:304: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     layer_test.go:353: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     layer_test.go:468: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     layer_test.go:697: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     migration_test.go:46: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     migration_test.go:182: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     mount_test.go:17: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     mount_test.go:76: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     mount_test.go:125: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     mount_test.go:212: Failing on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:134: Xz not present in msys2
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:239: Failing on Windows CI machines
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_windows_test.go:16: Currently fails
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     changes_test.go:192: needs more investigation
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     changes_test.go:405: needs further investigation
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     changes_test.go:441: needs further investigation
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     poller_test.go:41: No chmod on Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     fileutils_test.go:134: Needs porting to Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     fileutils_test.go:180: Needs porting to Windows
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
20:39:31 [2021-06-18T20:39:31.230Z]     local_test.go:181: runtime.GOOS == "windows"
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] 
20:39:31 [2021-06-18T20:39:31.230Z] DONE 1830 tests, 45 skipped in 181.043s
20:39:31 [2021-06-18T20:39:31.230Z] INFO: make.ps1 ended at 06/18/2021 20:39:30
20:39:32 [2021-06-18T20:39:32.060Z] --- PASS: TestResize (1.18s)
20:39:32 [2021-06-18T20:39:32.060Z] === RUN   TestResizeWithInvalidSize
20:39:32 [2021-06-18T20:39:32.319Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
20:39:32 [2021-06-18T20:39:32.800Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
20:39:32 [2021-06-18T20:39:32.800Z] INFO: Unit tests ended at 06/18/2021 20:39:32. Duration:00:03:15.6710747
20:39:32 [2021-06-18T20:39:32.800Z] INFO: Building busybox
20:39:32 [2021-06-18T20:39:32.800Z] Sending build context to Docker daemon   5.12kB
20:39:32 [2021-06-18T20:39:32.800Z] 
20:39:32 [2021-06-18T20:39:32.800Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
20:39:32 [2021-06-18T20:39:32.800Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
20:39:32 [2021-06-18T20:39:32.800Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
20:39:32 [2021-06-18T20:39:32.800Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
20:39:32 [2021-06-18T20:39:32.800Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
20:39:32 [2021-06-18T20:39:32.800Z]  ---> 5b60ac4e9e92
20:39:32 [2021-06-18T20:39:32.800Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
20:39:32 [2021-06-18T20:39:32.800Z]  ---> Running in 9616cb92741b
20:39:32 [2021-06-18T20:39:32.887Z] --- PASS: TestResizeWithInvalidSize (1.23s)
20:39:32 [2021-06-18T20:39:32.887Z] === RUN   TestResizeWhenContainerNotStarted
20:39:34 [2021-06-18T20:39:34.269Z] --- PASS: TestResizeWhenContainerNotStarted (1.26s)
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:34 [2021-06-18T20:39:34.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:36 [2021-06-18T20:39:36.599Z] Removing intermediate container 9616cb92741b
20:39:36 [2021-06-18T20:39:36.599Z]  ---> cd450f84ccfc
20:39:36 [2021-06-18T20:39:36.599Z] Step 7/13 : ARG BUSYBOX_VERSION
20:39:36 [2021-06-18T20:39:36.599Z]  ---> Running in 3ca9913c7aed
20:39:37 [2021-06-18T20:39:37.068Z] Removing intermediate container 3ca9913c7aed
20:39:37 [2021-06-18T20:39:37.068Z]  ---> 7c0f00ec599f
20:39:37 [2021-06-18T20:39:37.068Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
20:39:37 [2021-06-18T20:39:37.068Z]  ---> Running in 9ffdb020f84b
20:39:37 [2021-06-18T20:39:37.068Z] Removing intermediate container 9ffdb020f84b
20:39:37 [2021-06-18T20:39:37.068Z]  ---> 2ac018f06449
20:39:37 [2021-06-18T20:39:37.068Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
20:39:37 [2021-06-18T20:39:37.830Z] --- PASS: TestServiceUpdateSecrets (15.52s)
20:39:37 [2021-06-18T20:39:37.830Z] === RUN   TestServiceUpdateConfigs
20:39:38 [2021-06-18T20:39:38.467Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:38 [2021-06-18T20:39:38.636Z] 
20:39:38 [2021-06-18T20:39:38.726Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:38 [2021-06-18T20:39:38.741Z] --- PASS: TestCreateServiceMultipleTimes (17.44s)
20:39:38 [2021-06-18T20:39:38.741Z] === RUN   TestCreateServiceConflict
20:39:39 [2021-06-18T20:39:39.105Z]  ---> e20d6e4beb50
20:39:39 [2021-06-18T20:39:39.105Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
20:39:39 [2021-06-18T20:39:39.105Z]  ---> Running in 2dedda354bc4
20:39:40 [2021-06-18T20:39:40.117Z] --- PASS: TestCreateServiceConflict (2.29s)
20:39:40 [2021-06-18T20:39:40.117Z] === RUN   TestCreateServiceMaxReplicas
20:39:40 [2021-06-18T20:39:40.634Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:40 [2021-06-18T20:39:40.634Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:42 [2021-06-18T20:39:42.539Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:42 [2021-06-18T20:39:42.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:43 [2021-06-18T20:39:43.400Z] --- PASS: TestCreateServiceMaxReplicas (3.33s)
20:39:43 [2021-06-18T20:39:43.400Z] === RUN   TestCreateWithDuplicateNetworkNames
20:39:46 [2021-06-18T20:39:46.998Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:46 [2021-06-18T20:39:46.998Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:48 [2021-06-18T20:39:48.380Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
20:39:48 [2021-06-18T20:39:48.981Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
20:39:49 [2021-06-18T20:39:49.540Z] Removing intermediate container 2dedda354bc4
20:39:49 [2021-06-18T20:39:49.540Z]  ---> f40e762732dc
20:39:49 [2021-06-18T20:39:49.540Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
20:39:49 [2021-06-18T20:39:49.540Z]  ---> Running in 7fc15e4960ee
20:39:49 [2021-06-18T20:39:49.540Z] 
20:39:49 [2021-06-18T20:39:49.540Z] SUCCESS: Specified value was saved.
20:39:51 [2021-06-18T20:39:51.116Z] Removing intermediate container 7fc15e4960ee
20:39:51 [2021-06-18T20:39:51.116Z]  ---> 8c512040a961
20:39:51 [2021-06-18T20:39:51.116Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
20:39:51 [2021-06-18T20:39:51.116Z]  ---> Running in ba066032a693
20:39:52 [2021-06-18T20:39:52.717Z] --- PASS: TestServiceUpdateConfigs (15.53s)
20:39:52 [2021-06-18T20:39:52.717Z] === RUN   TestServiceUpdateNetwork
20:39:53 [2021-06-18T20:39:53.197Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
20:39:53 [2021-06-18T20:39:53.198Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
20:39:53 [2021-06-18T20:39:53.457Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:53 [2021-06-18T20:39:53.457Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:54 [2021-06-18T20:39:54.834Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
20:39:55 [2021-06-18T20:39:55.887Z] Cannot create a file when that file already exists.
20:39:57 [2021-06-18T20:39:57.373Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
20:39:57 [2021-06-18T20:39:57.373Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
20:39:57 [2021-06-18T20:39:57.633Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.26s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.34s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.81s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.10s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.91s)
20:39:57 [2021-06-18T20:39:57.633Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.21s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.50s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.25s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.31s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.67s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.77s)
20:39:57 [2021-06-18T20:39:57.634Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.03s)
20:39:57 [2021-06-18T20:39:57.634Z] === RUN   TestCgroupNamespacesRun
20:39:57 [2021-06-18T20:39:57.893Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
20:39:58 [2021-06-18T20:39:58.271Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s)
20:39:58 [2021-06-18T20:39:58.271Z] === RUN   TestCreateServiceSecretFileMode
20:39:59 [2021-06-18T20:39:59.644Z] --- PASS: TestCreateServiceSecretFileMode (2.76s)
20:39:59 [2021-06-18T20:39:59.644Z] === RUN   TestCreateServiceConfigFileMode
20:39:59 [2021-06-18T20:39:59.684Z] Removing intermediate container ba066032a693
20:39:59 [2021-06-18T20:39:59.684Z]  ---> b1144507330c
20:39:59 [2021-06-18T20:39:59.684Z] Step 13/13 : CMD ["sh"]
20:39:59 [2021-06-18T20:39:59.684Z]  ---> Running in 82c9afea50c4
20:40:00 [2021-06-18T20:40:00.153Z] Removing intermediate container 82c9afea50c4
20:40:00 [2021-06-18T20:40:00.153Z]  ---> 45567b60d49e
20:40:00 [2021-06-18T20:40:00.153Z] Successfully built 45567b60d49e
20:40:00 [2021-06-18T20:40:00.153Z] Successfully tagged busybox:latest
20:40:00 [2021-06-18T20:40:00.153Z] INFO: Docker images of the daemon under test
20:40:00 [2021-06-18T20:40:00.153Z] 
20:40:00 [2021-06-18T20:40:00.153Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
20:40:00 [2021-06-18T20:40:00.153Z] busybox                                latest              45567b60d49e        Less than a second ago   5.64GB
20:40:00 [2021-06-18T20:40:00.153Z] microsoft/windowsservercore            latest              5b60ac4e9e92        12 days ago              5.62GB
20:40:00 [2021-06-18T20:40:00.153Z] mcr.microsoft.com/windows/servercore   ltsc2019            5b60ac4e9e92        12 days ago              5.62GB
20:40:00 [2021-06-18T20:40:00.153Z] 
20:40:00 [2021-06-18T20:40:00.153Z] INFO: Running integration tests at 06/18/2021 20:39:59...
20:40:00 [2021-06-18T20:40:00.153Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
20:40:00 [2021-06-18T20:40:00.153Z] INFO: Integration API tests being run from the host:
20:40:00 [2021-06-18T20:40:00.153Z] INFO: make.ps1 starting at 06/18/2021 20:39:59
20:40:00 [2021-06-18T20:40:00.430Z] --- PASS: TestCgroupNamespacesRun (2.80s)
20:40:00 [2021-06-18T20:40:00.430Z] === RUN   TestCgroupNamespacesRunPrivileged
20:40:00 [2021-06-18T20:40:00.430Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
20:40:00 [2021-06-18T20:40:00.622Z] Running D:\gopath\src\github.com\docker\docker\integration\build
20:40:02 [2021-06-18T20:40:02.175Z] --- PASS: TestCreateServiceConfigFileMode (2.77s)
20:40:02 [2021-06-18T20:40:02.175Z] === RUN   TestCreateServiceSysctls
20:40:02 [2021-06-18T20:40:02.335Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.92s)
20:40:02 [2021-06-18T20:40:02.335Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:40:02 [2021-06-18T20:40:02.335Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
20:40:02 [2021-06-18T20:40:02.335Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
20:40:02 [2021-06-18T20:40:02.335Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
20:40:04 [2021-06-18T20:40:04.242Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
20:40:04 [2021-06-18T20:40:04.932Z] --- PASS: TestServiceUpdateNetwork (14.00s)
20:40:04 [2021-06-18T20:40:04.932Z] === RUN   TestServiceUpdatePidsLimit
20:40:05 [2021-06-18T20:40:05.179Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.72s)
20:40:05 [2021-06-18T20:40:05.179Z] === RUN   TestCgroupNamespacesRunHostMode
20:40:06 [2021-06-18T20:40:06.318Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:40:06 [2021-06-18T20:40:06.363Z] --- PASS: TestCreateServiceSysctls (3.75s)
20:40:06 [2021-06-18T20:40:06.363Z] === RUN   TestCreateServiceCapabilities
20:40:06 [2021-06-18T20:40:06.558Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
20:40:07 [2021-06-18T20:40:07.701Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:40:07 [2021-06-18T20:40:07.939Z] --- PASS: TestCgroupNamespacesRunHostMode (2.84s)
20:40:07 [2021-06-18T20:40:07.939Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:40:08 [2021-06-18T20:40:08.895Z] --- PASS: TestCreateServiceCapabilities (2.81s)
20:40:08 [2021-06-18T20:40:08.895Z] === RUN   TestInspect
20:40:09 [2021-06-18T20:40:09.075Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
20:40:09 [2021-06-18T20:40:09.641Z] Copying nested executables into bundles/cross/linux/amd64
20:40:11 [2021-06-18T20:40:11.016Z] Cross building: bundles/cross/windows/amd64
20:40:11 [2021-06-18T20:40:11.016Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
20:40:11 [2021-06-18T20:40:11.016Z] GOOS="windows" GOARCH="amd64" GOARM=""
20:40:11 [2021-06-18T20:40:11.231Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.90s)
20:40:11 [2021-06-18T20:40:11.231Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:40:11 [2021-06-18T20:40:11.801Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
20:40:12 [2021-06-18T20:40:12.178Z] --- PASS: TestInspect (3.31s)
20:40:12 [2021-06-18T20:40:12.178Z] === RUN   TestCreateJob
20:40:12 [2021-06-18T20:40:12.739Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.06s)
20:40:12 [2021-06-18T20:40:12.739Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:40:13 [2021-06-18T20:40:13.307Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
20:40:13 [2021-06-18T20:40:13.565Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
20:40:13 [2021-06-18T20:40:13.825Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s)
20:40:13 [2021-06-18T20:40:13.825Z] === RUN   TestCgroupNamespacesRunOlderClient
20:40:15 [2021-06-18T20:40:15.731Z] === RUN   TestDockerSuite/TestBuildCacheAdd
20:40:15 [2021-06-18T20:40:15.825Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:40:16 [2021-06-18T20:40:16.361Z] --- PASS: TestCreateJob (3.82s)
20:40:16 [2021-06-18T20:40:16.361Z] === RUN   TestReplicatedJob
20:40:16 [2021-06-18T20:40:16.669Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.82s)
20:40:16 [2021-06-18T20:40:16.669Z] === RUN   TestNISDomainname
20:40:16 [2021-06-18T20:40:16.669Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
20:40:17 [2021-06-18T20:40:17.607Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
20:40:17 [2021-06-18T20:40:17.607Z] === RUN   TestDockerSuite/TestBuildCacheFrom
20:40:18 [2021-06-18T20:40:18.988Z] --- PASS: TestNISDomainname (2.33s)
20:40:18 [2021-06-18T20:40:18.988Z] === RUN   TestHostnameDnsResolution
20:40:21 [2021-06-18T20:40:21.527Z] --- PASS: TestHostnameDnsResolution (2.35s)
20:40:21 [2021-06-18T20:40:21.527Z] === RUN   TestStats
20:40:21 [2021-06-18T20:40:21.786Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
20:40:22 [2021-06-18T20:40:22.922Z] --- PASS: TestReplicatedJob (6.77s)
20:40:22 [2021-06-18T20:40:22.922Z] === RUN   TestUpdateReplicatedJob
20:40:23 [2021-06-18T20:40:23.948Z] --- PASS: TestServiceUpdatePidsLimit (17.78s)
20:40:23 [2021-06-18T20:40:23.949Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.05s)
20:40:23 [2021-06-18T20:40:23.949Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.23s)
20:40:23 [2021-06-18T20:40:23.949Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s)
20:40:23 [2021-06-18T20:40:23.949Z] PASS
20:40:23 [2021-06-18T20:40:23.949Z] 
20:40:23 [2021-06-18T20:40:23.949Z] === Skipped
20:40:23 [2021-06-18T20:40:23.949Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
20:40:23 [2021-06-18T20:40:23.949Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:40:23 [2021-06-18T20:40:23.949Z] 
20:40:23 [2021-06-18T20:40:23.949Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
20:40:23 [2021-06-18T20:40:23.949Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:23 [2021-06-18T20:40:23.949Z] 
20:40:23 [2021-06-18T20:40:23.949Z] 
20:40:23 [2021-06-18T20:40:23.949Z] DONE 27 tests, 2 skipped in 157.724s
20:40:23 [2021-06-18T20:40:23.949Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
20:40:23 [2021-06-18T20:40:23.949Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:40:23 [2021-06-18T20:40:23.949Z] ++ set -e
20:40:23 [2021-06-18T20:40:23.949Z] ++ '[' -n 0 ']'
20:40:23 [2021-06-18T20:40:23.949Z] ++ set -x
20:40:23 [2021-06-18T20:40:23.949Z] ++ 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
20:40:23 [2021-06-18T20:40:23.949Z] INFO: Testing against a local daemon
20:40:23 [2021-06-18T20:40:23.949Z] === RUN   TestSessionCreate
20:40:23 [2021-06-18T20:40:23.949Z] --- PASS: TestSessionCreate (0.05s)
20:40:23 [2021-06-18T20:40:23.949Z] === RUN   TestSessionCreateWithBadUpgrade
20:40:23 [2021-06-18T20:40:23.949Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
20:40:23 [2021-06-18T20:40:23.949Z] PASS
20:40:23 [2021-06-18T20:40:23.949Z] 
20:40:23 [2021-06-18T20:40:23.949Z] DONE 2 tests in 0.242s
20:40:23 [2021-06-18T20:40:23.949Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
20:40:23 [2021-06-18T20:40:23.949Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:40:23 [2021-06-18T20:40:23.949Z] ++ set -e
20:40:23 [2021-06-18T20:40:23.949Z] ++ '[' -n 0 ']'
20:40:23 [2021-06-18T20:40:23.949Z] ++ set -x
20:40:23 [2021-06-18T20:40:23.949Z] ++ 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
20:40:23 [2021-06-18T20:40:23.949Z] INFO: Testing against a local daemon
20:40:23 [2021-06-18T20:40:23.949Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:40:23 [2021-06-18T20:40:23.949Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:40:23 [2021-06-18T20:40:23.949Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:40:23 [2021-06-18T20:40:23.949Z] === RUN   TestEventsExecDie
20:40:24 [2021-06-18T20:40:24.209Z] --- PASS: TestEventsExecDie (1.09s)
20:40:24 [2021-06-18T20:40:24.209Z] === RUN   TestEventsBackwardsCompatible
20:40:24 [2021-06-18T20:40:24.209Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
20:40:24 [2021-06-18T20:40:24.209Z] === RUN   TestInfoBinaryCommits
20:40:24 [2021-06-18T20:40:24.209Z] --- PASS: TestInfoBinaryCommits (0.05s)
20:40:24 [2021-06-18T20:40:24.209Z] === RUN   TestInfoAPIVersioned
20:40:24 [2021-06-18T20:40:24.209Z] --- PASS: TestInfoAPIVersioned (0.02s)
20:40:24 [2021-06-18T20:40:24.209Z] === RUN   TestInfoDiscoveryBackend
20:40:24 [2021-06-18T20:40:24.322Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
20:40:24 [2021-06-18T20:40:24.581Z] --- PASS: TestStats (3.41s)
20:40:24 [2021-06-18T20:40:24.581Z] === RUN   TestStopContainerWithTimeout
20:40:24 [2021-06-18T20:40:24.581Z] === RUN   TestStopContainerWithTimeout/0
20:40:24 [2021-06-18T20:40:24.581Z] === PAUSE TestStopContainerWithTimeout/0
20:40:24 [2021-06-18T20:40:24.581Z] === RUN   TestStopContainerWithTimeout/1
20:40:24 [2021-06-18T20:40:24.581Z] === PAUSE TestStopContainerWithTimeout/1
20:40:24 [2021-06-18T20:40:24.581Z] === RUN   TestStopContainerWithTimeout/3
20:40:24 [2021-06-18T20:40:24.581Z] === PAUSE TestStopContainerWithTimeout/3
20:40:24 [2021-06-18T20:40:24.581Z] === RUN   TestStopContainerWithTimeout/-1
20:40:24 [2021-06-18T20:40:24.581Z] === PAUSE TestStopContainerWithTimeout/-1
20:40:24 [2021-06-18T20:40:24.581Z] === CONT  TestStopContainerWithTimeout/0
20:40:24 [2021-06-18T20:40:24.581Z] === CONT  TestStopContainerWithTimeout/-1
20:40:24 [2021-06-18T20:40:24.779Z] --- PASS: TestInfoDiscoveryBackend (0.61s)
20:40:24 [2021-06-18T20:40:24.779Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:40:24 [2021-06-18T20:40:24.840Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
20:40:26 [2021-06-18T20:40:26.094Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:40:26 [2021-06-18T20:40:26.094Z] INFO: Testing against a local daemon
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithSession
20:40:26 [2021-06-18T20:40:26.094Z] --- SKIP: TestBuildWithSession (0.00s)
20:40:26 [2021-06-18T20:40:26.094Z]     build_session_test.go:25: TODO: BuildKit
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildSquashParent
20:40:26 [2021-06-18T20:40:26.094Z] --- SKIP: TestBuildSquashParent (0.00s)
20:40:26 [2021-06-18T20:40:26.094Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:26 [2021-06-18T20:40:26.094Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:26 [2021-06-18T20:40:26.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:26 [2021-06-18T20:40:26.094Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:40:26 [2021-06-18T20:40:26.094Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:40:26 [2021-06-18T20:40:26.094Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:40:26 [2021-06-18T20:40:26.160Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:40:26 [2021-06-18T20:40:26.160Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:40:26 [2021-06-18T20:40:26.730Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.70s)
20:40:26 [2021-06-18T20:40:26.730Z] === RUN   TestInfoAPI
20:40:26 [2021-06-18T20:40:26.730Z] --- PASS: TestInfoAPI (0.05s)
20:40:26 [2021-06-18T20:40:26.730Z] === RUN   TestInfoAPIWarnings
20:40:26 [2021-06-18T20:40:26.745Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
20:40:26 [2021-06-18T20:40:26.745Z] === CONT  TestStopContainerWithTimeout/3
20:40:27 [2021-06-18T20:40:27.106Z] --- PASS: TestUpdateReplicatedJob (3.80s)
20:40:27 [2021-06-18T20:40:27.106Z] === RUN   TestServiceListWithStatuses
20:40:27 [2021-06-18T20:40:27.106Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:40:27 [2021-06-18T20:40:27.106Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:40:27 [2021-06-18T20:40:27.106Z] === RUN   TestDockerNetworkConnectAlias
20:40:27 [2021-06-18T20:40:27.681Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
20:40:27 [2021-06-18T20:40:27.681Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
20:40:28 [2021-06-18T20:40:28.616Z] === CONT  TestStopContainerWithTimeout/1
20:40:28 [2021-06-18T20:40:28.616Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
20:40:31 [2021-06-18T20:40:31.154Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:40:31 [2021-06-18T20:40:31.154Z]     --- PASS: TestStopContainerWithTimeout/0 (2.13s)
20:40:31 [2021-06-18T20:40:31.154Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.95s)
20:40:31 [2021-06-18T20:40:31.154Z]     --- PASS: TestStopContainerWithTimeout/3 (3.16s)
20:40:31 [2021-06-18T20:40:31.154Z]     --- PASS: TestStopContainerWithTimeout/1 (2.47s)
20:40:31 [2021-06-18T20:40:31.154Z] === RUN   TestDeleteDevicemapper
20:40:31 [2021-06-18T20:40:31.154Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:40:31 [2021-06-18T20:40:31.154Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:40:31 [2021-06-18T20:40:31.154Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:40:31 [2021-06-18T20:40:31.292Z] --- PASS: TestDockerNetworkConnectAlias (4.86s)
20:40:31 [2021-06-18T20:40:31.292Z] === RUN   TestDockerNetworkReConnect
20:40:33 [2021-06-18T20:40:33.060Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
20:40:34 [2021-06-18T20:40:34.886Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:40:34 [2021-06-18T20:40:34.886Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:40:35 [2021-06-18T20:40:35.477Z] --- PASS: TestDockerNetworkReConnect (3.82s)
20:40:35 [2021-06-18T20:40:35.477Z] === RUN   TestServicePlugin
20:40:37 [2021-06-18T20:40:37.257Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.51s)
20:40:37 [2021-06-18T20:40:37.257Z] === RUN   TestUpdateMemory
20:40:37 [2021-06-18T20:40:37.257Z] --- SKIP: TestUpdateMemory (0.01s)
20:40:37 [2021-06-18T20:40:37.257Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:40:37 [2021-06-18T20:40:37.257Z] === RUN   TestUpdateCPUQuota
20:40:38 [2021-06-18T20:40:38.196Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
20:40:39 [2021-06-18T20:40:39.133Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
20:40:40 [2021-06-18T20:40:40.761Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.44s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.65s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.77s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.81s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.36s)
20:40:40 [2021-06-18T20:40:40.761Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.28s)
20:40:40 [2021-06-18T20:40:40.761Z] === RUN   TestBuildMultiStageCopy
20:40:40 [2021-06-18T20:40:40.761Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:40:41 [2021-06-18T20:40:41.038Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
20:40:41 [2021-06-18T20:40:41.606Z] === RUN   TestDockerSuite/TestBuildClearCmd
20:40:41 [2021-06-18T20:40:41.606Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
20:40:41 [2021-06-18T20:40:41.867Z] === RUN   TestDockerSuite/TestBuildCmd
20:40:42 [2021-06-18T20:40:42.435Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
20:40:42 [2021-06-18T20:40:42.694Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
20:40:42 [2021-06-18T20:40:42.953Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
20:40:42 [2021-06-18T20:40:42.953Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
20:40:44 [2021-06-18T20:40:44.333Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
20:40:44 [2021-06-18T20:40:44.823Z] --- PASS: TestInfoAPIWarnings (16.61s)
20:40:44 [2021-06-18T20:40:44.823Z] === RUN   TestInfoDebug
20:40:44 [2021-06-18T20:40:44.823Z] --- PASS: TestInfoDebug (0.73s)
20:40:44 [2021-06-18T20:40:44.823Z] === RUN   TestInfoInsecureRegistries
20:40:44 [2021-06-18T20:40:44.823Z] --- PASS: TestInfoInsecureRegistries (0.61s)
20:40:44 [2021-06-18T20:40:44.823Z] === RUN   TestInfoRegistryMirrors
20:40:45 [2021-06-18T20:40:45.271Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
20:40:45 [2021-06-18T20:40:45.393Z] --- PASS: TestInfoRegistryMirrors (0.62s)
20:40:45 [2021-06-18T20:40:45.393Z] === RUN   TestLoginFailsWithBadCredentials
20:40:45 [2021-06-18T20:40:45.393Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s)
20:40:45 [2021-06-18T20:40:45.393Z] === RUN   TestPingCacheHeaders
20:40:45 [2021-06-18T20:40:45.653Z] --- PASS: TestPingCacheHeaders (0.05s)
20:40:45 [2021-06-18T20:40:45.653Z] === RUN   TestPingGet
20:40:45 [2021-06-18T20:40:45.653Z] --- PASS: TestPingGet (0.03s)
20:40:45 [2021-06-18T20:40:45.653Z] === RUN   TestPingHead
20:40:45 [2021-06-18T20:40:45.653Z] --- PASS: TestPingHead (0.05s)
20:40:45 [2021-06-18T20:40:45.653Z] === RUN   TestVersion
20:40:45 [2021-06-18T20:40:45.653Z] --- PASS: TestVersion (0.05s)
20:40:45 [2021-06-18T20:40:45.653Z] PASS
20:40:45 [2021-06-18T20:40:45.653Z] 
20:40:45 [2021-06-18T20:40:45.653Z] === Skipped
20:40:45 [2021-06-18T20:40:45.653Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:40:45 [2021-06-18T20:40:45.653Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:40:45 [2021-06-18T20:40:45.653Z] 
20:40:45 [2021-06-18T20:40:45.653Z] 
20:40:45 [2021-06-18T20:40:45.653Z] DONE 18 tests, 1 skipped in 22.758s
20:40:45 [2021-06-18T20:40:45.653Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
20:40:45 [2021-06-18T20:40:45.653Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:40:45 [2021-06-18T20:40:45.653Z] ++ set -e
20:40:45 [2021-06-18T20:40:45.653Z] ++ '[' -n 0 ']'
20:40:45 [2021-06-18T20:40:45.653Z] ++ set -x
20:40:45 [2021-06-18T20:40:45.653Z] ++ 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
20:40:45 [2021-06-18T20:40:45.913Z] INFO: Testing against a local daemon
20:40:45 [2021-06-18T20:40:45.913Z] === RUN   TestVolumesCreateAndList
20:40:45 [2021-06-18T20:40:45.913Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:40:45 [2021-06-18T20:40:45.913Z] === RUN   TestVolumesRemove
20:40:45 [2021-06-18T20:40:45.913Z] --- PASS: TestVolumesRemove (0.09s)
20:40:45 [2021-06-18T20:40:45.913Z] === RUN   TestVolumesInspect
20:40:45 [2021-06-18T20:40:45.913Z] --- PASS: TestVolumesInspect (0.03s)
20:40:45 [2021-06-18T20:40:45.913Z] === RUN   TestVolumesInvalidJSON
20:40:45 [2021-06-18T20:40:45.913Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:40:45 [2021-06-18T20:40:45.913Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:40:45 [2021-06-18T20:40:45.913Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:40:45 [2021-06-18T20:40:45.913Z] --- PASS: TestVolumesInvalidJSON (0.03s)
20:40:45 [2021-06-18T20:40:45.913Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:40:45 [2021-06-18T20:40:45.913Z] PASS
20:40:45 [2021-06-18T20:40:45.913Z] 
20:40:45 [2021-06-18T20:40:45.913Z] DONE 5 tests in 0.337s
20:40:45 [2021-06-18T20:40:45.913Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:40:46 [2021-06-18T20:40:46.650Z] --- PASS: TestUpdateCPUQuota (10.19s)
20:40:46 [2021-06-18T20:40:46.650Z] === RUN   TestUpdatePidsLimit
20:40:46 [2021-06-18T20:40:46.650Z] === RUN   TestUpdatePidsLimit/update_from_none
20:40:46 [2021-06-18T20:40:46.860Z] ++++ cat bundles/test-integration/docker.pid
20:40:46 [2021-06-18T20:40:46.860Z] +++ kill 13953
20:40:47 [2021-06-18T20:40:47.929Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:40:48 [2021-06-18T20:40:48.027Z] === RUN   TestUpdatePidsLimit/no_change
20:40:48 [2021-06-18T20:40:48.239Z] +++ /etc/init.d/apparmor stop
20:40:48 [2021-06-18T20:40:48.239Z] Leaving: AppArmorNo profiles have been unloaded.
20:40:48 [2021-06-18T20:40:48.239Z] 
20:40:48 [2021-06-18T20:40:48.239Z] Unloading profiles will leave already running processes permanently
20:40:48 [2021-06-18T20:40:48.239Z] unconfined, which can lead to unexpected situations.
20:40:48 [2021-06-18T20:40:48.239Z] 
20:40:48 [2021-06-18T20:40:48.239Z] To set a process to complain mode, use the command line tool
20:40:48 [2021-06-18T20:40:48.239Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:40:48 [2021-06-18T20:40:48.239Z] +++ true
20:40:48 [2021-06-18T20:40:48.239Z] exiting test-integration
20:40:48 [2021-06-18T20:40:48.239Z] ++ exit 0
20:40:48 [2021-06-18T20:40:48.239Z] 
20:40:48 [2021-06-18T20:40:48.398Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:40:48 [2021-06-18T20:40:48.595Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
20:40:48 [2021-06-18T20:40:48.868Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:40:49 [2021-06-18T20:40:49.164Z] === RUN   TestUpdatePidsLimit/update_lower
20:40:49 [2021-06-18T20:40:49.340Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:40:50 [2021-06-18T20:40:50.328Z] --- PASS: TestBuildMultiStageCopy (10.16s)
20:40:50 [2021-06-18T20:40:50.328Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.59s)
20:40:50 [2021-06-18T20:40:50.328Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
20:40:50 [2021-06-18T20:40:50.328Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s)
20:40:50 [2021-06-18T20:40:50.328Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s)
20:40:50 [2021-06-18T20:40:50.328Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.78s)
20:40:50 [2021-06-18T20:40:50.328Z] === RUN   TestBuildMultiStageParentConfig
Post stage
[Pipeline] junit
20:40:50 [2021-06-18T20:40:50.791Z] Recording test results
20:40:51 [2021-06-18T20:40:51.016Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:40:51 [2021-06-18T20:40:51.123Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:40:51 [2021-06-18T20:40:51.123Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
20:40:51 [2021-06-18T20:40:51.349Z] + echo Ensuring container killed.
20:40:51 [2021-06-18T20:40:51.349Z] Ensuring container killed.
20:40:51 [2021-06-18T20:40:51.349Z] + docker rm -vf docker-pr2
20:40:51 [2021-06-18T20:40:51.349Z] Error: No such container: docker-pr2
[Pipeline] sh
20:40:51 [2021-06-18T20:40:51.635Z] + echo Chowning /workspace to jenkins user
20:40:51 [2021-06-18T20:40:51.635Z] Chowning /workspace to jenkins user
20:40:51 [2021-06-18T20:40:51.635Z] + id -u
20:40:51 [2021-06-18T20:40:51.635Z] + id -g
20:40:51 [2021-06-18T20:40:51.635Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
20:40:51 [2021-06-18T20:40:51.701Z] === RUN   TestDockerSuite/TestBuildConditionalCache
20:40:52 [2021-06-18T20:40:52.272Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:40:52 [2021-06-18T20:40:52.546Z] --- PASS: TestBuildMultiStageParentConfig (2.09s)
20:40:52 [2021-06-18T20:40:52.546Z] === RUN   TestBuildLabelWithTargets
20:40:52 [2021-06-18T20:40:52.546Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
20:40:52 [2021-06-18T20:40:52.546Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
20:40:52 [2021-06-18T20:40:52.546Z] === RUN   TestBuildWithEmptyLayers
20:40:52 [2021-06-18T20:40:52.841Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
20:40:53 [2021-06-18T20:40:53.100Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:40:53 [2021-06-18T20:40:53.535Z] --- PASS: TestBuildWithEmptyLayers (1.09s)
20:40:53 [2021-06-18T20:40:53.535Z] === RUN   TestBuildMultiStageOnBuild
20:40:54 [2021-06-18T20:40:54.038Z] === RUN   TestDockerSuite/TestBuildContextCleanup
20:40:54 [2021-06-18T20:40:54.297Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:40:54 [2021-06-18T20:40:54.297Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
20:40:54 [2021-06-18T20:40:54.872Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
20:40:55 [2021-06-18T20:40:55.440Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
20:40:56 [2021-06-18T20:40:56.008Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
20:40:56 [2021-06-18T20:40:56.267Z] --- PASS: TestUpdatePidsLimit (9.58s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.07s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/no_change (1.41s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.61s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.30s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.05s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.02s)
20:40:56 [2021-06-18T20:40:56.267Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.23s)
20:40:56 [2021-06-18T20:40:56.267Z] === RUN   TestUpdateRestartPolicy
20:40:56 [2021-06-18T20:40:56.529Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:40:58 [2021-06-18T20:40:58.509Z] + bundleName=arm64-integration
20:40:58 [2021-06-18T20:40:58.509Z] + echo Creating arm64-integration-bundles.tar.gz
20:40:58 [2021-06-18T20:40:58.509Z] Creating arm64-integration-bundles.tar.gz
20:40:58 [2021-06-18T20:40:58.509Z] + xargs tar -czf arm64-integration-bundles.tar.gz
20:40:58 [2021-06-18T20:40:58.509Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
20:40:58 [2021-06-18T20:40:58.781Z] Archiving artifacts
20:40:59 [2021-06-18T20:40:59.088Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:40:59 [2021-06-18T20:40:59.398Z] + make clean
20:40:59 [2021-06-18T20:40:59.816Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
20:40:59 [2021-06-18T20:40:59.968Z] docker volume rm -f docker-dev-cache
20:40:59 [2021-06-18T20:40:59.968Z] docker-dev-cache
[Pipeline] deleteDir
20:41:00 [2021-06-18T20:41:00.754Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
20:41:01 [2021-06-18T20:41:01.322Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
20:41:01 [2021-06-18T20:41:01.889Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
20:41:07 [2021-06-18T20:41:07.163Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
20:41:07 [2021-06-18T20:41:07.582Z] --- PASS: TestServicePlugin (30.69s)
20:41:07 [2021-06-18T20:41:07.582Z]     plugin_test.go:62: [d919d3e6a0677] joining swarm manager [d4e4262c064dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:41:07 [2021-06-18T20:41:07.582Z]     plugin_test.go:65: [d1f3a753ed8e7] joining swarm manager [d4e4262c064dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:41:07 [2021-06-18T20:41:07.582Z] === RUN   TestServiceUpdateLabel
20:41:08 [2021-06-18T20:41:08.099Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
20:41:08 [2021-06-18T20:41:08.147Z] --- PASS: TestServiceUpdateLabel (2.30s)
20:41:08 [2021-06-18T20:41:08.147Z] === RUN   TestServiceUpdateSecrets
20:41:08 [2021-06-18T20:41:08.357Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
20:41:08 [2021-06-18T20:41:08.481Z] --- PASS: TestBuildMultiStageOnBuild (14.67s)
20:41:08 [2021-06-18T20:41:08.481Z] === RUN   TestBuildUncleanTarFilenames
20:41:08 [2021-06-18T20:41:08.481Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
20:41:08 [2021-06-18T20:41:08.481Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
20:41:08 [2021-06-18T20:41:08.481Z] === RUN   TestBuildMultiStageLayerLeak
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:41:09 [2021-06-18T20:41:09.735Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
20:41:09 [2021-06-18T20:41:09.995Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
20:41:10 [2021-06-18T20:41:10.564Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
20:41:10 [2021-06-18T20:41:10.823Z] --- PASS: TestUpdateRestartPolicy (14.52s)
20:41:10 [2021-06-18T20:41:10.823Z] === RUN   TestUpdateRestartWithAutoRemove
20:41:11 [2021-06-18T20:41:11.393Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
20:41:12 [2021-06-18T20:41:12.331Z] --- PASS: TestUpdateRestartWithAutoRemove (1.25s)
20:41:12 [2021-06-18T20:41:12.331Z] === RUN   TestWaitNonBlocked
20:41:12 [2021-06-18T20:41:12.331Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:12 [2021-06-18T20:41:12.331Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:12 [2021-06-18T20:41:12.331Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:12 [2021-06-18T20:41:12.331Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:12 [2021-06-18T20:41:12.331Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:12 [2021-06-18T20:41:12.331Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:14 [2021-06-18T20:41:14.240Z] --- PASS: TestWaitNonBlocked (0.02s)
20:41:14 [2021-06-18T20:41:14.240Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.93s)
20:41:14 [2021-06-18T20:41:14.240Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.15s)
20:41:14 [2021-06-18T20:41:14.240Z] === RUN   TestWaitBlocked
20:41:14 [2021-06-18T20:41:14.240Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:41:14 [2021-06-18T20:41:14.240Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:41:14 [2021-06-18T20:41:14.240Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:41:14 [2021-06-18T20:41:14.240Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:41:14 [2021-06-18T20:41:14.240Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:41:14 [2021-06-18T20:41:14.240Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:41:14 [2021-06-18T20:41:14.240Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
20:41:15 [2021-06-18T20:41:15.179Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
20:41:16 [2021-06-18T20:41:16.560Z] --- PASS: TestWaitBlocked (0.03s)
20:41:16 [2021-06-18T20:41:16.560Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.91s)
20:41:16 [2021-06-18T20:41:16.560Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.95s)
20:41:16 [2021-06-18T20:41:16.560Z] === CONT  TestContainerStartOnDaemonRestart
20:41:16 [2021-06-18T20:41:16.560Z] === CONT  TestContainerKillOnDaemonStart
20:41:16 [2021-06-18T20:41:16.560Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
20:41:17 [2021-06-18T20:41:17.153Z] --- PASS: TestBuildMultiStageLayerLeak (8.74s)
20:41:17 [2021-06-18T20:41:17.153Z] === RUN   TestBuildWithHugeFile
20:41:19 [2021-06-18T20:41:19.097Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
20:41:21 [2021-06-18T20:41:21.634Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
20:41:21 [2021-06-18T20:41:21.634Z] --- PASS: TestContainerStartOnDaemonRestart (5.42s)
20:41:21 [2021-06-18T20:41:21.634Z] === CONT  TestIpcModeOlderClient
20:41:21 [2021-06-18T20:41:21.634Z] --- PASS: TestIpcModeOlderClient (0.09s)
20:41:21 [2021-06-18T20:41:21.634Z] === CONT  TestDaemonHostGatewayIP
20:41:23 [2021-06-18T20:41:23.013Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
20:41:24 [2021-06-18T20:41:24.917Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
20:41:24 [2021-06-18T20:41:24.917Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
20:41:24 [2021-06-18T20:41:24.917Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
20:41:25 [2021-06-18T20:41:25.176Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
20:41:25 [2021-06-18T20:41:25.176Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
20:41:26 [2021-06-18T20:41:26.223Z] --- PASS: TestServiceUpdateSecrets (15.16s)
20:41:26 [2021-06-18T20:41:26.223Z] === RUN   TestServiceUpdateConfigs
20:41:26 [2021-06-18T20:41:26.554Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
20:41:27 [2021-06-18T20:41:27.493Z] --- PASS: TestDaemonHostGatewayIP (5.68s)
20:41:27 [2021-06-18T20:41:27.493Z] === CONT  TestRestartDaemonWithRestartingContainer
20:41:27 [2021-06-18T20:41:27.753Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
20:41:31 [2021-06-18T20:41:31.041Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
20:41:31 [2021-06-18T20:41:31.300Z] --- PASS: TestContainerKillOnDaemonStart (14.94s)
20:41:31 [2021-06-18T20:41:31.300Z] === CONT  TestDaemonRestartIpcMode
20:41:32 [2021-06-18T20:41:32.240Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.69s)
20:41:32 [2021-06-18T20:41:32.452Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
20:41:32 [2021-06-18T20:41:32.452Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
20:41:32 [2021-06-18T20:41:32.452Z] remote: Enumerating objects: 23, done.
20:41:32 [2021-06-18T20:41:32.452Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
20:41:32 [2021-06-18T20:41:32.452Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
20:41:32 [2021-06-18T20:41:32.452Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
20:41:32 [2021-06-18T20:41:32.452Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
20:41:32 [2021-06-18T20:41:32.452Z] Building: bundles/cross/windows/amd64/containerutility.exe
20:41:32 [2021-06-18T20:41:32.452Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:41:32 [2021-06-18T20:41:32.783Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/test/unit
20:41:36 [2021-06-18T20:41:36.067Z] ?   	github.com/docker/docker/api	[no test files]
20:41:36 [2021-06-18T20:41:36.434Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
20:41:36 [2021-06-18T20:41:36.434Z] --- PASS: TestDaemonRestartIpcMode (5.11s)
20:41:36 [2021-06-18T20:41:36.434Z] PASS
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === Skipped
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:41:36 [2021-06-18T20:41:36.434Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:41:36 [2021-06-18T20:41:36.434Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:41:36 [2021-06-18T20:41:36.434Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:41:36 [2021-06-18T20:41:36.434Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:41:36 [2021-06-18T20:41:36.434Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s)
20:41:36 [2021-06-18T20:41:36.434Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] 
20:41:36 [2021-06-18T20:41:36.434Z] DONE 195 tests, 6 skipped in 239.080s
20:41:36 [2021-06-18T20:41:36.434Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:41:36 [2021-06-18T20:41:36.434Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
20:41:36 [2021-06-18T20:41:36.434Z] ++ set -e
20:41:36 [2021-06-18T20:41:36.434Z] ++ '[' -n 0 ']'
20:41:36 [2021-06-18T20:41:36.434Z] ++ set -x
20:41:36 [2021-06-18T20:41:36.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=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
20:41:36 [2021-06-18T20:41:36.693Z] INFO: Testing against a local daemon
20:41:36 [2021-06-18T20:41:36.693Z] === RUN   TestCommitInheritsEnv
20:41:37 [2021-06-18T20:41:37.262Z] --- PASS: TestCommitInheritsEnv (0.57s)
20:41:37 [2021-06-18T20:41:37.263Z] === RUN   TestImportExtremelyLargeImageWorks
20:41:37 [2021-06-18T20:41:37.263Z] === PAUSE TestImportExtremelyLargeImageWorks
20:41:37 [2021-06-18T20:41:37.263Z] === RUN   TestImagesFilterMultiReference
20:41:37 [2021-06-18T20:41:37.263Z] --- PASS: TestImagesFilterMultiReference (0.10s)
20:41:37 [2021-06-18T20:41:37.263Z] === RUN   TestImagePullPlatformInvalid
20:41:37 [2021-06-18T20:41:37.522Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
20:41:37 [2021-06-18T20:41:37.522Z] === RUN   TestRemoveImageOrphaning
20:41:37 [2021-06-18T20:41:37.782Z] --- PASS: TestRemoveImageOrphaning (0.44s)
20:41:37 [2021-06-18T20:41:37.782Z] === RUN   TestRemoveImageGarbageCollector
20:41:38 [2021-06-18T20:41:38.418Z] --- PASS: TestServiceUpdateConfigs (15.13s)
20:41:38 [2021-06-18T20:41:38.418Z] === RUN   TestServiceUpdateNetwork
20:41:38 [2021-06-18T20:41:38.722Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
20:41:40 [2021-06-18T20:41:40.629Z] --- PASS: TestRemoveImageGarbageCollector (2.88s)
20:41:40 [2021-06-18T20:41:40.629Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:41:40 [2021-06-18T20:41:40.888Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
20:41:40 [2021-06-18T20:41:40.888Z] === RUN   TestTagInvalidReference
20:41:40 [2021-06-18T20:41:40.888Z] --- PASS: TestTagInvalidReference (0.04s)
20:41:40 [2021-06-18T20:41:40.888Z] === RUN   TestTagValidPrefixedRepo
20:41:40 [2021-06-18T20:41:40.888Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
20:41:40 [2021-06-18T20:41:40.888Z] === RUN   TestTagExistedNameWithoutForce
20:41:40 [2021-06-18T20:41:40.888Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
20:41:40 [2021-06-18T20:41:40.888Z] === RUN   TestTagOfficialNames
20:41:40 [2021-06-18T20:41:40.888Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
20:41:41 [2021-06-18T20:41:41.147Z] --- PASS: TestTagOfficialNames (0.08s)
20:41:41 [2021-06-18T20:41:41.147Z] === RUN   TestTagMatchesDigest
20:41:41 [2021-06-18T20:41:41.147Z] --- PASS: TestTagMatchesDigest (0.05s)
20:41:41 [2021-06-18T20:41:41.147Z] === CONT  TestImportExtremelyLargeImageWorks
20:41:43 [2021-06-18T20:41:43.682Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
20:41:44 [2021-06-18T20:41:44.249Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
20:41:46 [2021-06-18T20:41:46.786Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
20:41:48 [2021-06-18T20:41:48.692Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
20:41:49 [2021-06-18T20:41:49.259Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
20:41:49 [2021-06-18T20:41:49.828Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
20:41:50 [2021-06-18T20:41:50.445Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
20:41:50 [2021-06-18T20:41:50.939Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
20:41:53 [2021-06-18T20:41:53.018Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
20:41:53 [2021-06-18T20:41:53.018Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
20:41:53 [2021-06-18T20:41:53.289Z] --- PASS: TestServiceUpdateNetwork (13.08s)
20:41:53 [2021-06-18T20:41:53.289Z] === RUN   TestServiceUpdatePidsLimit
20:41:53 [2021-06-18T20:41:53.289Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:41:53 [2021-06-18T20:41:53.856Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:41:53 [2021-06-18T20:41:53.955Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
20:41:54 [2021-06-18T20:41:54.894Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
20:41:56 [2021-06-18T20:41:56.801Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
20:42:00 [2021-06-18T20:42:00.997Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
20:42:01 [2021-06-18T20:42:01.964Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:42:02 [2021-06-18T20:42:02.378Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
20:42:02 [2021-06-18T20:42:02.638Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
20:42:03 [2021-06-18T20:42:03.577Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
20:42:04 [2021-06-18T20:42:04.147Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
20:42:06 [2021-06-18T20:42:06.054Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
20:42:09 [2021-06-18T20:42:09.347Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestServiceUpdatePidsLimit (17.22s)
20:42:10 [2021-06-18T20:42:10.072Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s)
20:42:10 [2021-06-18T20:42:10.072Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.18s)
20:42:10 [2021-06-18T20:42:10.072Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
20:42:10 [2021-06-18T20:42:10.072Z] PASS
20:42:10 [2021-06-18T20:42:10.072Z] 
20:42:10 [2021-06-18T20:42:10.072Z] === Skipped
20:42:10 [2021-06-18T20:42:10.072Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:42:10 [2021-06-18T20:42:10.072Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:42:10 [2021-06-18T20:42:10.072Z] 
20:42:10 [2021-06-18T20:42:10.072Z] 
20:42:10 [2021-06-18T20:42:10.072Z] DONE 27 tests, 1 skipped in 177.681s
20:42:10 [2021-06-18T20:42:10.072Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:42:10 [2021-06-18T20:42:10.072Z] INFO: Testing against a local daemon
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestSessionCreate
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestSessionCreate (0.03s)
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestSessionCreateWithBadUpgrade
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:42:10 [2021-06-18T20:42:10.072Z] PASS
20:42:10 [2021-06-18T20:42:10.072Z] 
20:42:10 [2021-06-18T20:42:10.072Z] DONE 2 tests in 0.082s
20:42:10 [2021-06-18T20:42:10.072Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:42:10 [2021-06-18T20:42:10.072Z] INFO: Testing against a local daemon
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:42:10 [2021-06-18T20:42:10.072Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestEventsExecDie
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestEventsExecDie (1.05s)
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestEventsBackwardsCompatible
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestInfoBinaryCommits
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestInfoAPIVersioned
20:42:10 [2021-06-18T20:42:10.072Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:42:10 [2021-06-18T20:42:10.072Z] === RUN   TestInfoDiscoveryBackend
20:42:10 [2021-06-18T20:42:10.638Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
20:42:10 [2021-06-18T20:42:10.638Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:42:11 [2021-06-18T20:42:11.573Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:42:11 [2021-06-18T20:42:11.573Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:42:11 [2021-06-18T20:42:11.883Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
20:42:12 [2021-06-18T20:42:12.139Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
20:42:12 [2021-06-18T20:42:12.139Z] === RUN   TestInfoAPI
20:42:12 [2021-06-18T20:42:12.139Z] --- PASS: TestInfoAPI (0.02s)
20:42:12 [2021-06-18T20:42:12.139Z] === RUN   TestInfoAPIWarnings
20:42:12 [2021-06-18T20:42:12.822Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
20:42:12 [2021-06-18T20:42:12.822Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
20:42:13 [2021-06-18T20:42:13.082Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
20:42:14 [2021-06-18T20:42:14.991Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
20:42:16 [2021-06-18T20:42:16.896Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
20:42:18 [2021-06-18T20:42:18.802Z] === RUN   TestDockerSuite/TestBuildDockerignore
20:42:19 [2021-06-18T20:42:19.061Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
20:42:20 [2021-06-18T20:42:20.966Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
20:42:22 [2021-06-18T20:42:22.344Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
20:42:23 [2021-06-18T20:42:23.726Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
20:42:27 [2021-06-18T20:42:27.922Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestInfoAPIWarnings (16.27s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestInfoDebug
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestInfoDebug (0.52s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestInfoInsecureRegistries
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestInfoRegistryMirrors
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestLoginFailsWithBadCredentials
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestPingCacheHeaders
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestPingCacheHeaders (0.02s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestPingGet
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestPingGet (0.01s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestPingHead
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestPingHead (0.02s)
20:42:30 [2021-06-18T20:42:30.210Z] === RUN   TestVersion
20:42:30 [2021-06-18T20:42:30.210Z] --- PASS: TestVersion (0.02s)
20:42:30 [2021-06-18T20:42:30.210Z] === CONT  TestCgroupDriverSystemdMemoryLimit
20:42:31 [2021-06-18T20:42:31.585Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s)
20:42:31 [2021-06-18T20:42:31.585Z] PASS
20:42:31 [2021-06-18T20:42:31.585Z] 
20:42:31 [2021-06-18T20:42:31.585Z] DONE 18 tests in 22.788s
20:42:31 [2021-06-18T20:42:31.585Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:42:31 [2021-06-18T20:42:31.585Z] INFO: Testing against a local daemon
20:42:31 [2021-06-18T20:42:31.585Z] === RUN   TestVolumesCreateAndList
20:42:31 [2021-06-18T20:42:31.585Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:42:31 [2021-06-18T20:42:31.585Z] === RUN   TestVolumesRemove
20:42:31 [2021-06-18T20:42:31.843Z] --- PASS: TestVolumesRemove (0.06s)
20:42:31 [2021-06-18T20:42:31.843Z] === RUN   TestVolumesInspect
20:42:31 [2021-06-18T20:42:31.843Z] --- PASS: TestVolumesInspect (0.02s)
20:42:31 [2021-06-18T20:42:31.843Z] === RUN   TestVolumesInvalidJSON
20:42:31 [2021-06-18T20:42:31.843Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:42:31 [2021-06-18T20:42:31.843Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:42:31 [2021-06-18T20:42:31.843Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:42:31 [2021-06-18T20:42:31.844Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:42:31 [2021-06-18T20:42:31.844Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:42:31 [2021-06-18T20:42:31.844Z] PASS
20:42:31 [2021-06-18T20:42:31.844Z] 
20:42:31 [2021-06-18T20:42:31.844Z] DONE 5 tests in 0.162s
20:42:31 [2021-06-18T20:42:31.844Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:42:33 [2021-06-18T20:42:33.474Z] Stopping apparmor (via systemctl): apparmor.service.
20:42:33 [2021-06-18T20:42:33.474Z] Removing test suite binaries
20:42:33 [2021-06-18T20:42:33.474Z] exiting test-integration
20:42:33 [2021-06-18T20:42:33.474Z] ++ exit 0
20:42:33 [2021-06-18T20:42:33.474Z] 
20:42:36 [2021-06-18T20:42:36.048Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
20:42:36 [2021-06-18T20:42:36.618Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
Post stage
[Pipeline] junit
20:42:36 [2021-06-18T20:42:36.774Z] Recording test results
20:42:37 [2021-06-18T20:42:37.998Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
20:42:38 [2021-06-18T20:42:38.101Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:42:38 [2021-06-18T20:42:38.439Z] + echo Ensuring container killed.
20:42:38 [2021-06-18T20:42:38.439Z] Ensuring container killed.
20:42:38 [2021-06-18T20:42:38.439Z] + docker rm -vf docker-pr2
20:42:38 [2021-06-18T20:42:38.439Z] Error: No such container: docker-pr2
[Pipeline] sh
20:42:38 [2021-06-18T20:42:38.720Z] + echo Chowning /workspace to jenkins user
20:42:38 [2021-06-18T20:42:38.720Z] Chowning /workspace to jenkins user
20:42:38 [2021-06-18T20:42:38.720Z] + id -u
20:42:38 [2021-06-18T20:42:38.720Z] + id -g
20:42:38 [2021-06-18T20:42:38.720Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
20:42:38 [2021-06-18T20:42:38.720Z] Unable to find image 'busybox:latest' locally
20:42:38 [2021-06-18T20:42:38.978Z] latest: Pulling from library/busybox
20:42:38 [2021-06-18T20:42:38.978Z] b71f96345d44: Pulling fs layer
20:42:38 [2021-06-18T20:42:38.978Z] b71f96345d44: Verifying Checksum
20:42:38 [2021-06-18T20:42:38.978Z] b71f96345d44: Download complete
20:42:38 [2021-06-18T20:42:38.978Z] b71f96345d44: Pull complete
20:42:39 [2021-06-18T20:42:39.238Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
20:42:39 [2021-06-18T20:42:39.238Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:42:42 [2021-06-18T20:42:42.076Z] + bundleName=amd64-cgroup2
20:42:42 [2021-06-18T20:42:42.076Z] + echo Creating amd64-cgroup2-bundles.tar.gz
20:42:42 [2021-06-18T20:42:42.076Z] Creating amd64-cgroup2-bundles.tar.gz
20:42:42 [2021-06-18T20:42:42.076Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:42:42 [2021-06-18T20:42:42.076Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
20:42:42 [2021-06-18T20:42:42.192Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
[Pipeline] archiveArtifacts
20:42:42 [2021-06-18T20:42:42.345Z] Archiving artifacts
20:42:43 [2021-06-18T20:42:43.823Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:42:44 [2021-06-18T20:42:44.128Z] + make clean
20:42:44 [2021-06-18T20:42:44.386Z] docker volume rm -f docker-dev-cache
20:42:44 [2021-06-18T20:42:44.386Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:42:50 [2021-06-18T20:42:50.317Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
20:42:53 [2021-06-18T20:42:53.607Z] === RUN   TestDockerDaemonSuite/TestShmSize
20:42:55 [2021-06-18T20:42:55.510Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
20:42:59 [2021-06-18T20:42:59.707Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
20:42:59 [2021-06-18T20:42:59.707Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
20:42:59 [2021-06-18T20:42:59.707Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
20:43:00 [2021-06-18T20:43:00.275Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
20:43:00 [2021-06-18T20:43:00.275Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
20:43:05 [2021-06-18T20:43:05.552Z] --- PASS: TestDockerDaemonSuite (439.62s)
20:43:05 [2021-06-18T20:43:05.552Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.23s)
20:43:05 [2021-06-18T20:43:05.552Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.42s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.95s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.85s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:1455: [d587834a3c2ff] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d8964568a959c] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.12s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.05s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d4a2e0d0dca2e] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.65s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.00s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.95s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.71s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.24s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.36s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.73s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.31s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dfb9bd7bed614] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d77c0602efa93] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [df254069f709c] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.80s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.88s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.87s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d88cbeb753f59] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.98s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.35s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.16s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dc994d59ffda6] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.96s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.79s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.78s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.35s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [daec7256b598b] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.45s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [db6881f57c9d9] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.77s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_plugins_test.go:79: [dc9a6b6ca370b] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.83s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_plugins_test.go:169: [d4d99d6f5f82e] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.98s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d7cb501461e41] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.29s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.21s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.07s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.30s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.50s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.37s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.64s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.91s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d918ab867ba3a] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.02s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (27.08s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.16s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.29s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.84s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.07s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.22s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dc38c625da138] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.75s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.87s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.24s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.56s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.68s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.15s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.41s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d95719e1ca5ea] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [db9cd238d1b41] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.20s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d77834cd2a2ec] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.72s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.46s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.23s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.98s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.78s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.16s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.59s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d3ab933d25c8d] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.44s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.49s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.49s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dc4d4e16fe3eb] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.68s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.81s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.58s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dd30bb188bdb9] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d0bbf5d163fd7] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.63s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.62s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d475e691c698b] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.10s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.54s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.02s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.10s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d37ec48d09c4a] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.55s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.70s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.41s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.36s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [dc3aa85fdb639] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.49s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d0cf380f2f57d] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.83s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.86s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.73s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.63s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.25s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.16s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.87s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.28s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.71s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.80s)
20:43:05 [2021-06-18T20:43:05.553Z]         docker_cli_daemon_test.go:2550: [dc77fd9cb10ff] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.27s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.89s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.50s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.66s)
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
20:43:05 [2021-06-18T20:43:05.553Z]         check_test.go:309: [d61575377f6b5] daemon is not started
20:43:05 [2021-06-18T20:43:05.553Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.20s)
20:43:05 [2021-06-18T20:43:05.553Z] === RUN   TestDockerSwarmSuite
20:43:05 [2021-06-18T20:43:05.553Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
20:43:06 [2021-06-18T20:43:06.973Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
20:43:08 [2021-06-18T20:43:08.917Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
20:43:10 [2021-06-18T20:43:10.296Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
20:43:12 [2021-06-18T20:43:12.382Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/server/middleware	0.017s	coverage: 37.7% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/types/strslice	0.011s	coverage: 90.0% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 75.0% of statements
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:43:12 [2021-06-18T20:43:12.383Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:43:13 [2021-06-18T20:43:13.050Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
20:43:13 [2021-06-18T20:43:13.882Z] --- PASS: TestBuildWithHugeFile (110.62s)
20:43:13 [2021-06-18T20:43:13.882Z] === RUN   TestBuildWithEmptyDockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:43:13 [2021-06-18T20:43:13.882Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestBuildPreserveOwnership
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestBuildPlatformInvalid
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestBuildPlatformInvalid (0.05s)
20:43:13 [2021-06-18T20:43:13.883Z] PASS
20:43:13 [2021-06-18T20:43:13.883Z] ok  	github.com/docker/docker/integration/build	164.579s
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === Skipped
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_session_test.go:25: TODO: BuildKit
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] DONE 28 tests, 5 skipped in 187.270s
20:43:13 [2021-06-18T20:43:13.883Z] Running D:\gopath\src\github.com\docker\docker\integration\config
20:43:13 [2021-06-18T20:43:13.883Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:43:13 [2021-06-18T20:43:13.883Z] INFO: Testing against a local daemon
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigInspect
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigInspect (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigList
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigList (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigsCreateAndDelete
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigsUpdate
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigsUpdate (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestTemplatedConfig
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestTemplatedConfig (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigCreateResolve
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigCreateResolve (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestConfigDaemonLibtrustID
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] PASS
20:43:13 [2021-06-18T20:43:13.883Z] ok  	github.com/docker/docker/integration/config	0.347s
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === Skipped
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] 
20:43:13 [2021-06-18T20:43:13.883Z] DONE 7 tests, 7 skipped in 2.584s
20:43:13 [2021-06-18T20:43:13.883Z] Running D:\gopath\src\github.com\docker\docker\integration\container
20:43:13 [2021-06-18T20:43:13.883Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:43:13 [2021-06-18T20:43:13.883Z] INFO: Testing against a local daemon
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCheckpoint
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCheckpoint (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestContainerInvalidJSON
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCopyFromContainerPathIsNotDir
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s)
20:43:13 [2021-06-18T20:43:13.883Z]     copy_test.go:38: testEnv.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCopyToContainerPathDoesNotExist
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCopyToContainerPathIsNotDir
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s)
20:43:13 [2021-06-18T20:43:13.883Z]     copy_test.go:63: testEnv.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCopyFromContainer
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCopyFromContainer (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateLinkToNonExistingContainer
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidEnv
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidEnv/0
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidEnv/0
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidEnv/1
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidEnv/1
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidEnv/2
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidEnv/2
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidEnv/0
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidEnv/2
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidEnv/1
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateTmpfsMountsTarget
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithCustomMaskedPaths
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithCustomReadonlyPaths
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:43:13 [2021-06-18T20:43:13.883Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateDifferentPlatform
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateDifferentPlatform/different_os
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCreateDifferentPlatform (0.04s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
20:43:13 [2021-06-18T20:43:13.883Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:43:13 [2021-06-18T20:43:13.883Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
20:43:13 [2021-06-18T20:43:13.883Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:43:13 [2021-06-18T20:43:13.987Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
20:43:14 [2021-06-18T20:43:14.291Z] ok  	github.com/docker/docker/builder/remotecontext	0.084s	coverage: 13.7% of statements
20:43:14 [2021-06-18T20:43:14.291Z] ok  	github.com/docker/docker/builder/dockerfile	0.226s	coverage: 48.5% of statements
20:43:14 [2021-06-18T20:43:14.291Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
20:43:14 [2021-06-18T20:43:14.353Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
20:43:14 [2021-06-18T20:43:14.353Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
20:43:14 [2021-06-18T20:43:14.353Z] === RUN   TestContainerKillOnDaemonStart
20:43:14 [2021-06-18T20:43:14.353Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
20:43:14 [2021-06-18T20:43:14.353Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
20:43:14 [2021-06-18T20:43:14.353Z] === RUN   TestDiff
20:43:14 [2021-06-18T20:43:14.353Z] --- SKIP: TestDiff (0.00s)
20:43:14 [2021-06-18T20:43:14.353Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
20:43:14 [2021-06-18T20:43:14.353Z] === RUN   TestExecWithCloseStdin
20:43:15 [2021-06-18T20:43:15.665Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
20:43:16 [2021-06-18T20:43:16.572Z] --- PASS: TestExecWithCloseStdin (2.12s)
20:43:16 [2021-06-18T20:43:16.572Z] === RUN   TestExec
20:43:16 [2021-06-18T20:43:16.601Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.227s	coverage: 86.3% of statements
20:43:16 [2021-06-18T20:43:16.601Z] ?   	github.com/docker/docker/cli	[no test files]
20:43:16 [2021-06-18T20:43:16.601Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:43:18 [2021-06-18T20:43:18.141Z] --- PASS: TestExec (1.91s)
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestExecUser
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestExecUser (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestExportContainerAndImportImage
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestExportContainerAfterDaemonRestart
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestHealthCheckWorkdir
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestHealthKillContainer
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestHealthKillContainer (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestInspectCpusetInConfigPre120
20:43:18 [2021-06-18T20:43:18.141Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
20:43:18 [2021-06-18T20:43:18.141Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
20:43:18 [2021-06-18T20:43:18.141Z] === RUN   TestKillContainerInvalidSignal
20:43:19 [2021-06-18T20:43:19.258Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
20:43:19 [2021-06-18T20:43:19.887Z] ok  	github.com/docker/docker/client	0.181s	coverage: 75.4% of statements
20:43:20 [2021-06-18T20:43:20.363Z] --- PASS: TestKillContainerInvalidSignal (2.13s)
20:43:20 [2021-06-18T20:43:20.363Z] === RUN   TestKillContainer
20:43:20 [2021-06-18T20:43:20.363Z] === RUN   TestKillContainer/no_signal
20:43:21 [2021-06-18T20:43:21.940Z] === RUN   TestKillContainer/non_killing_signal
20:43:21 [2021-06-18T20:43:21.940Z] === RUN   TestKillContainer/killing_signal
20:43:24 [2021-06-18T20:43:24.535Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
20:43:26 [2021-06-18T20:43:26.443Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
20:43:28 [2021-06-18T20:43:28.980Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
20:43:29 [2021-06-18T20:43:29.103Z] --- PASS: TestKillContainer (9.03s)
20:43:29 [2021-06-18T20:43:29.103Z]     --- PASS: TestKillContainer/no_signal (1.64s)
20:43:29 [2021-06-18T20:43:29.103Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
20:43:29 [2021-06-18T20:43:29.103Z]     --- PASS: TestKillContainer/killing_signal (7.35s)
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestKillStoppedContainer
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestKillStoppedContainer (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestKillStoppedContainerAPIPre120
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestKillDifferentUserContainer
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestInspectOomKilledTrue
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestInspectOomKilledFalse
20:43:29 [2021-06-18T20:43:29.103Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:43:29 [2021-06-18T20:43:29.103Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:43:29 [2021-06-18T20:43:29.103Z] === RUN   TestLogsFollowTailEmpty
20:43:31 [2021-06-18T20:43:31.322Z] --- PASS: TestLogsFollowTailEmpty (1.62s)
20:43:31 [2021-06-18T20:43:31.322Z] === RUN   TestNetworkNat
20:43:31 [2021-06-18T20:43:31.322Z] --- SKIP: TestNetworkNat (0.00s)
20:43:31 [2021-06-18T20:43:31.322Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
20:43:31 [2021-06-18T20:43:31.322Z] === RUN   TestNetworkLocalhostTCPNat
20:43:32 [2021-06-18T20:43:32.891Z] --- PASS: TestNetworkLocalhostTCPNat (1.99s)
20:43:32 [2021-06-18T20:43:32.891Z] === RUN   TestNetworkLoopbackNat
20:43:32 [2021-06-18T20:43:32.891Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
20:43:32 [2021-06-18T20:43:32.891Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
20:43:32 [2021-06-18T20:43:32.891Z] === RUN   TestPause
20:43:32 [2021-06-18T20:43:32.891Z] --- SKIP: TestPause (0.00s)
20:43:32 [2021-06-18T20:43:32.891Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
20:43:32 [2021-06-18T20:43:32.891Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:43:33 [2021-06-18T20:43:33.177Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
20:43:33 [2021-06-18T20:43:33.746Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
20:43:35 [2021-06-18T20:43:35.111Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.97s)
20:43:35 [2021-06-18T20:43:35.111Z] === RUN   TestPauseStopPausedContainer
20:43:35 [2021-06-18T20:43:35.111Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
20:43:35 [2021-06-18T20:43:35.111Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
20:43:35 [2021-06-18T20:43:35.111Z] === RUN   TestPsFilter
20:43:35 [2021-06-18T20:43:35.111Z] --- PASS: TestPsFilter (0.09s)
20:43:35 [2021-06-18T20:43:35.111Z] === RUN   TestRemoveContainerWithRemovedVolume
20:43:37 [2021-06-18T20:43:37.331Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.97s)
20:43:37 [2021-06-18T20:43:37.331Z] === RUN   TestRemoveContainerWithVolume
20:43:38 [2021-06-18T20:43:38.898Z] --- PASS: TestRemoveContainerWithVolume (1.97s)
20:43:38 [2021-06-18T20:43:38.898Z] === RUN   TestRemoveContainerRunning
20:43:40 [2021-06-18T20:43:40.467Z] --- PASS: TestRemoveContainerRunning (1.64s)
20:43:40 [2021-06-18T20:43:40.467Z] === RUN   TestRemoveContainerForceRemoveRunning
20:43:42 [2021-06-18T20:43:42.690Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.92s)
20:43:42 [2021-06-18T20:43:42.690Z] === RUN   TestRemoveInvalidContainer
20:43:42 [2021-06-18T20:43:42.690Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:43:42 [2021-06-18T20:43:42.690Z] === RUN   TestRenameLinkedContainer
20:43:42 [2021-06-18T20:43:42.690Z] --- SKIP: TestRenameLinkedContainer (0.00s)
20:43:42 [2021-06-18T20:43:42.690Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
20:43:42 [2021-06-18T20:43:42.690Z] === RUN   TestRenameStoppedContainer
20:43:44 [2021-06-18T20:43:44.260Z] --- PASS: TestRenameStoppedContainer (1.91s)
20:43:44 [2021-06-18T20:43:44.260Z] === RUN   TestRenameRunningContainerAndReuse
20:43:48 [2021-06-18T20:43:48.056Z] --- PASS: TestRenameRunningContainerAndReuse (3.56s)
20:43:48 [2021-06-18T20:43:48.056Z] === RUN   TestRenameInvalidName
20:43:50 [2021-06-18T20:43:50.275Z] --- PASS: TestRenameInvalidName (1.89s)
20:43:50 [2021-06-18T20:43:50.275Z] === RUN   TestRenameAnonymousContainer
20:43:50 [2021-06-18T20:43:50.275Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
20:43:50 [2021-06-18T20:43:50.275Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
20:43:50 [2021-06-18T20:43:50.275Z] === RUN   TestRenameContainerWithSameName
20:43:51 [2021-06-18T20:43:51.842Z] === RUN   TestDockerSuite/TestBuildDotDotFile
20:43:51 [2021-06-18T20:43:51.842Z] === RUN   TestDockerSuite/TestBuildEOLInLine
20:43:51 [2021-06-18T20:43:51.843Z] --- PASS: TestRenameContainerWithSameName (1.68s)
20:43:51 [2021-06-18T20:43:51.844Z] === RUN   TestRenameContainerWithLinkedContainer
20:43:51 [2021-06-18T20:43:51.844Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
20:43:51 [2021-06-18T20:43:51.844Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
20:43:51 [2021-06-18T20:43:51.844Z] === RUN   TestResize
20:43:53 [2021-06-18T20:43:53.412Z] --- PASS: TestResize (1.98s)
20:43:53 [2021-06-18T20:43:53.412Z] === RUN   TestResizeWithInvalidSize
20:43:53 [2021-06-18T20:43:53.412Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
20:43:53 [2021-06-18T20:43:53.412Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
20:43:53 [2021-06-18T20:43:53.412Z] === RUN   TestResizeWhenContainerNotStarted
20:43:55 [2021-06-18T20:43:55.632Z] --- PASS: TestResizeWhenContainerNotStarted (2.05s)
20:43:55 [2021-06-18T20:43:55.632Z] === RUN   TestDaemonRestartKillContainers
20:43:55 [2021-06-18T20:43:55.632Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
20:43:55 [2021-06-18T20:43:55.632Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:43:55 [2021-06-18T20:43:55.632Z] === RUN   TestStats
20:43:55 [2021-06-18T20:43:55.632Z] --- SKIP: TestStats (0.00s)
20:43:55 [2021-06-18T20:43:55.632Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
20:43:55 [2021-06-18T20:43:55.632Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:43:58 [2021-06-18T20:43:58.414Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
20:43:58 [2021-06-18T20:43:58.673Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
20:43:58 [2021-06-18T20:43:58.932Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
20:43:59 [2021-06-18T20:43:59.870Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
20:43:59 [2021-06-18T20:43:59.870Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
20:44:00 [2021-06-18T20:44:00.130Z] === RUN   TestDockerSuite/TestBuildEntrypoint
20:44:00 [2021-06-18T20:44:00.390Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
20:44:00 [2021-06-18T20:44:00.397Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.82s)
20:44:00 [2021-06-18T20:44:00.397Z] === RUN   TestStopContainerWithTimeout
20:44:00 [2021-06-18T20:44:00.397Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
20:44:00 [2021-06-18T20:44:00.397Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
20:44:00 [2021-06-18T20:44:00.397Z] === RUN   TestUpdateRestartPolicy
20:44:03 [2021-06-18T20:44:03.694Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
20:44:05 [2021-06-18T20:44:05.075Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
20:44:06 [2021-06-18T20:44:06.650Z] ok  	github.com/docker/docker/cmd/dockerd	0.072s	coverage: 29.1% of statements
20:44:06 [2021-06-18T20:44:06.650Z] ok  	github.com/docker/docker/container	0.122s	coverage: 34.5% of statements
20:44:06 [2021-06-18T20:44:06.650Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:44:06 [2021-06-18T20:44:06.650Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:44:06 [2021-06-18T20:44:06.650Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:44:06 [2021-06-18T20:44:06.650Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:44:06 [2021-06-18T20:44:06.981Z] === RUN   TestDockerSuite/TestBuildEnv
20:44:07 [2021-06-18T20:44:07.549Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
20:44:07 [2021-06-18T20:44:07.549Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
20:44:08 [2021-06-18T20:44:08.928Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
20:44:10 [2021-06-18T20:44:10.831Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
20:44:11 [2021-06-18T20:44:11.921Z] ok  	github.com/docker/docker/daemon/cluster	0.077s	coverage: 0.5% of statements
20:44:12 [2021-06-18T20:44:12.209Z] === RUN   TestDockerSuite/TestBuildEnvUsage
20:44:13 [2021-06-18T20:44:13.298Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
20:44:15 [2021-06-18T20:44:15.202Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
20:44:20 [2021-06-18T20:44:20.329Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
20:44:21 [2021-06-18T20:44:21.645Z] --- PASS: TestUpdateRestartPolicy (20.01s)
20:44:21 [2021-06-18T20:44:21.645Z] === RUN   TestUpdateRestartWithAutoRemove
20:44:22 [2021-06-18T20:44:22.115Z] --- PASS: TestUpdateRestartWithAutoRemove (1.60s)
20:44:22 [2021-06-18T20:44:22.115Z] === RUN   TestWaitNonBlocked
20:44:22 [2021-06-18T20:44:22.115Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:22 [2021-06-18T20:44:22.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:22 [2021-06-18T20:44:22.115Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:22 [2021-06-18T20:44:22.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:22 [2021-06-18T20:44:22.115Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:44:22 [2021-06-18T20:44:22.115Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:44:24 [2021-06-18T20:44:24.352Z] --- PASS: TestWaitNonBlocked (0.02s)
20:44:24 [2021-06-18T20:44:24.352Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.02s)
20:44:24 [2021-06-18T20:44:24.352Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.10s)
20:44:24 [2021-06-18T20:44:24.352Z] === RUN   TestWaitBlocked
20:44:24 [2021-06-18T20:44:24.352Z] --- SKIP: TestWaitBlocked (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
20:44:24 [2021-06-18T20:44:24.352Z] PASS
20:44:24 [2021-06-18T20:44:24.352Z] ok  	github.com/docker/docker/integration/container	70.695s
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === Skipped
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
20:44:24 [2021-06-18T20:44:24.352Z]     copy_test.go:38: testEnv.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
20:44:24 [2021-06-18T20:44:24.352Z]     copy_test.go:63: testEnv.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
20:44:24 [2021-06-18T20:44:24.352Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.352Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
20:44:24 [2021-06-18T20:44:24.352Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
20:44:24 [2021-06-18T20:44:24.352Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
20:44:24 [2021-06-18T20:44:24.353Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] 
20:44:24 [2021-06-18T20:44:24.353Z] DONE 88 tests, 37 skipped in 73.467s
20:44:24 [2021-06-18T20:44:24.353Z] Running D:\gopath\src\github.com\docker\docker\integration\image
20:44:25 [2021-06-18T20:44:25.176Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.439s	coverage: 13.8% of statements
20:44:25 [2021-06-18T20:44:25.176Z] ok  	github.com/docker/docker/daemon	12.164s	coverage: 17.1% of statements
20:44:25 [2021-06-18T20:44:25.176Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:44:25 [2021-06-18T20:44:25.176Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:44:25 [2021-06-18T20:44:25.742Z] ok  	github.com/docker/docker/daemon/discovery	0.010s	coverage: 30.0% of statements
20:44:25 [2021-06-18T20:44:25.919Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:25 [2021-06-18T20:44:25.919Z] INFO: Testing against a local daemon
20:44:25 [2021-06-18T20:44:25.919Z] === RUN   TestCommitInheritsEnv
20:44:25 [2021-06-18T20:44:25.920Z] --- SKIP: TestCommitInheritsEnv (0.00s)
20:44:25 [2021-06-18T20:44:25.920Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
20:44:25 [2021-06-18T20:44:25.920Z] === RUN   TestImportExtremelyLargeImageWorks
20:44:25 [2021-06-18T20:44:25.920Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:44:25 [2021-06-18T20:44:25.920Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
20:44:25 [2021-06-18T20:44:25.920Z] === RUN   TestImagesFilterMultiReference
20:44:25 [2021-06-18T20:44:25.920Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:44:25 [2021-06-18T20:44:25.920Z] === RUN   TestImagePullPlatformInvalid
20:44:26 [2021-06-18T20:44:26.001Z] ok  	github.com/docker/docker/daemon/config	0.043s	coverage: 81.8% of statements
20:44:26 [2021-06-18T20:44:26.389Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
20:44:26 [2021-06-18T20:44:26.389Z] === RUN   TestRemoveImageOrphaning
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestRemoveImageOrphaning (1.20s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagInvalidReference
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagInvalidReference (0.02s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagValidPrefixedRepo
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagExistedNameWithoutForce
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagOfficialNames
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagOfficialNames (0.08s)
20:44:27 [2021-06-18T20:44:27.378Z] === RUN   TestTagMatchesDigest
20:44:27 [2021-06-18T20:44:27.378Z] --- PASS: TestTagMatchesDigest (0.02s)
20:44:27 [2021-06-18T20:44:27.378Z] PASS
20:44:27 [2021-06-18T20:44:27.378Z] ok  	github.com/docker/docker/daemon/events	0.077s	coverage: 50.0% of statements
20:44:27 [2021-06-18T20:44:27.378Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:44:27 [2021-06-18T20:44:27.378Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:44:27 [2021-06-18T20:44:27.378Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.2% of statements
20:44:27 [2021-06-18T20:44:27.848Z] ok  	github.com/docker/docker/integration/image	1.662s
20:44:27 [2021-06-18T20:44:27.848Z] 
20:44:27 [2021-06-18T20:44:27.848Z] === Skipped
20:44:27 [2021-06-18T20:44:27.848Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
20:44:27 [2021-06-18T20:44:27.848Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
20:44:27 [2021-06-18T20:44:27.848Z] 
20:44:27 [2021-06-18T20:44:27.848Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
20:44:27 [2021-06-18T20:44:27.848Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
20:44:27 [2021-06-18T20:44:27.848Z] 
20:44:27 [2021-06-18T20:44:27.848Z] 
20:44:27 [2021-06-18T20:44:27.848Z] DONE 11 tests, 2 skipped in 3.415s
20:44:27 [2021-06-18T20:44:27.848Z] Running D:\gopath\src\github.com\docker\docker\integration\network
20:44:29 [2021-06-18T20:44:29.417Z] testing: warning: no tests to run
20:44:29 [2021-06-18T20:44:29.417Z] PASS
20:44:29 [2021-06-18T20:44:29.417Z] ok  	github.com/docker/docker/integration/network/macvlan	0.097s [no tests to run]
20:44:29 [2021-06-18T20:44:29.417Z] testing: warning: no tests to run
20:44:29 [2021-06-18T20:44:29.417Z] PASS
20:44:29 [2021-06-18T20:44:29.417Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.070s [no tests to run]
20:44:30 [2021-06-18T20:44:30.309Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
20:44:30 [2021-06-18T20:44:30.309Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
20:44:30 [2021-06-18T20:44:30.405Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:30 [2021-06-18T20:44:30.405Z] INFO: Testing against a local daemon
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkCreateDelete
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestNetworkCreateDelete (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDockerNetworkDeletePreferID
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonDNSFallback
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonDNSFallback (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestInspectNetwork
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestInspectNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestRunContainerWithBridgeNone
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkInvalidJSON
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkInvalidJSON//networks/create
20:44:30 [2021-06-18T20:44:30.405Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:44:30 [2021-06-18T20:44:30.405Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:44:30 [2021-06-18T20:44:30.405Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:44:30 [2021-06-18T20:44:30.405Z] === CONT  TestNetworkInvalidJSON//networks/create
20:44:30 [2021-06-18T20:44:30.405Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:44:30 [2021-06-18T20:44:30.405Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:44:30 [2021-06-18T20:44:30.405Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:44:30 [2021-06-18T20:44:30.405Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkList
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkList//networks
20:44:30 [2021-06-18T20:44:30.405Z] === PAUSE TestNetworkList//networks
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestNetworkList//networks/
20:44:30 [2021-06-18T20:44:30.405Z] === PAUSE TestNetworkList//networks/
20:44:30 [2021-06-18T20:44:30.405Z] === CONT  TestNetworkList//networks
20:44:30 [2021-06-18T20:44:30.405Z] === CONT  TestNetworkList//networks/
20:44:30 [2021-06-18T20:44:30.405Z] --- PASS: TestNetworkList (0.02s)
20:44:30 [2021-06-18T20:44:30.405Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     --- PASS: TestNetworkList//networks (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestHostIPv4BridgeLabel
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     network_test.go:126: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonRestartWithLiveRestore
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:29: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonDefaultNetworkPools
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:58: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonRestartWithExistingNetwork
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:102: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:136: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:187: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestServiceWithPredefinedNetwork
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:212: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:242: FLAKY_TEST
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestServiceWithDataPathPortInit
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:332: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:44:30 [2021-06-18T20:44:30.405Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     service_test.go:400: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.405Z] PASS
20:44:30 [2021-06-18T20:44:30.405Z] ok  	github.com/docker/docker/integration/network	0.377s
20:44:30 [2021-06-18T20:44:30.405Z] 
20:44:30 [2021-06-18T20:44:30.405Z] === Skipped
20:44:30 [2021-06-18T20:44:30.405Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.405Z] 
20:44:30 [2021-06-18T20:44:30.405Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
20:44:30 [2021-06-18T20:44:30.405Z] 
20:44:30 [2021-06-18T20:44:30.405Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.405Z] 
20:44:30 [2021-06-18T20:44:30.405Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
20:44:30 [2021-06-18T20:44:30.405Z] 
20:44:30 [2021-06-18T20:44:30.405Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
20:44:30 [2021-06-18T20:44:30.405Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     network_test.go:126: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:29: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:58: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:102: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:136: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:187: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:212: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:242: FLAKY_TEST
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:332: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
20:44:30 [2021-06-18T20:44:30.406Z]     service_test.go:400: testEnv.OSType == "windows"
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] 
20:44:30 [2021-06-18T20:44:30.406Z] DONE 22 tests, 15 skipped in 2.690s
20:44:30 [2021-06-18T20:44:30.406Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
20:44:30 [2021-06-18T20:44:30.666Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.462s	coverage: 73.3% of statements
20:44:30 [2021-06-18T20:44:30.666Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.012s	coverage: 2.9% of statements
20:44:30 [2021-06-18T20:44:30.874Z] testing: warning: no tests to run
20:44:30 [2021-06-18T20:44:30.874Z] PASS
20:44:30 [2021-06-18T20:44:30.874Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
20:44:30 [2021-06-18T20:44:30.874Z] 
20:44:30 [2021-06-18T20:44:30.874Z] DONE 0 tests in 0.286s
20:44:30 [2021-06-18T20:44:30.874Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
20:44:30 [2021-06-18T20:44:30.874Z] testing: warning: no tests to run
20:44:30 [2021-06-18T20:44:30.874Z] PASS
20:44:30 [2021-06-18T20:44:30.874Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
20:44:30 [2021-06-18T20:44:30.874Z] 
20:44:30 [2021-06-18T20:44:30.874Z] DONE 0 tests in 0.278s
20:44:30 [2021-06-18T20:44:30.874Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
20:44:31 [2021-06-18T20:44:31.602Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.523s	coverage: 56.2% of statements
20:44:32 [2021-06-18T20:44:32.447Z] testing: warning: no tests to run
20:44:32 [2021-06-18T20:44:32.447Z] PASS
20:44:32 [2021-06-18T20:44:32.447Z] ok  	github.com/docker/docker/integration/plugin	0.101s [no tests to run]
20:44:32 [2021-06-18T20:44:32.447Z] testing: warning: no tests to run
20:44:32 [2021-06-18T20:44:32.447Z] PASS
20:44:32 [2021-06-18T20:44:32.447Z] ok  	github.com/docker/docker/integration/plugin/authz	0.086s [no tests to run]
20:44:34 [2021-06-18T20:44:34.145Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
20:44:36 [2021-06-18T20:44:36.048Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.188s	coverage: 49.4% of statements
20:44:36 [2021-06-18T20:44:36.048Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.893s	coverage: 46.2% of statements
20:44:36 [2021-06-18T20:44:36.048Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:44:37 [2021-06-18T20:44:37.950Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 57.5% of statements
20:44:38 [2021-06-18T20:44:38.209Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.647s	coverage: 57.7% of statements
20:44:38 [2021-06-18T20:44:38.209Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:44:38 [2021-06-18T20:44:38.209Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:44:39 [2021-06-18T20:44:39.587Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
20:44:39 [2021-06-18T20:44:39.638Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:39 [2021-06-18T20:44:39.638Z] INFO: Testing against a local daemon
20:44:39 [2021-06-18T20:44:39.638Z] === RUN   TestExternalGraphDriver
20:44:39 [2021-06-18T20:44:39.638Z] --- SKIP: TestExternalGraphDriver (0.00s)
20:44:39 [2021-06-18T20:44:39.638Z]     external_test.go:48: runtime.GOOS == "windows"
20:44:39 [2021-06-18T20:44:39.638Z] === RUN   TestGraphdriverPluginV2
20:44:39 [2021-06-18T20:44:39.638Z] --- SKIP: TestGraphdriverPluginV2 (0.01s)
20:44:39 [2021-06-18T20:44:39.638Z]     external_test.go:408: runtime.GOOS == "windows"
20:44:39 [2021-06-18T20:44:39.638Z] PASS
20:44:39 [2021-06-18T20:44:39.638Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.200s
20:44:40 [2021-06-18T20:44:40.112Z] testing: warning: no tests to run
20:44:40 [2021-06-18T20:44:40.112Z] PASS
20:44:40 [2021-06-18T20:44:40.112Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.057s [no tests to run]
20:44:40 [2021-06-18T20:44:40.524Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
20:44:40 [2021-06-18T20:44:40.581Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:40 [2021-06-18T20:44:40.581Z] INFO: Testing against a local daemon
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestReadPluginNoRead
20:44:40 [2021-06-18T20:44:40.581Z] --- SKIP: TestReadPluginNoRead (0.00s)
20:44:40 [2021-06-18T20:44:40.581Z]     read_test.go:21: no unix domain sockets on Windows
20:44:40 [2021-06-18T20:44:40.581Z] PASS
20:44:40 [2021-06-18T20:44:40.581Z] ok  	github.com/docker/docker/integration/plugin/logging	0.221s
20:44:40 [2021-06-18T20:44:40.581Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:40 [2021-06-18T20:44:40.581Z] INFO: Testing against a local daemon
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestPluginInvalidJSON
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:44:40 [2021-06-18T20:44:40.581Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:44:40 [2021-06-18T20:44:40.581Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:44:40 [2021-06-18T20:44:40.581Z] --- PASS: TestPluginInvalidJSON (0.06s)
20:44:40 [2021-06-18T20:44:40.581Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestPluginInstall
20:44:40 [2021-06-18T20:44:40.581Z] --- SKIP: TestPluginInstall (0.00s)
20:44:40 [2021-06-18T20:44:40.581Z]     plugin_test.go:63: testEnv.OSType == "windows"
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestPluginsWithRuntimes
20:44:40 [2021-06-18T20:44:40.581Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
20:44:40 [2021-06-18T20:44:40.581Z]     plugin_test.go:172: testEnv.OSType == "windows"
20:44:40 [2021-06-18T20:44:40.581Z] === RUN   TestPluginBackCompatMediaTypes
20:44:40 [2021-06-18T20:44:40.581Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
20:44:40 [2021-06-18T20:44:40.581Z]     plugin_test.go:234: testEnv.OSType == "windows"
20:44:40 [2021-06-18T20:44:40.581Z] PASS
20:44:40 [2021-06-18T20:44:40.581Z] ok  	github.com/docker/docker/integration/plugin/common	0.454s
20:44:40 [2021-06-18T20:44:40.581Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
20:44:40 [2021-06-18T20:44:40.581Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
20:44:41 [2021-06-18T20:44:41.459Z] ok  	github.com/docker/docker/daemon/images	0.026s	coverage: 6.7% of statements
20:44:41 [2021-06-18T20:44:41.459Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:44:41 [2021-06-18T20:44:41.459Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:44:41 [2021-06-18T20:44:41.569Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:41 [2021-06-18T20:44:41.569Z] INFO: Testing against a local daemon
20:44:41 [2021-06-18T20:44:41.569Z] === RUN   TestPluginWithDevMounts
20:44:41 [2021-06-18T20:44:41.569Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:44:41 [2021-06-18T20:44:41.569Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:44:41 [2021-06-18T20:44:41.569Z] PASS
20:44:41 [2021-06-18T20:44:41.569Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.153s
20:44:41 [2021-06-18T20:44:41.569Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === Skipped
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     plugin_test.go:63: testEnv.OSType == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     plugin_test.go:172: testEnv.OSType == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     plugin_test.go:234: testEnv.OSType == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     external_test.go:48: runtime.GOOS == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s)
20:44:42 [2021-06-18T20:44:42.038Z]     external_test.go:408: runtime.GOOS == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     read_test.go:21: no unix domain sockets on Windows
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
20:44:42 [2021-06-18T20:44:42.038Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] DONE 9 tests, 7 skipped in 10.747s
20:44:42 [2021-06-18T20:44:42.038Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
20:44:42 [2021-06-18T20:44:42.038Z] testing: warning: no tests to run
20:44:42 [2021-06-18T20:44:42.038Z] PASS
20:44:42 [2021-06-18T20:44:42.038Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
20:44:42 [2021-06-18T20:44:42.038Z] 
20:44:42 [2021-06-18T20:44:42.038Z] DONE 0 tests in 0.274s
20:44:42 [2021-06-18T20:44:42.038Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
20:44:42 [2021-06-18T20:44:42.392Z] ok  	github.com/docker/docker/daemon/logger	0.242s	coverage: 43.2% of statements
20:44:43 [2021-06-18T20:44:43.055Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:43 [2021-06-18T20:44:43.055Z] INFO: Testing against a local daemon
20:44:43 [2021-06-18T20:44:43.055Z] === RUN   TestPluginInvalidJSON
20:44:43 [2021-06-18T20:44:43.055Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:44:43 [2021-06-18T20:44:43.055Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:44:43 [2021-06-18T20:44:43.055Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:44:43 [2021-06-18T20:44:43.055Z] --- PASS: TestPluginInvalidJSON (0.06s)
20:44:43 [2021-06-18T20:44:43.055Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z] === RUN   TestPluginInstall
20:44:43 [2021-06-18T20:44:43.055Z] --- SKIP: TestPluginInstall (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:63: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] === RUN   TestPluginsWithRuntimes
20:44:43 [2021-06-18T20:44:43.055Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:172: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] === RUN   TestPluginBackCompatMediaTypes
20:44:43 [2021-06-18T20:44:43.055Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:234: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] PASS
20:44:43 [2021-06-18T20:44:43.055Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
20:44:43 [2021-06-18T20:44:43.055Z] 
20:44:43 [2021-06-18T20:44:43.055Z] === Skipped
20:44:43 [2021-06-18T20:44:43.055Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:63: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] 
20:44:43 [2021-06-18T20:44:43.055Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:172: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] 
20:44:43 [2021-06-18T20:44:43.055Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
20:44:43 [2021-06-18T20:44:43.055Z]     plugin_test.go:234: testEnv.OSType == "windows"
20:44:43 [2021-06-18T20:44:43.055Z] 
20:44:43 [2021-06-18T20:44:43.055Z] 
20:44:43 [2021-06-18T20:44:43.055Z] DONE 5 tests, 3 skipped in 0.734s
20:44:43 [2021-06-18T20:44:43.055Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
20:44:43 [2021-06-18T20:44:43.527Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:43 [2021-06-18T20:44:43.527Z] INFO: Testing against a local daemon
20:44:43 [2021-06-18T20:44:43.527Z] === RUN   TestExternalGraphDriver
20:44:43 [2021-06-18T20:44:43.527Z] --- SKIP: TestExternalGraphDriver (0.00s)
20:44:43 [2021-06-18T20:44:43.527Z]     external_test.go:48: runtime.GOOS == "windows"
20:44:43 [2021-06-18T20:44:43.527Z] === RUN   TestGraphdriverPluginV2
20:44:43 [2021-06-18T20:44:43.527Z] --- SKIP: TestGraphdriverPluginV2 (0.01s)
20:44:43 [2021-06-18T20:44:43.527Z]     external_test.go:408: runtime.GOOS == "windows"
20:44:43 [2021-06-18T20:44:43.527Z] PASS
20:44:43 [2021-06-18T20:44:43.527Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
20:44:43 [2021-06-18T20:44:43.767Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.194s	coverage: 77.4% of statements
20:44:43 [2021-06-18T20:44:43.767Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:44:43 [2021-06-18T20:44:43.767Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:44:44 [2021-06-18T20:44:44.000Z] 
20:44:44 [2021-06-18T20:44:44.000Z] === Skipped
20:44:44 [2021-06-18T20:44:44.000Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
20:44:44 [2021-06-18T20:44:44.000Z]     external_test.go:48: runtime.GOOS == "windows"
20:44:44 [2021-06-18T20:44:44.000Z] 
20:44:44 [2021-06-18T20:44:44.000Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s)
20:44:44 [2021-06-18T20:44:44.000Z]     external_test.go:408: runtime.GOOS == "windows"
20:44:44 [2021-06-18T20:44:44.000Z] 
20:44:44 [2021-06-18T20:44:44.000Z] 
20:44:44 [2021-06-18T20:44:44.000Z] DONE 2 tests, 2 skipped in 0.747s
20:44:44 [2021-06-18T20:44:44.000Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
20:44:44 [2021-06-18T20:44:44.026Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 67.0% of statements
20:44:44 [2021-06-18T20:44:44.473Z] testing: warning: no tests to run
20:44:44 [2021-06-18T20:44:44.473Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:44 [2021-06-18T20:44:44.473Z] PASS
20:44:44 [2021-06-18T20:44:44.473Z] INFO: Testing against a local daemon
20:44:44 [2021-06-18T20:44:44.473Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
20:44:44 [2021-06-18T20:44:44.473Z] === RUN   TestReadPluginNoRead
20:44:44 [2021-06-18T20:44:44.473Z] --- SKIP: TestReadPluginNoRead (0.00s)
20:44:44 [2021-06-18T20:44:44.473Z]     read_test.go:21: no unix domain sockets on Windows
20:44:44 [2021-06-18T20:44:44.473Z] PASS
20:44:44 [2021-06-18T20:44:44.473Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
20:44:44 [2021-06-18T20:44:44.473Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
20:44:44 [2021-06-18T20:44:44.473Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
20:44:44 [2021-06-18T20:44:44.473Z] 
20:44:44 [2021-06-18T20:44:44.473Z] === Skipped
20:44:44 [2021-06-18T20:44:44.473Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
20:44:44 [2021-06-18T20:44:44.473Z]     read_test.go:21: no unix domain sockets on Windows
20:44:44 [2021-06-18T20:44:44.473Z] 
20:44:44 [2021-06-18T20:44:44.473Z] 
20:44:44 [2021-06-18T20:44:44.473Z] DONE 1 tests, 1 skipped in 0.819s
20:44:44 [2021-06-18T20:44:44.473Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
20:44:44 [2021-06-18T20:44:44.942Z] testing: warning: no tests to run
20:44:44 [2021-06-18T20:44:44.942Z] PASS
20:44:44 [2021-06-18T20:44:44.942Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
20:44:44 [2021-06-18T20:44:44.942Z] 
20:44:44 [2021-06-18T20:44:44.942Z] DONE 0 tests in 0.431s
20:44:44 [2021-06-18T20:44:44.942Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
20:44:44 [2021-06-18T20:44:44.962Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
20:44:45 [2021-06-18T20:44:45.530Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.011s	coverage: 69.9% of statements
20:44:45 [2021-06-18T20:44:45.789Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
20:44:45 [2021-06-18T20:44:45.932Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:45 [2021-06-18T20:44:45.932Z] INFO: Testing against a local daemon
20:44:45 [2021-06-18T20:44:45.932Z] === RUN   TestPluginWithDevMounts
20:44:45 [2021-06-18T20:44:45.932Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:44:45 [2021-06-18T20:44:45.932Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:44:45 [2021-06-18T20:44:45.932Z] PASS
20:44:45 [2021-06-18T20:44:45.932Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
20:44:45 [2021-06-18T20:44:45.932Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
20:44:45 [2021-06-18T20:44:45.932Z] 
20:44:45 [2021-06-18T20:44:45.932Z] === Skipped
20:44:45 [2021-06-18T20:44:45.932Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
20:44:45 [2021-06-18T20:44:45.932Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:44:45 [2021-06-18T20:44:45.932Z] 
20:44:45 [2021-06-18T20:44:45.932Z] 
20:44:45 [2021-06-18T20:44:45.932Z] DONE 1 tests, 1 skipped in 0.704s
20:44:45 [2021-06-18T20:44:45.932Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
20:44:46 [2021-06-18T20:44:46.725Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
20:44:46 [2021-06-18T20:44:46.725Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:44:47 [2021-06-18T20:44:47.664Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.045s	coverage: 55.1% of statements
20:44:48 [2021-06-18T20:44:48.150Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:48 [2021-06-18T20:44:48.150Z] INFO: Testing against a local daemon
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestSecretInspect
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestSecretInspect (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestSecretList
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestSecretList (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestSecretsCreateAndDelete
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestSecretsUpdate
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestSecretsUpdate (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestTemplatedSecret
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestTemplatedSecret (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] === RUN   TestSecretCreateResolve
20:44:48 [2021-06-18T20:44:48.150Z] --- SKIP: TestSecretCreateResolve (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
20:44:48 [2021-06-18T20:44:48.150Z] PASS
20:44:48 [2021-06-18T20:44:48.150Z] ok  	github.com/docker/docker/integration/secret	0.191s
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === Skipped
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
20:44:48 [2021-06-18T20:44:48.150Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] 
20:44:48 [2021-06-18T20:44:48.150Z] DONE 6 tests, 6 skipped in 2.060s
20:44:48 [2021-06-18T20:44:48.150Z] Running D:\gopath\src\github.com\docker\docker\integration\service
20:44:48 [2021-06-18T20:44:48.231Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 31.5% of statements
20:44:48 [2021-06-18T20:44:48.406Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
20:44:48 [2021-06-18T20:44:48.974Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
20:44:50 [2021-06-18T20:44:50.136Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
20:44:50 [2021-06-18T20:44:50.136Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
20:44:50 [2021-06-18T20:44:50.370Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:50 [2021-06-18T20:44:50.370Z] INFO: Testing against a local daemon
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceCreateInit
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:44:50 [2021-06-18T20:44:50.370Z] --- PASS: TestServiceCreateInit (0.03s)
20:44:50 [2021-06-18T20:44:50.370Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceMultipleTimes
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceConflict
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceConflict (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceMaxReplicas
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateWithDuplicateNetworkNames
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceSecretFileMode
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceConfigFileMode
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceSysctls
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceSysctls (0.03s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateServiceCapabilities
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
20:44:50 [2021-06-18T20:44:50.370Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestInspect
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestInspect (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestCreateJob
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestCreateJob (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestReplicatedJob
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestReplicatedJob (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestUpdateReplicatedJob
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceListWithStatuses
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestDockerNetworkConnectAlias
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestDockerNetworkReConnect
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServicePlugin
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServicePlugin (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceUpdateLabel
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceUpdateLabel (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceUpdateSecrets
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceUpdateConfigs
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceUpdateNetwork
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
20:44:50 [2021-06-18T20:44:50.370Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.370Z] === RUN   TestServiceUpdatePidsLimit
20:44:50 [2021-06-18T20:44:50.370Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
20:44:50 [2021-06-18T20:44:50.370Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.370Z] PASS
20:44:50 [2021-06-18T20:44:50.370Z] ok  	github.com/docker/docker/integration/service	0.288s
20:44:50 [2021-06-18T20:44:50.721Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.640s	coverage: 82.5% of statements
20:44:50 [2021-06-18T20:44:50.721Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === Skipped
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
20:44:50 [2021-06-18T20:44:50.840Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
20:44:50 [2021-06-18T20:44:50.840Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
20:44:50 [2021-06-18T20:44:50.840Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] 
20:44:50 [2021-06-18T20:44:50.840Z] DONE 24 tests, 23 skipped in 2.817s
20:44:50 [2021-06-18T20:44:50.840Z] Running D:\gopath\src\github.com\docker\docker\integration\session
20:44:50 [2021-06-18T20:44:50.993Z] ok  	github.com/docker/docker/daemon/network	0.007s	coverage: 63.8% of statements
20:44:50 [2021-06-18T20:44:50.993Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:44:52 [2021-06-18T20:44:52.896Z] ok  	github.com/docker/docker/distribution/metadata	0.039s	coverage: 48.2% of statements
20:44:53 [2021-06-18T20:44:53.058Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:53 [2021-06-18T20:44:53.058Z] INFO: Testing against a local daemon
20:44:53 [2021-06-18T20:44:53.058Z] === RUN   TestSessionCreate
20:44:53 [2021-06-18T20:44:53.058Z] --- SKIP: TestSessionCreate (0.00s)
20:44:53 [2021-06-18T20:44:53.058Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
20:44:53 [2021-06-18T20:44:53.058Z] === RUN   TestSessionCreateWithBadUpgrade
20:44:53 [2021-06-18T20:44:53.058Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
20:44:53 [2021-06-18T20:44:53.058Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
20:44:53 [2021-06-18T20:44:53.058Z] PASS
20:44:53 [2021-06-18T20:44:53.058Z] ok  	github.com/docker/docker/integration/session	0.143s
20:44:53 [2021-06-18T20:44:53.058Z] 
20:44:53 [2021-06-18T20:44:53.058Z] === Skipped
20:44:53 [2021-06-18T20:44:53.058Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
20:44:53 [2021-06-18T20:44:53.058Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
20:44:53 [2021-06-18T20:44:53.058Z] 
20:44:53 [2021-06-18T20:44:53.058Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
20:44:53 [2021-06-18T20:44:53.058Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
20:44:53 [2021-06-18T20:44:53.058Z] 
20:44:53 [2021-06-18T20:44:53.058Z] 
20:44:53 [2021-06-18T20:44:53.058Z] DONE 2 tests, 2 skipped in 1.928s
20:44:53 [2021-06-18T20:44:53.058Z] Running D:\gopath\src\github.com\docker\docker\integration\system
20:44:53 [2021-06-18T20:44:53.830Z] ok  	github.com/docker/docker/distribution	0.200s	coverage: 25.0% of statements
20:44:53 [2021-06-18T20:44:53.830Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:44:54 [2021-06-18T20:44:54.629Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:54 [2021-06-18T20:44:54.629Z] INFO: Testing against a local daemon
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestEventsExecDie
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestEventsExecDie (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestEventsBackwardsCompatible
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestInfoAPI
20:44:54 [2021-06-18T20:44:54.629Z] --- PASS: TestInfoAPI (0.03s)
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestInfoAPIWarnings
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestInfoAPIWarnings (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestInfoDebug
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestInfoDebug (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestInfoInsecureRegistries
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestInfoRegistryMirrors
20:44:54 [2021-06-18T20:44:54.629Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
20:44:54 [2021-06-18T20:44:54.629Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:54 [2021-06-18T20:44:54.629Z] === RUN   TestLoginFailsWithBadCredentials
20:44:54 [2021-06-18T20:44:54.764Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
20:44:55 [2021-06-18T20:44:55.619Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s)
20:44:55 [2021-06-18T20:44:55.619Z] === RUN   TestPingCacheHeaders
20:44:55 [2021-06-18T20:44:55.619Z] --- PASS: TestPingCacheHeaders (0.02s)
20:44:55 [2021-06-18T20:44:55.619Z] === RUN   TestPingGet
20:44:55 [2021-06-18T20:44:55.619Z] --- PASS: TestPingGet (0.02s)
20:44:55 [2021-06-18T20:44:55.619Z] === RUN   TestPingHead
20:44:55 [2021-06-18T20:44:55.619Z] --- PASS: TestPingHead (0.02s)
20:44:55 [2021-06-18T20:44:55.619Z] === RUN   TestVersion
20:44:55 [2021-06-18T20:44:55.619Z] --- PASS: TestVersion (0.02s)
20:44:55 [2021-06-18T20:44:55.619Z] PASS
20:44:55 [2021-06-18T20:44:55.619Z] ok  	github.com/docker/docker/integration/system	1.222s
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === Skipped
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
20:44:56 [2021-06-18T20:44:56.088Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] 
20:44:56 [2021-06-18T20:44:56.088Z] DONE 13 tests, 7 skipped in 3.019s
20:44:56 [2021-06-18T20:44:56.088Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
20:44:56 [2021-06-18T20:44:56.138Z] ok  	github.com/docker/docker/image	0.020s	coverage: 86.8% of statements
20:44:56 [2021-06-18T20:44:56.139Z] ok  	github.com/docker/docker/distribution/xfer	1.888s	coverage: 85.1% of statements
20:44:56 [2021-06-18T20:44:56.139Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:44:56 [2021-06-18T20:44:56.705Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
20:44:56 [2021-06-18T20:44:56.705Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:44:57 [2021-06-18T20:44:57.096Z] --- PASS: TestImportExtremelyLargeImageWorks (195.34s)
20:44:57 [2021-06-18T20:44:57.096Z] PASS
20:44:57 [2021-06-18T20:44:57.096Z] 
20:44:57 [2021-06-18T20:44:57.096Z] DONE 12 tests in 200.112s
20:44:57 [2021-06-18T20:44:57.096Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:44:57 [2021-06-18T20:44:57.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
20:44:57 [2021-06-18T20:44:57.096Z] ++ set -e
20:44:57 [2021-06-18T20:44:57.096Z] ++ '[' -n 0 ']'
20:44:57 [2021-06-18T20:44:57.096Z] ++ set -x
20:44:57 [2021-06-18T20:44:57.096Z] ++ 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
20:44:57 [2021-06-18T20:44:57.096Z] INFO: Testing against a local daemon
20:44:57 [2021-06-18T20:44:57.096Z] === RUN   TestNetworkCreateDelete
20:44:57 [2021-06-18T20:44:57.096Z] --- PASS: TestNetworkCreateDelete (0.23s)
20:44:57 [2021-06-18T20:44:57.096Z] === RUN   TestDockerNetworkDeletePreferID
20:44:57 [2021-06-18T20:44:57.356Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s)
20:44:57 [2021-06-18T20:44:57.356Z] === RUN   TestDaemonDNSFallback
20:44:57 [2021-06-18T20:44:57.643Z] ok  	github.com/docker/docker/image/v1	0.021s	coverage: 25.0% of statements
20:44:57 [2021-06-18T20:44:57.643Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:44:57 [2021-06-18T20:44:57.655Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:44:57 [2021-06-18T20:44:57.655Z] INFO: Testing against a local daemon
20:44:57 [2021-06-18T20:44:57.655Z] === RUN   TestVolumesCreateAndList
20:44:57 [2021-06-18T20:44:57.655Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:44:57 [2021-06-18T20:44:57.655Z] === RUN   TestVolumesRemove
20:44:57 [2021-06-18T20:44:57.655Z] --- PASS: TestVolumesRemove (0.05s)
20:44:57 [2021-06-18T20:44:57.655Z] === RUN   TestVolumesInspect
20:44:58 [2021-06-18T20:44:58.124Z] --- PASS: TestVolumesInspect (0.03s)
20:44:58 [2021-06-18T20:44:58.124Z] === RUN   TestVolumesInvalidJSON
20:44:58 [2021-06-18T20:44:58.124Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:44:58 [2021-06-18T20:44:58.124Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:44:58 [2021-06-18T20:44:58.124Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:44:58 [2021-06-18T20:44:58.124Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:44:58 [2021-06-18T20:44:58.124Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:44:58 [2021-06-18T20:44:58.124Z] PASS
20:44:58 [2021-06-18T20:44:58.124Z] ok  	github.com/docker/docker/integration/volume	0.287s
20:44:58 [2021-06-18T20:44:58.124Z] 
20:44:58 [2021-06-18T20:44:58.124Z] DONE 5 tests in 2.155s
20:44:58 [2021-06-18T20:44:58.124Z] INFO: make.ps1 ended at 06/18/2021 20:44:57
20:44:58 [2021-06-18T20:44:58.124Z] INFO: Integration CLI tests being run from the host:
20:44:58 [2021-06-18T20:44:58.124Z] 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" 
20:44:58 [2021-06-18T20:44:58.210Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
20:44:59 [2021-06-18T20:44:59.259Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
20:44:59 [2021-06-18T20:44:59.586Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 38.4% of statements
20:44:59 [2021-06-18T20:44:59.827Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
20:45:00 [2021-06-18T20:45:00.153Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
20:45:00 [2021-06-18T20:45:00.153Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
20:45:00 [2021-06-18T20:45:00.395Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
20:45:00 [2021-06-18T20:45:00.654Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
20:45:02 [2021-06-18T20:45:02.035Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
20:45:02 [2021-06-18T20:45:02.035Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
20:45:02 [2021-06-18T20:45:02.035Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
20:45:02 [2021-06-18T20:45:02.064Z] ok  	github.com/docker/docker/pkg/archive	0.308s	coverage: 81.9% of statements
20:45:02 [2021-06-18T20:45:02.999Z] ok  	github.com/docker/docker/pkg/authorization	0.269s	coverage: 68.3% of statements
20:45:03 [2021-06-18T20:45:03.257Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
20:45:03 [2021-06-18T20:45:03.516Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
20:45:04 [2021-06-18T20:45:04.569Z] --- PASS: TestDaemonDNSFallback (7.11s)
20:45:04 [2021-06-18T20:45:04.569Z] === RUN   TestInspectNetwork
20:45:05 [2021-06-18T20:45:05.301Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:45:05 [2021-06-18T20:45:05.301Z] INFO: Testing against a local daemon
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIErrorJSON
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
20:45:05 [2021-06-18T20:45:05.301Z] === RUN   TestDockerSuite/TestAPIImagesDelete
20:45:05 [2021-06-18T20:45:05.770Z] === RUN   TestDockerSuite/TestAPIImagesFilter
20:45:06 [2021-06-18T20:45:06.239Z] === RUN   TestDockerSuite/TestAPIImagesHistory
20:45:06 [2021-06-18T20:45:06.707Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
20:45:06 [2021-06-18T20:45:06.707Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
20:45:06 [2021-06-18T20:45:06.796Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.504s	coverage: 43.2% of statements
20:45:06 [2021-06-18T20:45:06.796Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
20:45:07 [2021-06-18T20:45:07.055Z] ok  	github.com/docker/docker/layer	8.027s	coverage: 68.8% of statements
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:45:07 [2021-06-18T20:45:07.055Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:45:07 [2021-06-18T20:45:07.314Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
20:45:07 [2021-06-18T20:45:07.881Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 92.9% of statements
20:45:08 [2021-06-18T20:45:08.816Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.007s	coverage: 92.3% of statements
20:45:09 [2021-06-18T20:45:09.074Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
20:45:09 [2021-06-18T20:45:09.641Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
20:45:09 [2021-06-18T20:45:09.842Z] === RUN   TestInspectNetwork/full_network_id
20:45:09 [2021-06-18T20:45:09.842Z] === RUN   TestInspectNetwork/partial_network_id
20:45:09 [2021-06-18T20:45:09.842Z] === RUN   TestInspectNetwork/network_name
20:45:09 [2021-06-18T20:45:09.842Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:45:11 [2021-06-18T20:45:11.017Z] ok  	github.com/docker/docker/pkg/filenotify	0.607s	coverage: 67.0% of statements
20:45:11 [2021-06-18T20:45:11.583Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 89.5% of statements
20:45:11 [2021-06-18T20:45:11.583Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.070s	coverage: 84.1% of statements
20:45:12 [2021-06-18T20:45:12.150Z] ok  	github.com/docker/docker/pkg/homedir	0.007s	coverage: 11.4% of statements
20:45:12 [2021-06-18T20:45:12.150Z] ok  	github.com/docker/docker/pkg/fsutils	0.171s	coverage: 85.1% of statements
20:45:13 [2021-06-18T20:45:13.526Z] ok  	github.com/docker/docker/pkg/idtools	0.452s	coverage: 69.5% of statements
20:45:13 [2021-06-18T20:45:13.526Z] ok  	github.com/docker/docker/pkg/ioutils	0.501s	coverage: 69.3% of statements
20:45:14 [2021-06-18T20:45:14.064Z] === RUN   TestDockerSuite/TestBuildExpose
20:45:14 [2021-06-18T20:45:14.064Z] --- PASS: TestInspectNetwork (9.17s)
20:45:14 [2021-06-18T20:45:14.064Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:45:14 [2021-06-18T20:45:14.064Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:45:14 [2021-06-18T20:45:14.064Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:45:14 [2021-06-18T20:45:14.064Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:45:14 [2021-06-18T20:45:14.064Z] === RUN   TestRunContainerWithBridgeNone
20:45:14 [2021-06-18T20:45:14.064Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
20:45:14 [2021-06-18T20:45:14.092Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.012s	coverage: 91.7% of statements
20:45:14 [2021-06-18T20:45:14.093Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:45:14 [2021-06-18T20:45:14.093Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
20:45:14 [2021-06-18T20:45:14.093Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:45:14 [2021-06-18T20:45:14.093Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:45:14 [2021-06-18T20:45:14.323Z] === RUN   TestDockerSuite/TestBuildExposeOrder
20:45:14 [2021-06-18T20:45:14.350Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
20:45:14 [2021-06-18T20:45:14.350Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:45:14 [2021-06-18T20:45:14.608Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
20:45:14 [2021-06-18T20:45:14.867Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
20:45:14 [2021-06-18T20:45:14.891Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
20:45:15 [2021-06-18T20:45:15.126Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 86.7% of statements
20:45:15 [2021-06-18T20:45:15.384Z] ok  	github.com/docker/docker/pkg/pidfile	0.017s	coverage: 82.4% of statements
20:45:15 [2021-06-18T20:45:15.384Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:45:15 [2021-06-18T20:45:15.384Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:45:15 [2021-06-18T20:45:15.459Z] === RUN   TestDockerSuite/TestBuildFails
20:45:16 [2021-06-18T20:45:16.320Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
20:45:16 [2021-06-18T20:45:16.397Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
20:45:16 [2021-06-18T20:45:16.398Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
20:45:16 [2021-06-18T20:45:16.887Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
20:45:17 [2021-06-18T20:45:17.145Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
20:45:17 [2021-06-18T20:45:17.404Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
20:45:17 [2021-06-18T20:45:17.777Z] --- PASS: TestRunContainerWithBridgeNone (4.24s)
20:45:17 [2021-06-18T20:45:17.777Z] === RUN   TestNetworkInvalidJSON
20:45:17 [2021-06-18T20:45:17.777Z] === RUN   TestNetworkInvalidJSON//networks/create
20:45:17 [2021-06-18T20:45:17.777Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:45:17 [2021-06-18T20:45:17.777Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:45:17 [2021-06-18T20:45:17.777Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:45:17 [2021-06-18T20:45:17.777Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:17 [2021-06-18T20:45:17.777Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:17 [2021-06-18T20:45:17.777Z] === CONT  TestNetworkInvalidJSON//networks/create
20:45:17 [2021-06-18T20:45:17.777Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:17 [2021-06-18T20:45:17.777Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:45:17 [2021-06-18T20:45:17.777Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:45:17 [2021-06-18T20:45:17.777Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:45:18 [2021-06-18T20:45:18.036Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
20:45:18 [2021-06-18T20:45:18.036Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:45:18 [2021-06-18T20:45:18.036Z] === RUN   TestNetworkList
20:45:18 [2021-06-18T20:45:18.036Z] === RUN   TestNetworkList//networks
20:45:18 [2021-06-18T20:45:18.036Z] === PAUSE TestNetworkList//networks
20:45:18 [2021-06-18T20:45:18.036Z] === RUN   TestNetworkList//networks/
20:45:18 [2021-06-18T20:45:18.036Z] === PAUSE TestNetworkList//networks/
20:45:18 [2021-06-18T20:45:18.036Z] === CONT  TestNetworkList//networks
20:45:18 [2021-06-18T20:45:18.036Z] === CONT  TestNetworkList//networks/
20:45:18 [2021-06-18T20:45:18.036Z] --- PASS: TestNetworkList (0.03s)
20:45:18 [2021-06-18T20:45:18.036Z]     --- PASS: TestNetworkList//networks (0.00s)
20:45:18 [2021-06-18T20:45:18.036Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:45:18 [2021-06-18T20:45:18.036Z] === RUN   TestHostIPv4BridgeLabel
20:45:18 [2021-06-18T20:45:18.605Z] --- PASS: TestHostIPv4BridgeLabel (0.62s)
20:45:18 [2021-06-18T20:45:18.605Z] === RUN   TestDaemonRestartWithLiveRestore
20:45:18 [2021-06-18T20:45:18.776Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
20:45:19 [2021-06-18T20:45:19.035Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
20:45:19 [2021-06-18T20:45:19.173Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
20:45:19 [2021-06-18T20:45:19.433Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
20:45:19 [2021-06-18T20:45:19.691Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
20:45:19 [2021-06-18T20:45:19.691Z] === RUN   TestDaemonDefaultNetworkPools
20:45:20 [2021-06-18T20:45:20.628Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
20:45:20 [2021-06-18T20:45:20.628Z] === RUN   TestDaemonRestartWithExistingNetwork
20:45:22 [2021-06-18T20:45:22.007Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.32s)
20:45:22 [2021-06-18T20:45:22.007Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:45:22 [2021-06-18T20:45:22.266Z] === RUN   TestDockerSuite/TestBuildForceRm
20:45:23 [2021-06-18T20:45:23.203Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.52s)
20:45:23 [2021-06-18T20:45:23.203Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:45:23 [2021-06-18T20:45:23.216Z] ok  	github.com/docker/docker/pkg/signal	3.403s	coverage: 62.3% of statements
20:45:23 [2021-06-18T20:45:23.216Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
20:45:23 [2021-06-18T20:45:23.474Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:45:23 [2021-06-18T20:45:23.732Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:45:23 [2021-06-18T20:45:23.771Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
20:45:23 [2021-06-18T20:45:23.771Z] === RUN   TestServiceWithPredefinedNetwork
20:45:24 [2021-06-18T20:45:24.668Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
20:45:24 [2021-06-18T20:45:24.709Z] === RUN   TestDockerSuite/TestBuildFromGit
20:45:24 [2021-06-18T20:45:24.926Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
20:45:25 [2021-06-18T20:45:25.493Z] ok  	github.com/docker/docker/pkg/tailfile	0.059s	coverage: 88.6% of statements
20:45:26 [2021-06-18T20:45:26.059Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
20:45:26 [2021-06-18T20:45:26.059Z] testing: warning: no tests to run
20:45:26 [2021-06-18T20:45:26.059Z] coverage: [no statements]
20:45:26 [2021-06-18T20:45:26.059Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
20:45:26 [2021-06-18T20:45:26.615Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
20:45:26 [2021-06-18T20:45:26.624Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
20:45:26 [2021-06-18T20:45:26.624Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
20:45:26 [2021-06-18T20:45:26.875Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
20:45:26 [2021-06-18T20:45:26.882Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
20:45:27 [2021-06-18T20:45:27.134Z] --- PASS: TestServiceWithPredefinedNetwork (3.14s)
20:45:27 [2021-06-18T20:45:27.134Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:45:27 [2021-06-18T20:45:27.134Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:45:27 [2021-06-18T20:45:27.134Z]     service_test.go:242: FLAKY_TEST
20:45:27 [2021-06-18T20:45:27.134Z] === RUN   TestServiceWithDataPathPortInit
20:45:28 [2021-06-18T20:45:28.070Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
20:45:28 [2021-06-18T20:45:28.782Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
20:45:29 [2021-06-18T20:45:29.716Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
20:45:29 [2021-06-18T20:45:29.974Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.4% of statements
20:45:30 [2021-06-18T20:45:30.607Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
20:45:30 [2021-06-18T20:45:30.865Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
20:45:31 [2021-06-18T20:45:31.124Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
20:45:31 [2021-06-18T20:45:31.349Z] ok  	github.com/docker/docker/quota	0.259s	coverage: 71.4% of statements
20:45:31 [2021-06-18T20:45:31.915Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
20:45:33 [2021-06-18T20:45:33.029Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
20:45:33 [2021-06-18T20:45:33.290Z] ok  	github.com/docker/docker/registry	0.058s	coverage: 57.2% of statements
20:45:33 [2021-06-18T20:45:33.856Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
20:45:34 [2021-06-18T20:45:34.115Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
20:45:34 [2021-06-18T20:45:34.711Z] ok  	github.com/docker/docker/runconfig	0.015s	coverage: 66.1% of statements
20:45:35 [2021-06-18T20:45:35.308Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
20:45:35 [2021-06-18T20:45:35.562Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
20:45:36 [2021-06-18T20:45:36.500Z] === RUN   TestDockerSuite/TestBuildHistory
20:45:37 [2021-06-18T20:45:37.863Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
20:45:38 [2021-06-18T20:45:38.798Z] ok  	github.com/docker/docker/volume/local	0.104s	coverage: 76.4% of statements
20:45:39 [2021-06-18T20:45:39.364Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
20:45:40 [2021-06-18T20:45:40.691Z] === RUN   TestDockerSuite/TestBuildIidFile
20:45:40 [2021-06-18T20:45:40.691Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
20:45:40 [2021-06-18T20:45:40.738Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
20:45:41 [2021-06-18T20:45:41.258Z] === RUN   TestDockerSuite/TestBuildInheritance
20:45:41 [2021-06-18T20:45:41.824Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
20:45:42 [2021-06-18T20:45:42.083Z] === RUN   TestDockerSuite/TestBuildInvalidTag
20:45:42 [2021-06-18T20:45:42.083Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
20:45:43 [2021-06-18T20:45:43.459Z] === RUN   TestDockerSuite/TestBuildLabel
20:45:43 [2021-06-18T20:45:43.718Z] --- PASS: TestServiceWithDataPathPortInit (16.59s)
20:45:43 [2021-06-18T20:45:43.718Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:45:43 [2021-06-18T20:45:43.718Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
20:45:43 [2021-06-18T20:45:43.976Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
20:45:44 [2021-06-18T20:45:44.543Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
20:45:44 [2021-06-18T20:45:44.803Z] === RUN   TestDockerSuite/TestBuildLabels
20:45:45 [2021-06-18T20:45:45.063Z] === RUN   TestDockerSuite/TestBuildLabelsCache
20:45:46 [2021-06-18T20:45:46.441Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
20:45:48 [2021-06-18T20:45:48.974Z] === RUN   TestDockerSuite/TestBuildLastModified
20:45:50 [2021-06-18T20:45:50.699Z] ok  	github.com/docker/docker/pkg/plugins	33.618s	coverage: 76.6% of statements
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/rootless	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/volume	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === Skipped
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z] time="2021-06-18T20:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z] time="2021-06-18T20:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z] time="2021-06-18T20:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z] time="2021-06-18T20:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z] time="2021-06-18T20:44:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     overlay_test.go:49: Fails to compute changes intermittently
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:45:50 [2021-06-18T20:45:50.699Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] 
20:45:50 [2021-06-18T20:45:50.699Z] DONE 2230 tests, 26 skipped in 255.896s
Post stage
[Pipeline] junit
20:45:50 [2021-06-18T20:45:50.711Z] Recording test results
20:45:51 [2021-06-18T20:45:51.011Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
20:45:51 [2021-06-18T20:45:51.336Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42538/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89edb68e8917c61bd41bc9dcc516960ffa4a6556 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:89edb68e8917c61bd41bc9dcc516960ffa4a6556 hack/validate/vendor
20:45:52 [2021-06-18T20:45:52.260Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.57s)
20:45:52 [2021-06-18T20:45:52.260Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vsiynu8whoai3695q39codqc0 Created:2021-06-18 20:45:45.152102102 +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[002118dd1c68f64db2625fbdfadd420bc71aa563125a4b236fb44374642e12e2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hxrswqx0dqslk8lordbxo8075 EndpointID:aae332e454d726de59145fd35262820c9d08b73cd280ef0467b29deda8a0c642 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:96a85f790340145c7595615bd03760505cb44430b0e534c2c705b7127fc6ad9f 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:8254d6c5f46e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hxrswqx0dqslk8lordbxo8075 EndpointID:aae332e454d726de59145fd35262820c9d08b73cd280ef0467b29deda8a0c642 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:45:52 [2021-06-18T20:45:52.260Z] PASS
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] === Skipped
20:45:52 [2021-06-18T20:45:52.260Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:45:52 [2021-06-18T20:45:52.260Z]     service_test.go:242: FLAKY_TEST
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] DONE 26 tests, 1 skipped in 55.744s
20:45:52 [2021-06-18T20:45:52.260Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:45:52 [2021-06-18T20:45:52.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:45:52 [2021-06-18T20:45:52.260Z] ++ set -e
20:45:52 [2021-06-18T20:45:52.260Z] ++ '[' -n 0 ']'
20:45:52 [2021-06-18T20:45:52.260Z] ++ set -x
20:45:52 [2021-06-18T20:45:52.260Z] ++ 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
20:45:52 [2021-06-18T20:45:52.260Z] INFO: Testing against a local daemon
20:45:52 [2021-06-18T20:45:52.260Z] === RUN   TestDockerNetworkIpvlanPersistance
20:45:52 [2021-06-18T20:45:52.260Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
20:45:52 [2021-06-18T20:45:52.260Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:45:52 [2021-06-18T20:45:52.260Z] === RUN   TestDockerNetworkIpvlan
20:45:52 [2021-06-18T20:45:52.260Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:45:52 [2021-06-18T20:45:52.260Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:45:52 [2021-06-18T20:45:52.260Z] PASS
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] === Skipped
20:45:52 [2021-06-18T20:45:52.260Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
20:45:52 [2021-06-18T20:45:52.260Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:45:52 [2021-06-18T20:45:52.260Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] 
20:45:52 [2021-06-18T20:45:52.260Z] DONE 2 tests, 2 skipped in 0.149s
20:45:52 [2021-06-18T20:45:52.260Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:45:52 [2021-06-18T20:45:52.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:45:52 [2021-06-18T20:45:52.260Z] ++ set -e
20:45:52 [2021-06-18T20:45:52.260Z] ++ '[' -n 0 ']'
20:45:52 [2021-06-18T20:45:52.260Z] ++ set -x
20:45:52 [2021-06-18T20:45:52.260Z] ++ 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
20:45:52 [2021-06-18T20:45:52.270Z] 2021/06/18 20:45:51 Collecting initial packages
20:45:52 [2021-06-18T20:45:52.270Z] 2021/06/18 20:45:52 Download dependencies
20:45:52 [2021-06-18T20:45:52.519Z] INFO: Testing against a local daemon
20:45:52 [2021-06-18T20:45:52.519Z] === RUN   TestDockerNetworkMacvlanPersistance
20:45:53 [2021-06-18T20:45:53.896Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s)
20:45:53 [2021-06-18T20:45:53.896Z] === RUN   TestDockerNetworkMacvlan
20:45:54 [2021-06-18T20:45:54.155Z] === RUN   TestDockerSuite/TestBuildLineBreak
20:45:54 [2021-06-18T20:45:54.723Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:45:55 [2021-06-18T20:45:55.550Z] 2021/06/18 20:45:55 Starting whole vndr cycle because no package specified
20:45:55 [2021-06-18T20:45:55.550Z] 2021/06/18 20:45:55 	Ignoring paths matching "^archive/tar"
20:45:55 [2021-06-18T20:45:55.674Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
20:45:55 [2021-06-18T20:45:55.811Z] 2021/06/18 20:45:55 	Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20
20:45:56 [2021-06-18T20:45:56.070Z] 2021/06/18 20:45:55 	Clone github.com/Microsoft/hcsshim, revision 89a9a3b524264d34985f1d48793ab2b2d2e430f6, attempt 1/20
20:45:56 [2021-06-18T20:45:56.613Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Finished clone github.com/inconshreveable/mousetrap
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Finished clone github.com/cespare/xxhash/v2
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Finished clone github.com/Azure/go-ansiterm
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Finished clone github.com/docker/libtrust
20:45:57 [2021-06-18T20:45:57.005Z] 2021/06/18 20:45:56 	Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/morikuni/aec
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/docker/go-metrics
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/spf13/pflag
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/matttproud/golang_protobuf_extensions
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/pkg/errors
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/Microsoft/go-winio
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
20:45:57 [2021-06-18T20:45:57.264Z] 2021/06/18 20:45:57 	Finished clone github.com/willf/bitset
20:45:57 [2021-06-18T20:45:57.522Z] 2021/06/18 20:45:57 	Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20
20:45:58 [2021-06-18T20:45:58.089Z] 2021/06/18 20:45:57 	Finished clone github.com/prometheus/procfs
20:45:58 [2021-06-18T20:45:58.089Z] 2021/06/18 20:45:57 	Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Finished clone github.com/google/uuid
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Finished clone github.com/moby/locker
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Finished clone github.com/creack/pty
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Finished clone github.com/prometheus/common
20:45:58 [2021-06-18T20:45:58.347Z] 2021/06/18 20:45:58 	Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20
20:45:58 [2021-06-18T20:45:58.517Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Finished clone github.com/spf13/cobra
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Finished clone github.com/moby/term
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Finished clone github.com/gorilla/mux
20:45:58 [2021-06-18T20:45:58.606Z] 2021/06/18 20:45:58 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
20:45:58 [2021-06-18T20:45:58.776Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
20:45:58 [2021-06-18T20:45:58.776Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
20:45:58 [2021-06-18T20:45:58.865Z] 2021/06/18 20:45:58 	Finished clone github.com/tchap/go-patricia
20:45:58 [2021-06-18T20:45:58.865Z] 2021/06/18 20:45:58 	Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20
20:45:58 [2021-06-18T20:45:58.865Z] 2021/06/18 20:45:58 	Finished clone github.com/moby/sys
20:45:58 [2021-06-18T20:45:58.865Z] 2021/06/18 20:45:58 	Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20
20:45:59 [2021-06-18T20:45:59.035Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
20:45:59 [2021-06-18T20:45:59.035Z] === RUN   TestDockerSuite/TestBuildMaintainer
20:45:59 [2021-06-18T20:45:59.294Z] === RUN   TestDockerSuite/TestBuildMissingArgs
20:45:59 [2021-06-18T20:45:59.430Z] 2021/06/18 20:45:59 	Finished clone github.com/sirupsen/logrus
20:45:59 [2021-06-18T20:45:59.430Z] 2021/06/18 20:45:59 	Clone github.com/moby/buildkit, revision 244e8cde639f71a05a1a2e0670bd88e0206ce55c, attempt 1/20
20:45:59 [2021-06-18T20:45:59.430Z] 2021/06/18 20:45:59 	Finished clone github.com/docker/go-units
20:45:59 [2021-06-18T20:45:59.430Z] 2021/06/18 20:45:59 	Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Finished clone github.com/opencontainers/selinux
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Finished clone github.com/RackSec/srslog
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Finished clone github.com/syndtr/gocapability
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Finished clone github.com/imdario/mergo
20:45:59 [2021-06-18T20:45:59.996Z] 2021/06/18 20:45:59 	Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20
20:46:00 [2021-06-18T20:46:00.231Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:46:00 [2021-06-18T20:46:00.254Z] 2021/06/18 20:46:00 	Finished clone gotest.tools/v3
20:46:00 [2021-06-18T20:46:00.254Z] 2021/06/18 20:46:00 	Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20
20:46:00 [2021-06-18T20:46:00.512Z] 2021/06/18 20:46:00 	Finished clone github.com/google/go-cmp
20:46:00 [2021-06-18T20:46:00.512Z] 2021/06/18 20:46:00 	Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20
20:46:00 [2021-06-18T20:46:00.512Z] 2021/06/18 20:46:00 	Finished clone golang.org/x/sync
20:46:00 [2021-06-18T20:46:00.512Z] 2021/06/18 20:46:00 	Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20
20:46:01 [2021-06-18T20:46:01.079Z] 2021/06/18 20:46:01 	Finished clone github.com/tonistiigi/units
20:46:01 [2021-06-18T20:46:01.079Z] 2021/06/18 20:46:01 	Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20
20:46:01 [2021-06-18T20:46:01.168Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
20:46:01 [2021-06-18T20:46:01.337Z] 2021/06/18 20:46:01 	Finished clone github.com/google/shlex
20:46:01 [2021-06-18T20:46:01.337Z] 2021/06/18 20:46:01 	Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Finished clone github.com/opentracing/opentracing-go
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Finished clone github.com/opentracing-contrib/go-stdlib
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Finished clone github.com/docker/go-connections
20:46:01 [2021-06-18T20:46:01.596Z] 2021/06/18 20:46:01 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
20:46:01 [2021-06-18T20:46:01.855Z] 2021/06/18 20:46:01 	Finished clone github.com/mitchellh/hashstructure
20:46:01 [2021-06-18T20:46:01.855Z] 2021/06/18 20:46:01 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20
20:46:02 [2021-06-18T20:46:02.113Z] 2021/06/18 20:46:01 	Finished clone github.com/gofrs/flock
20:46:02 [2021-06-18T20:46:02.113Z] 2021/06/18 20:46:01 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
20:46:03 [2021-06-18T20:46:03.074Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Finished clone github.com/armon/go-metrics
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Finished clone github.com/armon/go-radix
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Finished clone github.com/tonistiigi/fsutil
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
20:46:03 [2021-06-18T20:46:03.487Z] 2021/06/18 20:46:03 	Finished clone github.com/docker/go-events
20:46:03 [2021-06-18T20:46:03.488Z] 2021/06/18 20:46:03 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
20:46:03 [2021-06-18T20:46:03.488Z] 2021/06/18 20:46:03 	Finished clone github.com/sean-/seed
20:46:03 [2021-06-18T20:46:03.488Z] 2021/06/18 20:46:03 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
20:46:04 [2021-06-18T20:46:04.014Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:46:05 [2021-06-18T20:46:05.002Z] 2021/06/18 20:46:04 	Finished clone github.com/hashicorp/errwrap
20:46:05 [2021-06-18T20:46:05.002Z] 2021/06/18 20:46:04 	Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20
20:46:05 [2021-06-18T20:46:05.002Z] 2021/06/18 20:46:04 	Finished clone github.com/hashicorp/go-multierror
20:46:05 [2021-06-18T20:46:05.002Z] 2021/06/18 20:46:04 	Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20
20:46:05 [2021-06-18T20:46:05.266Z] 2021/06/18 20:46:05 	Finished clone github.com/hashicorp/memberlist
20:46:05 [2021-06-18T20:46:05.266Z] 2021/06/18 20:46:05 	Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20
20:46:05 [2021-06-18T20:46:05.266Z] 2021/06/18 20:46:05 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
20:46:05 [2021-06-18T20:46:05.266Z] 2021/06/18 20:46:05 	Finished clone github.com/docker/libkv
20:46:06 [2021-06-18T20:46:06.200Z] 2021/06/18 20:46:06 	Finished clone github.com/vishvananda/netns
20:46:06 [2021-06-18T20:46:06.200Z] 2021/06/18 20:46:06 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
20:46:06 [2021-06-18T20:46:06.459Z] 2021/06/18 20:46:06 	Finished clone github.com/hashicorp/go-sockaddr
20:46:06 [2021-06-18T20:46:06.459Z] 2021/06/18 20:46:06 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
20:46:06 [2021-06-18T20:46:06.459Z] 2021/06/18 20:46:06 	Finished clone github.com/golang/gddo
20:46:06 [2021-06-18T20:46:06.459Z] 2021/06/18 20:46:06 	Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20
20:46:07 [2021-06-18T20:46:07.393Z] 2021/06/18 20:46:07 	Finished clone github.com/BurntSushi/toml
20:46:07 [2021-06-18T20:46:07.393Z] 2021/06/18 20:46:07 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
20:46:07 [2021-06-18T20:46:07.652Z] 2021/06/18 20:46:07 	Finished clone github.com/moby/ipvs
20:46:07 [2021-06-18T20:46:07.652Z] 2021/06/18 20:46:07 	Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20
20:46:07 [2021-06-18T20:46:07.652Z] 2021/06/18 20:46:07 	Finished clone golang.org/x/net
20:46:07 [2021-06-18T20:46:07.652Z] 2021/06/18 20:46:07 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
20:46:07 [2021-06-18T20:46:07.911Z] 2021/06/18 20:46:07 	Finished clone github.com/deckarep/golang-set
20:46:07 [2021-06-18T20:46:07.911Z] 2021/06/18 20:46:07 	Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20
20:46:08 [2021-06-18T20:46:08.169Z] 2021/06/18 20:46:07 	Finished clone github.com/samuel/go-zookeeper
20:46:08 [2021-06-18T20:46:08.169Z] 2021/06/18 20:46:07 	Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20
20:46:08 [2021-06-18T20:46:08.169Z] 2021/06/18 20:46:07 	Finished clone github.com/hashicorp/go-msgpack
20:46:08 [2021-06-18T20:46:08.169Z] 2021/06/18 20:46:07 	Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20
20:46:08 [2021-06-18T20:46:08.206Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
20:46:08 [2021-06-18T20:46:08.428Z] 2021/06/18 20:46:08 	Finished clone github.com/vishvananda/netlink
20:46:08 [2021-06-18T20:46:08.428Z] 2021/06/18 20:46:08 	Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20
20:46:08 [2021-06-18T20:46:08.465Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
20:46:08 [2021-06-18T20:46:08.686Z] 2021/06/18 20:46:08 	Finished clone github.com/coreos/go-semver
20:46:08 [2021-06-18T20:46:08.686Z] 2021/06/18 20:46:08 	Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20
20:46:09 [2021-06-18T20:46:09.033Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
20:46:09 [2021-06-18T20:46:09.253Z] 2021/06/18 20:46:09 	Finished clone github.com/ishidawataru/sctp
20:46:09 [2021-06-18T20:46:09.253Z] 2021/06/18 20:46:09 	Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:10 	Finished clone github.com/Microsoft/opengcs
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:10 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:10 	Finished clone github.com/opencontainers/go-digest
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:10 	Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:11 	Finished clone go.etcd.io/bbolt
20:46:11 [2021-06-18T20:46:11.155Z] 2021/06/18 20:46:11 	Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20
20:46:11 [2021-06-18T20:46:11.721Z] 2021/06/18 20:46:11 	Finished clone github.com/hashicorp/serf
20:46:11 [2021-06-18T20:46:11.721Z] 2021/06/18 20:46:11 	Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20
20:46:12 [2021-06-18T20:46:12.286Z] 2021/06/18 20:46:12 	Finished clone github.com/grpc-ecosystem/go-grpc-middleware
20:46:12 [2021-06-18T20:46:12.286Z] 2021/06/18 20:46:12 	Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20
20:46:12 [2021-06-18T20:46:12.286Z] 2021/06/18 20:46:12 	Finished clone github.com/mistifyio/go-zfs
20:46:12 [2021-06-18T20:46:12.286Z] 2021/06/18 20:46:12 	Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20
20:46:12 [2021-06-18T20:46:12.323Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
20:46:12 [2021-06-18T20:46:12.323Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:46:13 [2021-06-18T20:46:13.660Z] 2021/06/18 20:46:13 	Finished clone github.com/vbatts/tar-split
20:46:13 [2021-06-18T20:46:13.660Z] 2021/06/18 20:46:13 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
20:46:13 [2021-06-18T20:46:13.919Z] 2021/06/18 20:46:13 	Finished clone github.com/cyphar/filepath-securejoin
20:46:13 [2021-06-18T20:46:13.919Z] 2021/06/18 20:46:13 	Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20
20:46:15 [2021-06-18T20:46:15.294Z] 2021/06/18 20:46:15 	Finished clone github.com/opencontainers/runtime-spec
20:46:15 [2021-06-18T20:46:15.294Z] 2021/06/18 20:46:15 	Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20
20:46:15 [2021-06-18T20:46:15.614Z] --- PASS: TestDockerNetworkMacvlan (21.39s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.83s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.53s)
20:46:15 [2021-06-18T20:46:15.614Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.96s)
20:46:15 [2021-06-18T20:46:15.614Z] PASS
20:46:15 [2021-06-18T20:46:15.614Z] 
20:46:15 [2021-06-18T20:46:15.614Z] DONE 8 tests in 22.944s
20:46:15 [2021-06-18T20:46:15.614Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:46:15 [2021-06-18T20:46:15.614Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:46:15 [2021-06-18T20:46:15.614Z] ++ set -e
20:46:15 [2021-06-18T20:46:15.614Z] ++ '[' -n 0 ']'
20:46:15 [2021-06-18T20:46:15.614Z] ++ set -x
20:46:15 [2021-06-18T20:46:15.614Z] ++ 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
20:46:15 [2021-06-18T20:46:15.614Z] testing: warning: no tests to run
20:46:15 [2021-06-18T20:46:15.614Z] PASS
20:46:15 [2021-06-18T20:46:15.614Z] 
20:46:15 [2021-06-18T20:46:15.614Z] DONE 0 tests in 0.033s
20:46:15 [2021-06-18T20:46:15.614Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:46:15 [2021-06-18T20:46:15.614Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:46:15 [2021-06-18T20:46:15.614Z] ++ set -e
20:46:15 [2021-06-18T20:46:15.614Z] ++ '[' -n 0 ']'
20:46:15 [2021-06-18T20:46:15.614Z] ++ set -x
20:46:15 [2021-06-18T20:46:15.614Z] ++ 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
20:46:15 [2021-06-18T20:46:15.614Z] INFO: Testing against a local daemon
20:46:15 [2021-06-18T20:46:15.614Z] === RUN   TestAuthZPluginAllowRequest
20:46:15 [2021-06-18T20:46:15.860Z] 2021/06/18 20:46:15 	Finished clone github.com/coreos/go-systemd
20:46:15 [2021-06-18T20:46:15.860Z] 2021/06/18 20:46:15 	Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20
20:46:16 [2021-06-18T20:46:16.427Z] 2021/06/18 20:46:16 	Finished clone github.com/coreos/go-systemd/v22
20:46:16 [2021-06-18T20:46:16.427Z] 2021/06/18 20:46:16 	Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20
20:46:16 [2021-06-18T20:46:16.427Z] 2021/06/18 20:46:16 	Finished clone github.com/opencontainers/image-spec
20:46:16 [2021-06-18T20:46:16.427Z] 2021/06/18 20:46:16 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
20:46:17 [2021-06-18T20:46:17.518Z] --- PASS: TestAuthZPluginAllowRequest (1.95s)
20:46:17 [2021-06-18T20:46:17.518Z] === RUN   TestAuthZPluginTLS
20:46:17 [2021-06-18T20:46:17.804Z] 2021/06/18 20:46:17 	Finished clone github.com/Graylog2/go-gelf
20:46:17 [2021-06-18T20:46:17.804Z] 2021/06/18 20:46:17 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
20:46:17 [2021-06-18T20:46:17.804Z] 2021/06/18 20:46:17 	Finished clone github.com/godbus/dbus/v5
20:46:17 [2021-06-18T20:46:17.804Z] 2021/06/18 20:46:17 	Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20
20:46:18 [2021-06-18T20:46:18.063Z] 2021/06/18 20:46:17 	Finished clone github.com/philhofer/fwd
20:46:18 [2021-06-18T20:46:18.063Z] 2021/06/18 20:46:17 	Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20
20:46:18 [2021-06-18T20:46:18.063Z] 2021/06/18 20:46:17 	Finished clone github.com/fluent/fluent-logger-golang
20:46:18 [2021-06-18T20:46:18.063Z] 2021/06/18 20:46:17 	Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20
20:46:18 [2021-06-18T20:46:18.087Z] --- PASS: TestAuthZPluginTLS (0.59s)
20:46:18 [2021-06-18T20:46:18.087Z] === RUN   TestAuthZPluginDenyRequest
20:46:18 [2021-06-18T20:46:18.670Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
20:46:18 [2021-06-18T20:46:18.670Z] === RUN   TestAuthZPluginAPIDenyResponse
20:46:19 [2021-06-18T20:46:19.241Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
20:46:19 [2021-06-18T20:46:19.241Z] === RUN   TestAuthZPluginDenyResponse
20:46:19 [2021-06-18T20:46:19.810Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
20:46:19 [2021-06-18T20:46:19.810Z] === RUN   TestAuthZPluginAllowEventStream
20:46:19 [2021-06-18T20:46:19.969Z] 2021/06/18 20:46:19 	Finished clone github.com/fsnotify/fsnotify
20:46:19 [2021-06-18T20:46:19.969Z] 2021/06/18 20:46:19 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
20:46:20 [2021-06-18T20:46:20.537Z] 2021/06/18 20:46:20 	Finished clone github.com/jmespath/go-jmespath
20:46:20 [2021-06-18T20:46:20.537Z] 2021/06/18 20:46:20 	Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20
20:46:20 [2021-06-18T20:46:20.797Z] 2021/06/18 20:46:20 	Finished clone github.com/ugorji/go
20:46:20 [2021-06-18T20:46:20.797Z] 2021/06/18 20:46:20 	Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20
20:46:21 [2021-06-18T20:46:21.366Z] 2021/06/18 20:46:21 	Finished clone github.com/bsphere/le_go
20:46:21 [2021-06-18T20:46:21.366Z] 2021/06/18 20:46:21 	Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20
20:46:21 [2021-06-18T20:46:21.714Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s)
20:46:21 [2021-06-18T20:46:21.714Z] === RUN   TestAuthZPluginErrorResponse
20:46:21 [2021-06-18T20:46:21.934Z] 2021/06/18 20:46:21 	Finished clone github.com/tinylib/msgp
20:46:21 [2021-06-18T20:46:21.934Z] 2021/06/18 20:46:21 	Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20
20:46:21 [2021-06-18T20:46:21.974Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
20:46:22 [2021-06-18T20:46:22.233Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
20:46:22 [2021-06-18T20:46:22.233Z] === RUN   TestAuthZPluginErrorRequest
20:46:22 [2021-06-18T20:46:22.502Z] 2021/06/18 20:46:22 	Finished clone github.com/golang/groupcache
20:46:22 [2021-06-18T20:46:22.502Z] 2021/06/18 20:46:22 	Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20
20:46:22 [2021-06-18T20:46:22.761Z] 2021/06/18 20:46:22 	Finished clone golang.org/x/oauth2
20:46:22 [2021-06-18T20:46:22.761Z] 2021/06/18 20:46:22 	Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20
20:46:22 [2021-06-18T20:46:22.801Z] --- PASS: TestAuthZPluginErrorRequest (0.58s)
20:46:22 [2021-06-18T20:46:22.801Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:46:23 [2021-06-18T20:46:23.020Z] 2021/06/18 20:46:22 	Finished clone github.com/docker/libnetwork
20:46:23 [2021-06-18T20:46:23.020Z] 2021/06/18 20:46:22 	Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20
20:46:23 [2021-06-18T20:46:23.368Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s)
20:46:23 [2021-06-18T20:46:23.368Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:46:23 [2021-06-18T20:46:23.624Z] 2021/06/18 20:46:23 	Finished clone golang.org/x/sys
20:46:23 [2021-06-18T20:46:23.624Z] 2021/06/18 20:46:23 	Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20
20:46:24 [2021-06-18T20:46:24.560Z] 2021/06/18 20:46:24 	Finished clone github.com/googleapis/gax-go
20:46:24 [2021-06-18T20:46:24.560Z] 2021/06/18 20:46:24 	Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20
20:46:25 [2021-06-18T20:46:25.128Z] 2021/06/18 20:46:24 	Finished clone github.com/miekg/dns
20:46:25 [2021-06-18T20:46:25.128Z] 2021/06/18 20:46:24 	Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20
20:46:25 [2021-06-18T20:46:25.696Z] 2021/06/18 20:46:25 	Finished clone go.opencensus.io
20:46:25 [2021-06-18T20:46:25.696Z] 2021/06/18 20:46:25 	Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20
20:46:25 [2021-06-18T20:46:25.904Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s)
20:46:25 [2021-06-18T20:46:25.904Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:46:25 [2021-06-18T20:46:25.904Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
20:46:25 [2021-06-18T20:46:25.955Z] 2021/06/18 20:46:25 	Finished clone golang.org/x/text
20:46:25 [2021-06-18T20:46:25.955Z] 2021/06/18 20:46:25 	Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20
20:46:25 [2021-06-18T20:46:25.955Z] 2021/06/18 20:46:25 	Finished clone github.com/containerd/fifo
20:46:25 [2021-06-18T20:46:25.955Z] 2021/06/18 20:46:25 	Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20
20:46:27 [2021-06-18T20:46:27.810Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
20:46:27 [2021-06-18T20:46:27.810Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s)
20:46:27 [2021-06-18T20:46:27.810Z] === RUN   TestAuthZPluginHeader
20:46:27 [2021-06-18T20:46:27.861Z] 2021/06/18 20:46:27 	Finished clone github.com/containerd/go-runc
20:46:27 [2021-06-18T20:46:27.861Z] 2021/06/18 20:46:27 	Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20
20:46:27 [2021-06-18T20:46:27.861Z] 2021/06/18 20:46:27 	Finished clone github.com/containerd/cgroups
20:46:27 [2021-06-18T20:46:27.861Z] 2021/06/18 20:46:27 	Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20
20:46:28 [2021-06-18T20:46:28.747Z] --- PASS: TestAuthZPluginHeader (0.83s)
20:46:28 [2021-06-18T20:46:28.747Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:46:29 [2021-06-18T20:46:29.259Z] 2021/06/18 20:46:28 	Finished clone github.com/containerd/typeurl
20:46:29 [2021-06-18T20:46:29.259Z] 2021/06/18 20:46:28 	Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20
20:46:29 [2021-06-18T20:46:29.518Z] 2021/06/18 20:46:29 	Finished clone github.com/containerd/ttrpc
20:46:29 [2021-06-18T20:46:29.518Z] 2021/06/18 20:46:29 	Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20
20:46:29 [2021-06-18T20:46:29.776Z] 2021/06/18 20:46:29 	Finished clone github.com/Microsoft/hcsshim
20:46:29 [2021-06-18T20:46:29.776Z] 2021/06/18 20:46:29 	Clone github.com/docker/swarmkit, revision 17d8d4e4d8bdec33d386e6362d3537fa9493ba00, attempt 1/20
20:46:30 [2021-06-18T20:46:30.124Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
20:46:30 [2021-06-18T20:46:30.124Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
20:46:30 [2021-06-18T20:46:30.343Z] 2021/06/18 20:46:30 	Finished clone github.com/containerd/console
20:46:30 [2021-06-18T20:46:30.343Z] 2021/06/18 20:46:30 	Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20
20:46:30 [2021-06-18T20:46:30.601Z] 2021/06/18 20:46:30 	Finished clone github.com/moby/buildkit
20:46:30 [2021-06-18T20:46:30.601Z] 2021/06/18 20:46:30 	Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20
20:46:30 [2021-06-18T20:46:30.860Z] 2021/06/18 20:46:30 	Finished clone github.com/opencontainers/runc
20:46:30 [2021-06-18T20:46:30.860Z] 2021/06/18 20:46:30 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
20:46:31 [2021-06-18T20:46:31.118Z] 2021/06/18 20:46:30 	Finished clone github.com/docker/distribution
20:46:31 [2021-06-18T20:46:31.118Z] 2021/06/18 20:46:30 	Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20
20:46:31 [2021-06-18T20:46:31.118Z] 2021/06/18 20:46:31 	Finished clone github.com/gogo/googleapis
20:46:31 [2021-06-18T20:46:31.118Z] 2021/06/18 20:46:31 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
20:46:31 [2021-06-18T20:46:31.377Z] 2021/06/18 20:46:31 	Finished clone google.golang.org/grpc
20:46:31 [2021-06-18T20:46:31.377Z] 2021/06/18 20:46:31 	Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20
20:46:31 [2021-06-18T20:46:31.944Z] 2021/06/18 20:46:31 	Finished clone github.com/containerd/continuity
20:46:31 [2021-06-18T20:46:31.944Z] 2021/06/18 20:46:31 	Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20
20:46:32 [2021-06-18T20:46:32.511Z] 2021/06/18 20:46:32 	Finished clone github.com/fernet/fernet-go
20:46:32 [2021-06-18T20:46:32.511Z] 2021/06/18 20:46:32 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
20:46:33 [2021-06-18T20:46:33.420Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.48s)
20:46:33 [2021-06-18T20:46:33.420Z] === RUN   TestAuthZPluginV2Disable
20:46:33 [2021-06-18T20:46:33.678Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
20:46:33 [2021-06-18T20:46:33.888Z] 2021/06/18 20:46:33 	Finished clone golang.org/x/time
20:46:33 [2021-06-18T20:46:33.888Z] 2021/06/18 20:46:33 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
20:46:33 [2021-06-18T20:46:33.888Z] 2021/06/18 20:46:33 	Finished clone github.com/hashicorp/go-memdb
20:46:33 [2021-06-18T20:46:33.888Z] 2021/06/18 20:46:33 	Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20
20:46:34 [2021-06-18T20:46:34.822Z] 2021/06/18 20:46:34 	Finished clone github.com/hashicorp/go-immutable-radix
20:46:34 [2021-06-18T20:46:34.822Z] 2021/06/18 20:46:34 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
20:46:34 [2021-06-18T20:46:34.822Z] 2021/06/18 20:46:34 	Finished clone github.com/cilium/ebpf
20:46:34 [2021-06-18T20:46:34.822Z] 2021/06/18 20:46:34 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
20:46:35 [2021-06-18T20:46:35.390Z] 2021/06/18 20:46:35 	Finished clone github.com/hashicorp/golang-lru
20:46:35 [2021-06-18T20:46:35.390Z] 2021/06/18 20:46:35 	Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20
20:46:35 [2021-06-18T20:46:35.957Z] 2021/06/18 20:46:35 	Finished clone github.com/coreos/pkg
20:46:35 [2021-06-18T20:46:35.957Z] 2021/06/18 20:46:35 	Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20
20:46:36 [2021-06-18T20:46:36.967Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
20:46:36 [2021-06-18T20:46:36.967Z] --- PASS: TestAuthZPluginV2Disable (3.77s)
20:46:36 [2021-06-18T20:46:36.967Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:46:36 [2021-06-18T20:46:36.967Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
20:46:37 [2021-06-18T20:46:37.862Z] 2021/06/18 20:46:37 	Finished clone github.com/beorn7/perks
20:46:37 [2021-06-18T20:46:37.862Z] 2021/06/18 20:46:37 	Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20
20:46:38 [2021-06-18T20:46:38.121Z] 2021/06/18 20:46:38 	Finished clone golang.org/x/crypto
20:46:39 [2021-06-18T20:46:39.057Z] 2021/06/18 20:46:38 	Finished clone code.cloudfoundry.org/clock
20:46:39 [2021-06-18T20:46:39.057Z] 2021/06/18 20:46:38 	Finished clone github.com/golang/protobuf
20:46:39 [2021-06-18T20:46:39.057Z] 2021/06/18 20:46:38 	Finished clone github.com/prometheus/client_model
20:46:39 [2021-06-18T20:46:39.316Z] 2021/06/18 20:46:39 	Finished clone github.com/prometheus/client_golang
20:46:39 [2021-06-18T20:46:39.502Z] === RUN   TestDockerSuite/TestBuildMultipleTags
20:46:39 [2021-06-18T20:46:39.761Z] === RUN   TestDockerSuite/TestBuildNetContainer
20:46:40 [2021-06-18T20:46:40.020Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.15s)
20:46:40 [2021-06-18T20:46:40.020Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:46:42 [2021-06-18T20:46:42.605Z] === RUN   TestDockerSuite/TestBuildNetNone
20:46:43 [2021-06-18T20:46:43.983Z] === RUN   TestDockerSuite/TestBuildNoContext
20:46:44 [2021-06-18T20:46:44.595Z] 2021/06/18 20:46:43 	Finished clone github.com/google/certificate-transparency-go
20:46:45 [2021-06-18T20:46:45.361Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
20:46:47 [2021-06-18T20:46:47.265Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
20:46:48 [2021-06-18T20:46:48.200Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
20:46:48 [2021-06-18T20:46:48.209Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkFilter
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAttachDisconnect
20:46:48 [2021-06-18T20:46:48.210Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
20:46:48 [2021-06-18T20:46:48.459Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
20:46:48 [2021-06-18T20:46:48.459Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
20:46:48 [2021-06-18T20:46:48.718Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
20:46:48 [2021-06-18T20:46:48.977Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
20:46:49 [2021-06-18T20:46:49.546Z] === RUN   TestDockerSuite/TestBuildOnBuild
20:46:50 [2021-06-18T20:46:50.115Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.97s)
20:46:50 [2021-06-18T20:46:50.115Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:46:50 [2021-06-18T20:46:50.427Z] === RUN   TestDockerSuite/TestAttachPausedContainer
20:46:50 [2021-06-18T20:46:50.427Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
20:46:50 [2021-06-18T20:46:50.427Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
20:46:52 [2021-06-18T20:46:52.019Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
20:46:52 [2021-06-18T20:46:52.019Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
20:46:54 [2021-06-18T20:46:54.553Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
20:46:54 [2021-06-18T20:46:54.575Z] 2021/06/18 20:46:53 	Finished clone github.com/cloudflare/cfssl
20:46:55 [2021-06-18T20:46:55.490Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
20:46:56 [2021-06-18T20:46:56.302Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
20:46:58 [2021-06-18T20:46:58.024Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
20:46:58 [2021-06-18T20:46:58.283Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
20:46:58 [2021-06-18T20:46:58.850Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
20:47:00 [2021-06-18T20:47:00.228Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
20:47:01 [2021-06-18T20:47:01.165Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
20:47:02 [2021-06-18T20:47:02.694Z] 2021/06/18 20:47:02 	Finished clone github.com/docker/swarmkit
20:47:03 [2021-06-18T20:47:03.079Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
20:47:04 [2021-06-18T20:47:04.087Z] 2021/06/18 20:47:03 	Finished clone github.com/coreos/etcd
20:47:05 [2021-06-18T20:47:05.623Z] === RUN   TestDockerSuite/TestBuildPATH
20:47:06 [2021-06-18T20:47:06.560Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s)
20:47:06 [2021-06-18T20:47:06.560Z] PASS
20:47:06 [2021-06-18T20:47:06.560Z] 
20:47:06 [2021-06-18T20:47:06.560Z] DONE 17 tests in 51.152s
20:47:06 [2021-06-18T20:47:06.560Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:47:06 [2021-06-18T20:47:06.560Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:47:06 [2021-06-18T20:47:06.560Z] ++ set -e
20:47:06 [2021-06-18T20:47:06.560Z] ++ '[' -n 0 ']'
20:47:06 [2021-06-18T20:47:06.560Z] ++ set -x
20:47:06 [2021-06-18T20:47:06.560Z] ++ 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
20:47:06 [2021-06-18T20:47:06.819Z] INFO: Testing against a local daemon
20:47:06 [2021-06-18T20:47:06.819Z] === RUN   TestPluginInvalidJSON
20:47:06 [2021-06-18T20:47:06.819Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:47:06 [2021-06-18T20:47:06.819Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:47:06 [2021-06-18T20:47:06.819Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:47:06 [2021-06-18T20:47:06.819Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:47:06 [2021-06-18T20:47:06.819Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
20:47:06 [2021-06-18T20:47:06.819Z] === RUN   TestPluginInstall
20:47:06 [2021-06-18T20:47:06.819Z] === RUN   TestPluginInstall/no_auth
20:47:08 [2021-06-18T20:47:08.203Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
20:47:09 [2021-06-18T20:47:09.140Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
20:47:09 [2021-06-18T20:47:09.359Z] 2021/06/18 20:47:08 	Finished clone cloud.google.com/go
20:47:09 [2021-06-18T20:47:09.399Z] time="2021-06-18T20:47:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:09 [2021-06-18T20:47:09.399Z] time="2021-06-18T20:47:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1073aa6782003d77c0d6da73040298ac02030406089cf625048dc0af218dc45d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:09 [2021-06-18T20:47:09.399Z] time="2021-06-18T20:47:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:09 [2021-06-18T20:47:09.399Z] time="2021-06-18T20:47:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1073aa6782003d77c0d6da73040298ac02030406089cf625048dc0af218dc45d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:09 [2021-06-18T20:47:09.968Z] === RUN   TestPluginInstall/with_htpasswd
20:47:10 [2021-06-18T20:47:10.227Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
20:47:10 [2021-06-18T20:47:10.486Z] time="2021-06-18T20:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:10 [2021-06-18T20:47:10.486Z] time="2021-06-18T20:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf095f369d5bb57a2d2c1614428375c4bf1948403165089db89c6c5688e901f0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:10 [2021-06-18T20:47:10.486Z] time="2021-06-18T20:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:10 [2021-06-18T20:47:10.486Z] time="2021-06-18T20:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf095f369d5bb57a2d2c1614428375c4bf1948403165089db89c6c5688e901f0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:10 [2021-06-18T20:47:10.746Z] === RUN   TestPluginInstall/with_insecure
20:47:12 [2021-06-18T20:47:12.125Z] time="2021-06-18T20:47:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:12 [2021-06-18T20:47:12.125Z] time="2021-06-18T20:47:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11363ea01b95baa58c975541380a5811551ebd0f29c3c18c1b02fa3c062963cb" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:12 [2021-06-18T20:47:12.125Z] time="2021-06-18T20:47:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:47:12 [2021-06-18T20:47:12.125Z] time="2021-06-18T20:47:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11363ea01b95baa58c975541380a5811551ebd0f29c3c18c1b02fa3c062963cb" mediatype=application/vnd.docker.plugin.v1+json size=522
20:47:12 [2021-06-18T20:47:12.384Z] --- PASS: TestPluginInstall (5.59s)
20:47:12 [2021-06-18T20:47:12.384Z]     --- PASS: TestPluginInstall/no_auth (2.93s)
20:47:12 [2021-06-18T20:47:12.384Z]     --- PASS: TestPluginInstall/with_htpasswd (1.08s)
20:47:12 [2021-06-18T20:47:12.384Z]     --- PASS: TestPluginInstall/with_insecure (1.57s)
20:47:12 [2021-06-18T20:47:12.384Z]         plugin_test.go:165: [d8b867a3bc750] daemon is not started
20:47:12 [2021-06-18T20:47:12.384Z] === RUN   TestPluginsWithRuntimes
20:47:12 [2021-06-18T20:47:12.644Z] 2021/06/18 20:47:12 	Finished clone github.com/containerd/containerd
20:47:14 [2021-06-18T20:47:14.294Z] === RUN   TestPluginsWithRuntimes/No_Args
20:47:15 [2021-06-18T20:47:15.672Z] === RUN   TestPluginsWithRuntimes/With_Args
20:47:16 [2021-06-18T20:47:16.610Z] --- PASS: TestPluginsWithRuntimes (4.25s)
20:47:16 [2021-06-18T20:47:16.610Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.26s)
20:47:16 [2021-06-18T20:47:16.610Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.04s)
20:47:16 [2021-06-18T20:47:16.610Z] === RUN   TestPluginBackCompatMediaTypes
20:47:17 [2021-06-18T20:47:17.178Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
20:47:17 [2021-06-18T20:47:17.746Z] --- PASS: TestPluginBackCompatMediaTypes (1.08s)
20:47:17 [2021-06-18T20:47:17.746Z] PASS
20:47:17 [2021-06-18T20:47:17.746Z] 
20:47:17 [2021-06-18T20:47:17.746Z] DONE 10 tests in 11.199s
20:47:17 [2021-06-18T20:47:17.746Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:47:17 [2021-06-18T20:47:17.746Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:47:17 [2021-06-18T20:47:17.746Z] ++ set -e
20:47:17 [2021-06-18T20:47:17.746Z] ++ '[' -n 0 ']'
20:47:17 [2021-06-18T20:47:17.746Z] ++ set -x
20:47:17 [2021-06-18T20:47:17.746Z] ++ 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
20:47:18 [2021-06-18T20:47:18.005Z] INFO: Testing against a local daemon
20:47:18 [2021-06-18T20:47:18.005Z] === RUN   TestExternalGraphDriver
20:47:18 [2021-06-18T20:47:18.265Z] === RUN   TestExternalGraphDriver/json
20:47:20 [2021-06-18T20:47:20.764Z] 2021/06/18 20:47:19 	Finished clone google.golang.org/genproto
20:47:20 [2021-06-18T20:47:20.802Z] === RUN   TestExternalGraphDriver/spec
20:47:21 [2021-06-18T20:47:21.741Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
20:47:23 [2021-06-18T20:47:23.298Z] 2021/06/18 20:47:22 	Finished clone github.com/gogo/protobuf
20:47:24 [2021-06-18T20:47:24.290Z] === RUN   TestExternalGraphDriver/pull
20:47:26 [2021-06-18T20:47:26.195Z] --- PASS: TestExternalGraphDriver (8.01s)
20:47:26 [2021-06-18T20:47:26.195Z]     --- PASS: TestExternalGraphDriver/json (2.62s)
20:47:26 [2021-06-18T20:47:26.195Z]     --- PASS: TestExternalGraphDriver/spec (3.02s)
20:47:26 [2021-06-18T20:47:26.195Z]     --- PASS: TestExternalGraphDriver/pull (2.21s)
20:47:26 [2021-06-18T20:47:26.195Z] === RUN   TestGraphdriverPluginV2
20:47:27 [2021-06-18T20:47:27.573Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
20:47:30 [2021-06-18T20:47:30.104Z] --- PASS: TestGraphdriverPluginV2 (3.94s)
20:47:30 [2021-06-18T20:47:30.104Z] PASS
20:47:30 [2021-06-18T20:47:30.104Z] 
20:47:30 [2021-06-18T20:47:30.104Z] DONE 5 tests in 12.142s
20:47:30 [2021-06-18T20:47:30.105Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:47:30 [2021-06-18T20:47:30.105Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:47:30 [2021-06-18T20:47:30.105Z] ++ set -e
20:47:30 [2021-06-18T20:47:30.105Z] ++ '[' -n 0 ']'
20:47:30 [2021-06-18T20:47:30.105Z] ++ set -x
20:47:30 [2021-06-18T20:47:30.105Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
20:47:30 [2021-06-18T20:47:30.105Z] INFO: Testing against a local daemon
20:47:30 [2021-06-18T20:47:30.105Z] === RUN   TestContinueAfterPluginCrash
20:47:30 [2021-06-18T20:47:30.105Z] === PAUSE TestContinueAfterPluginCrash
20:47:30 [2021-06-18T20:47:30.105Z] === RUN   TestReadPluginNoRead
20:47:30 [2021-06-18T20:47:30.105Z] === PAUSE TestReadPluginNoRead
20:47:30 [2021-06-18T20:47:30.105Z] === RUN   TestDaemonStartWithLogOpt
20:47:30 [2021-06-18T20:47:30.105Z] === PAUSE TestDaemonStartWithLogOpt
20:47:30 [2021-06-18T20:47:30.105Z] === CONT  TestContinueAfterPluginCrash
20:47:30 [2021-06-18T20:47:30.105Z] === CONT  TestDaemonStartWithLogOpt
20:47:34 [2021-06-18T20:47:34.293Z] === RUN   TestDockerSuite/TestBuildRm
20:47:35 [2021-06-18T20:47:35.229Z] --- PASS: TestDaemonStartWithLogOpt (4.87s)
20:47:35 [2021-06-18T20:47:35.229Z] === CONT  TestReadPluginNoRead
20:47:38 [2021-06-18T20:47:38.522Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
20:47:38 [2021-06-18T20:47:38.522Z] === RUN   TestReadPluginNoRead/default
20:47:39 [2021-06-18T20:47:39.090Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
20:47:40 [2021-06-18T20:47:40.468Z] === RUN   TestDockerSuite/TestBuildScratchCopy
20:47:40 [2021-06-18T20:47:40.468Z] === RUN   TestReadPluginNoRead/disabled_caching
20:47:41 [2021-06-18T20:47:41.035Z] --- PASS: TestContinueAfterPluginCrash (10.81s)
20:47:41 [2021-06-18T20:47:41.035Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
20:47:41 [2021-06-18T20:47:41.603Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
20:47:42 [2021-06-18T20:47:42.540Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:47:43 [2021-06-18T20:47:43.109Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
20:47:44 [2021-06-18T20:47:44.486Z] === RUN   TestDockerSuite/TestBuildShellInherited
20:47:44 [2021-06-18T20:47:44.486Z] --- PASS: TestReadPluginNoRead (9.42s)
20:47:44 [2021-06-18T20:47:44.486Z]     --- PASS: TestReadPluginNoRead/default (1.98s)
20:47:44 [2021-06-18T20:47:44.486Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.04s)
20:47:44 [2021-06-18T20:47:44.486Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.84s)
20:47:44 [2021-06-18T20:47:44.486Z]     read_test.go:92: [dae51f50788cf] daemon is not started
20:47:44 [2021-06-18T20:47:44.486Z] PASS
20:47:44 [2021-06-18T20:47:44.486Z] 
20:47:44 [2021-06-18T20:47:44.486Z] DONE 6 tests in 14.513s
20:47:44 [2021-06-18T20:47:44.486Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:47:44 [2021-06-18T20:47:44.486Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:47:44 [2021-06-18T20:47:44.486Z] ++ set -e
20:47:44 [2021-06-18T20:47:44.486Z] ++ '[' -n 0 ']'
20:47:44 [2021-06-18T20:47:44.486Z] ++ set -x
20:47:44 [2021-06-18T20:47:44.486Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
20:47:44 [2021-06-18T20:47:44.486Z] testing: warning: no tests to run
20:47:44 [2021-06-18T20:47:44.486Z] PASS
20:47:44 [2021-06-18T20:47:44.486Z] 
20:47:44 [2021-06-18T20:47:44.486Z] DONE 0 tests in 0.073s
20:47:44 [2021-06-18T20:47:44.486Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:47:44 [2021-06-18T20:47:44.486Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:47:44 [2021-06-18T20:47:44.486Z] ++ set -e
20:47:44 [2021-06-18T20:47:44.486Z] ++ '[' -n 0 ']'
20:47:44 [2021-06-18T20:47:44.486Z] ++ set -x
20:47:44 [2021-06-18T20:47:44.486Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
20:47:44 [2021-06-18T20:47:44.745Z] INFO: Testing against a local daemon
20:47:44 [2021-06-18T20:47:44.745Z] === RUN   TestPluginWithDevMounts
20:47:44 [2021-06-18T20:47:44.745Z] === PAUSE TestPluginWithDevMounts
20:47:44 [2021-06-18T20:47:44.746Z] === CONT  TestPluginWithDevMounts
20:47:45 [2021-06-18T20:47:45.684Z] === RUN   TestDockerSuite/TestBuildShellMultiple
20:47:47 [2021-06-18T20:47:47.087Z] --- PASS: TestPluginWithDevMounts (2.07s)
20:47:47 [2021-06-18T20:47:47.087Z] PASS
20:47:47 [2021-06-18T20:47:47.087Z] 
20:47:47 [2021-06-18T20:47:47.087Z] DONE 1 tests in 2.250s
20:47:47 [2021-06-18T20:47:47.087Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:47:47 [2021-06-18T20:47:47.087Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:47:47 [2021-06-18T20:47:47.087Z] ++ set -e
20:47:47 [2021-06-18T20:47:47.087Z] ++ '[' -n 0 ']'
20:47:47 [2021-06-18T20:47:47.087Z] ++ set -x
20:47:47 [2021-06-18T20:47:47.087Z] ++ 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
20:47:47 [2021-06-18T20:47:47.087Z] INFO: Testing against a local daemon
20:47:47 [2021-06-18T20:47:47.087Z] === RUN   TestSecretInspect
20:47:50 [2021-06-18T20:47:50.377Z] --- PASS: TestSecretInspect (2.79s)
20:47:50 [2021-06-18T20:47:50.377Z] === RUN   TestSecretList
20:47:50 [2021-06-18T20:47:50.377Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
20:47:50 [2021-06-18T20:47:50.377Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
20:47:50 [2021-06-18T20:47:50.377Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
20:47:50 [2021-06-18T20:47:50.377Z] === RUN   TestDockerSuite/TestBuildSpaces
20:47:50 [2021-06-18T20:47:50.636Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
20:47:51 [2021-06-18T20:47:51.574Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
20:47:51 [2021-06-18T20:47:51.832Z] === RUN   TestDockerSuite/TestBuildStderr
20:47:52 [2021-06-18T20:47:52.768Z] --- PASS: TestSecretList (2.74s)
20:47:52 [2021-06-18T20:47:52.768Z] === RUN   TestSecretsCreateAndDelete
20:47:53 [2021-06-18T20:47:53.027Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
20:47:55 [2021-06-18T20:47:55.560Z] --- PASS: TestSecretsCreateAndDelete (2.74s)
20:47:55 [2021-06-18T20:47:55.560Z] === RUN   TestSecretsUpdate
20:47:58 [2021-06-18T20:47:58.100Z] === RUN   TestDockerSuite/TestBuildStopSignal
20:47:58 [2021-06-18T20:47:58.100Z] --- PASS: TestSecretsUpdate (2.72s)
20:47:58 [2021-06-18T20:47:58.100Z] === RUN   TestTemplatedSecret
20:47:59 [2021-06-18T20:47:59.477Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
20:48:00 [2021-06-18T20:48:00.857Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
20:48:01 [2021-06-18T20:48:01.425Z] === RUN   TestDockerSuite/TestBuildTagEvent
20:48:01 [2021-06-18T20:48:01.993Z] --- PASS: TestTemplatedSecret (3.87s)
20:48:01 [2021-06-18T20:48:01.993Z] === RUN   TestSecretCreateResolve
20:48:02 [2021-06-18T20:48:02.561Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
20:48:03 [2021-06-18T20:48:03.939Z] === RUN   TestDockerSuite/TestBuildUser
20:48:04 [2021-06-18T20:48:04.508Z] --- PASS: TestSecretCreateResolve (2.71s)
20:48:04 [2021-06-18T20:48:04.508Z] PASS
20:48:04 [2021-06-18T20:48:04.508Z] 
20:48:04 [2021-06-18T20:48:04.508Z] DONE 6 tests in 17.707s
20:48:04 [2021-06-18T20:48:04.508Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:48:04 [2021-06-18T20:48:04.508Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:48:04 [2021-06-18T20:48:04.508Z] ++ set -e
20:48:04 [2021-06-18T20:48:04.508Z] ++ '[' -n 0 ']'
20:48:04 [2021-06-18T20:48:04.508Z] ++ set -x
20:48:04 [2021-06-18T20:48:04.508Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
20:48:04 [2021-06-18T20:48:04.766Z] INFO: Testing against a local daemon
20:48:04 [2021-06-18T20:48:04.767Z] === RUN   TestServiceCreateInit
20:48:04 [2021-06-18T20:48:04.767Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:48:06 [2021-06-18T20:48:06.143Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
20:48:06 [2021-06-18T20:48:06.403Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
20:48:09 [2021-06-18T20:48:09.978Z] 2021/06/18 20:48:08 	Finished clone github.com/hashicorp/consul
20:48:11 [2021-06-18T20:48:11.686Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:48:11 [2021-06-18T20:48:11.686Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
20:48:13 [2021-06-18T20:48:13.264Z] 2021/06/18 20:48:12 	Finished clone github.com/aws/aws-sdk-go
20:48:18 [2021-06-18T20:48:18.253Z] --- PASS: TestServiceCreateInit (13.00s)
20:48:18 [2021-06-18T20:48:18.253Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (6.15s)
20:48:18 [2021-06-18T20:48:18.253Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (6.83s)
20:48:18 [2021-06-18T20:48:18.253Z] === RUN   TestCreateServiceMultipleTimes
20:48:28 [2021-06-18T20:48:28.237Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
20:48:34 [2021-06-18T20:48:34.807Z] === RUN   TestDockerSuite/TestBuildVerboseOut
20:48:34 [2021-06-18T20:48:34.807Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
20:48:35 [2021-06-18T20:48:35.066Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
20:48:36 [2021-06-18T20:48:36.443Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
20:48:37 [2021-06-18T20:48:37.010Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
20:48:37 [2021-06-18T20:48:37.824Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
20:48:38 [2021-06-18T20:48:38.393Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
20:48:38 [2021-06-18T20:48:38.393Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
20:48:38 [2021-06-18T20:48:38.393Z] === RUN   TestDockerSuite/TestBuildWindowsUser
20:48:38 [2021-06-18T20:48:38.393Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
20:48:38 [2021-06-18T20:48:38.393Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
20:48:39 [2021-06-18T20:48:39.391Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
20:48:40 [2021-06-18T20:48:40.297Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
20:48:40 [2021-06-18T20:48:40.297Z] === RUN   TestDockerSuite/TestBuildWithFailure
20:48:40 [2021-06-18T20:48:40.556Z] --- PASS: TestCreateServiceMultipleTimes (22.71s)
20:48:40 [2021-06-18T20:48:40.556Z] === RUN   TestCreateServiceConflict
20:48:41 [2021-06-18T20:48:41.124Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
20:48:42 [2021-06-18T20:48:42.061Z] === RUN   TestDockerSuite/TestBuildWithTabs
20:48:43 [2021-06-18T20:48:43.001Z] --- PASS: TestCreateServiceConflict (2.36s)
20:48:43 [2021-06-18T20:48:43.001Z] === RUN   TestCreateServiceMaxReplicas
20:48:43 [2021-06-18T20:48:43.001Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
20:48:43 [2021-06-18T20:48:43.259Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
20:48:46 [2021-06-18T20:48:46.550Z] --- PASS: TestCreateServiceMaxReplicas (3.80s)
20:48:46 [2021-06-18T20:48:46.550Z] === RUN   TestCreateWithDuplicateNetworkNames
20:48:46 [2021-06-18T20:48:46.809Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
20:48:49 [2021-06-18T20:48:49.342Z] === RUN   TestDockerSuite/TestBuildWithVolumes
20:48:49 [2021-06-18T20:48:49.825Z] === RUN   TestDockerSuite/TestBuildAddNonTar
20:48:50 [2021-06-18T20:48:50.279Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
20:48:50 [2021-06-18T20:48:50.537Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
20:48:51 [2021-06-18T20:48:51.105Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
20:48:51 [2021-06-18T20:48:51.105Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
20:48:51 [2021-06-18T20:48:51.673Z] === RUN   TestDockerSuite/TestBuildXZHost
20:48:52 [2021-06-18T20:48:52.781Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
20:48:53 [2021-06-18T20:48:53.769Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
20:48:53 [2021-06-18T20:48:53.769Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
20:48:54 [2021-06-18T20:48:54.210Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
20:48:54 [2021-06-18T20:48:54.210Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
20:48:54 [2021-06-18T20:48:54.210Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
20:48:54 [2021-06-18T20:48:54.778Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
20:48:55 [2021-06-18T20:48:55.346Z] === RUN   TestDockerSuite/TestCommitChange
20:48:56 [2021-06-18T20:48:56.723Z] === RUN   TestDockerSuite/TestCommitChangeLabels
20:48:56 [2021-06-18T20:48:56.725Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
20:48:57 [2021-06-18T20:48:57.291Z] === RUN   TestDockerSuite/TestCommitHardlink
20:48:57 [2021-06-18T20:48:57.714Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
20:48:59 [2021-06-18T20:48:59.362Z] === RUN   TestDockerSuite/TestCommitNewFile
20:49:00 [2021-06-18T20:49:00.739Z] === RUN   TestDockerSuite/TestCommitPausedContainer
20:49:01 [2021-06-18T20:49:01.307Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.53s)
20:49:01 [2021-06-18T20:49:01.307Z] === RUN   TestCreateServiceSecretFileMode
20:49:01 [2021-06-18T20:49:01.307Z] === RUN   TestDockerSuite/TestCommitTTY
20:49:02 [2021-06-18T20:49:02.686Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
20:49:03 [2021-06-18T20:49:03.625Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
20:49:05 [2021-06-18T20:49:05.013Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
20:49:05 [2021-06-18T20:49:05.013Z] --- PASS: TestCreateServiceSecretFileMode (3.78s)
20:49:05 [2021-06-18T20:49:05.013Z] === RUN   TestCreateServiceConfigFileMode
20:49:06 [2021-06-18T20:49:06.520Z] === RUN   TestDockerSuite/TestBuildAddScript
20:49:06 [2021-06-18T20:49:06.520Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
20:49:06 [2021-06-18T20:49:06.520Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
20:49:06 [2021-06-18T20:49:06.520Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
20:49:06 [2021-06-18T20:49:06.520Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
20:49:06 [2021-06-18T20:49:06.917Z] === RUN   TestDockerSuite/TestCommitWithoutPause
20:49:06 [2021-06-18T20:49:06.992Z] === RUN   TestDockerSuite/TestBuildAddTar
20:49:08 [2021-06-18T20:49:08.297Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
20:49:08 [2021-06-18T20:49:08.297Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
20:49:08 [2021-06-18T20:49:08.297Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
20:49:08 [2021-06-18T20:49:08.297Z] --- PASS: TestCreateServiceConfigFileMode (3.43s)
20:49:08 [2021-06-18T20:49:08.297Z] === RUN   TestCreateServiceSysctls
20:49:08 [2021-06-18T20:49:08.559Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
20:49:08 [2021-06-18T20:49:08.559Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
20:49:08 [2021-06-18T20:49:08.559Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
20:49:08 [2021-06-18T20:49:08.559Z] === RUN   TestDockerSuite/TestContainerAPICommit
20:49:09 [2021-06-18T20:49:09.498Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
20:49:10 [2021-06-18T20:49:10.435Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
20:49:13 [2021-06-18T20:49:13.727Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
20:49:13 [2021-06-18T20:49:13.727Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
20:49:13 [2021-06-18T20:49:13.727Z] --- PASS: TestCreateServiceSysctls (5.39s)
20:49:13 [2021-06-18T20:49:13.727Z] === RUN   TestCreateServiceCapabilities
20:49:14 [2021-06-18T20:49:14.295Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
20:49:15 [2021-06-18T20:49:15.234Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
20:49:16 [2021-06-18T20:49:16.614Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
20:49:17 [2021-06-18T20:49:17.181Z] --- PASS: TestCreateServiceCapabilities (3.46s)
20:49:17 [2021-06-18T20:49:17.181Z] === RUN   TestInspect
20:49:17 [2021-06-18T20:49:17.440Z] === RUN   TestDockerSuite/TestContainerAPICreate
20:49:18 [2021-06-18T20:49:18.377Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
20:49:18 [2021-06-18T20:49:18.377Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
20:49:18 [2021-06-18T20:49:18.377Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
20:49:19 [2021-06-18T20:49:19.317Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
20:49:19 [2021-06-18T20:49:19.576Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
20:49:19 [2021-06-18T20:49:19.576Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
20:49:19 [2021-06-18T20:49:19.576Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
20:49:19 [2021-06-18T20:49:19.836Z] === RUN   TestDockerSuite/TestContainerAPIDelete
20:49:20 [2021-06-18T20:49:20.774Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
20:49:21 [2021-06-18T20:49:21.343Z] --- PASS: TestInspect (4.08s)
20:49:21 [2021-06-18T20:49:21.343Z] === RUN   TestCreateJob
20:49:21 [2021-06-18T20:49:21.910Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
20:49:22 [2021-06-18T20:49:22.847Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
20:49:22 [2021-06-18T20:49:22.847Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
20:49:25 [2021-06-18T20:49:25.421Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
20:49:25 [2021-06-18T20:49:25.989Z] --- PASS: TestCreateJob (4.68s)
20:49:25 [2021-06-18T20:49:25.989Z] === RUN   TestReplicatedJob
20:49:26 [2021-06-18T20:49:26.248Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
20:49:26 [2021-06-18T20:49:26.248Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
20:49:27 [2021-06-18T20:49:27.187Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
20:49:28 [2021-06-18T20:49:28.126Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
20:49:29 [2021-06-18T20:49:29.504Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
20:49:30 [2021-06-18T20:49:30.443Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
20:49:30 [2021-06-18T20:49:30.443Z] === RUN   TestDockerSuite/TestContainerAPIKill
20:49:31 [2021-06-18T20:49:31.821Z] === RUN   TestDockerSuite/TestContainerAPIPause
20:49:33 [2021-06-18T20:49:33.199Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
20:49:34 [2021-06-18T20:49:34.134Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
20:49:34 [2021-06-18T20:49:34.134Z] === RUN   TestDockerSuite/TestContainerAPIRename
20:49:34 [2021-06-18T20:49:34.393Z] --- PASS: TestReplicatedJob (8.40s)
20:49:34 [2021-06-18T20:49:34.393Z] === RUN   TestUpdateReplicatedJob
20:49:34 [2021-06-18T20:49:34.962Z] === RUN   TestDockerSuite/TestContainerAPIRestart
20:49:36 [2021-06-18T20:49:36.870Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
20:49:37 [2021-06-18T20:49:37.130Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
20:49:39 [2021-06-18T20:49:39.665Z] --- PASS: TestUpdateReplicatedJob (5.08s)
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestServiceListWithStatuses
20:49:39 [2021-06-18T20:49:39.665Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:49:39 [2021-06-18T20:49:39.665Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerNetworkConnectAlias
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
20:49:39 [2021-06-18T20:49:39.665Z] === RUN   TestDockerSuite/TestContainerAPIStart
20:49:40 [2021-06-18T20:49:40.602Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
20:49:44 [2021-06-18T20:49:44.793Z] --- PASS: TestDockerNetworkConnectAlias (5.31s)
20:49:44 [2021-06-18T20:49:44.793Z] === RUN   TestDockerNetworkReConnect
20:49:45 [2021-06-18T20:49:45.730Z] === RUN   TestDockerSuite/TestContainerAPIStop
20:49:46 [2021-06-18T20:49:46.309Z] === RUN   TestDockerSuite/TestContainerAPITop
20:49:47 [2021-06-18T20:49:47.688Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
20:49:47 [2021-06-18T20:49:47.688Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
20:49:47 [2021-06-18T20:49:47.688Z] === RUN   TestDockerSuite/TestContainerAPIWait
20:49:49 [2021-06-18T20:49:49.590Z] --- PASS: TestDockerNetworkReConnect (4.65s)
20:49:49 [2021-06-18T20:49:49.590Z] === RUN   TestServicePlugin
20:49:49 [2021-06-18T20:49:49.711Z] === RUN   TestDockerSuite/TestBuildAddTarXz
20:49:49 [2021-06-18T20:49:49.711Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
20:49:49 [2021-06-18T20:49:49.711Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
20:49:50 [2021-06-18T20:49:50.966Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
20:49:51 [2021-06-18T20:49:51.904Z] === RUN   TestDockerSuite/TestContainerNetworkMode
20:49:53 [2021-06-18T20:49:53.285Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
20:49:59 [2021-06-18T20:49:59.857Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
20:50:00 [2021-06-18T20:50:00.424Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
20:50:02 [2021-06-18T20:50:02.329Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
20:50:03 [2021-06-18T20:50:03.706Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
20:50:04 [2021-06-18T20:50:04.643Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
20:50:06 [2021-06-18T20:50:06.547Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
20:50:06 [2021-06-18T20:50:06.806Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
20:50:07 [2021-06-18T20:50:07.538Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
20:50:07 [2021-06-18T20:50:07.538Z] === RUN   TestDockerSuite/TestBuildBlankName
20:50:07 [2021-06-18T20:50:07.538Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
20:50:08 [2021-06-18T20:50:08.710Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
20:50:10 [2021-06-18T20:50:10.090Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000981c40_<nil>}
20:50:12 [2021-06-18T20:50:12.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1982729628_/foo_false__<nil>_<nil>_<nil>}
20:50:12 [2021-06-18T20:50:12.312Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
20:50:12 [2021-06-18T20:50:12.781Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
20:50:13 [2021-06-18T20:50:13.393Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1982729628_/foo_true__<nil>_<nil>_<nil>}
20:50:15 [2021-06-18T20:50:15.297Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_false__<nil>_<nil>_<nil>}
20:50:15 [2021-06-18T20:50:15.864Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_true__<nil>_<nil>_<nil>}
20:50:16 [2021-06-18T20:50:16.577Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
20:50:17 [2021-06-18T20:50:17.242Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_true__0xc000981ca0_<nil>_<nil>}
20:50:19 [2021-06-18T20:50:19.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000981cc0_<nil>}
20:50:20 [2021-06-18T20:50:20.520Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000981ce0_<nil>}
20:50:21 [2021-06-18T20:50:21.458Z] --- PASS: TestServicePlugin (31.95s)
20:50:21 [2021-06-18T20:50:21.458Z]     plugin_test.go:62: [db4481d4badfe] joining swarm manager [d511af5ff6225]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:50:21 [2021-06-18T20:50:21.458Z]     plugin_test.go:65: [de894e4653864] joining swarm manager [d511af5ff6225]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:50:21 [2021-06-18T20:50:21.458Z] === RUN   TestServiceUpdateLabel
20:50:22 [2021-06-18T20:50:22.025Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000981d00_<nil>}
20:50:23 [2021-06-18T20:50:23.928Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000981d20_<nil>}
20:50:23 [2021-06-18T20:50:23.928Z] --- PASS: TestServiceUpdateLabel (2.39s)
20:50:23 [2021-06-18T20:50:23.928Z] === RUN   TestServiceUpdateSecrets
20:50:25 [2021-06-18T20:50:25.244Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
20:50:25 [2021-06-18T20:50:25.833Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
20:50:27 [2021-06-18T20:50:27.209Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
20:50:27 [2021-06-18T20:50:27.469Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
20:50:30 [2021-06-18T20:50:30.801Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
20:50:31 [2021-06-18T20:50:31.121Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
20:50:31 [2021-06-18T20:50:31.121Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
20:50:32 [2021-06-18T20:50:32.717Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
20:50:34 [2021-06-18T20:50:34.916Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
20:50:34 [2021-06-18T20:50:34.916Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
20:50:34 [2021-06-18T20:50:34.916Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
20:50:36 [2021-06-18T20:50:36.004Z] === RUN   TestDockerSuite/TestCopyAndRestart
20:50:37 [2021-06-18T20:50:37.383Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
20:50:37 [2021-06-18T20:50:37.383Z] === RUN   TestDockerSuite/TestCpAbsolutePath
20:50:38 [2021-06-18T20:50:38.320Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
20:50:38 [2021-06-18T20:50:38.888Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
20:50:39 [2021-06-18T20:50:39.148Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
20:50:39 [2021-06-18T20:50:39.678Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
20:50:39 [2021-06-18T20:50:39.679Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
20:50:39 [2021-06-18T20:50:39.716Z] --- PASS: TestServiceUpdateSecrets (15.96s)
20:50:39 [2021-06-18T20:50:39.716Z] === RUN   TestServiceUpdateConfigs
20:50:40 [2021-06-18T20:50:40.151Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
20:50:40 [2021-06-18T20:50:40.151Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
20:50:40 [2021-06-18T20:50:40.151Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
20:50:40 [2021-06-18T20:50:40.285Z] === RUN   TestDockerSuite/TestCpFromCaseA
20:50:42 [2021-06-18T20:50:42.191Z] === RUN   TestDockerSuite/TestCpFromCaseB
20:50:43 [2021-06-18T20:50:43.569Z] === RUN   TestDockerSuite/TestCpFromCaseC
20:50:44 [2021-06-18T20:50:44.137Z] === RUN   TestDockerSuite/TestCpFromCaseD
20:50:45 [2021-06-18T20:50:45.514Z] === RUN   TestDockerSuite/TestCpFromCaseE
20:50:46 [2021-06-18T20:50:46.451Z] === RUN   TestDockerSuite/TestCpFromCaseF
20:50:47 [2021-06-18T20:50:47.389Z] === RUN   TestDockerSuite/TestCpFromCaseG
20:50:48 [2021-06-18T20:50:48.325Z] === RUN   TestDockerSuite/TestCpFromCaseH
20:50:49 [2021-06-18T20:50:49.264Z] === RUN   TestDockerSuite/TestCpFromCaseI
20:50:50 [2021-06-18T20:50:50.202Z] === RUN   TestDockerSuite/TestCpFromCaseJ
20:50:51 [2021-06-18T20:50:51.140Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
20:50:52 [2021-06-18T20:50:52.518Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
20:50:53 [2021-06-18T20:50:53.457Z] === RUN   TestDockerSuite/TestCpGarbagePath
20:50:54 [2021-06-18T20:50:54.393Z] === RUN   TestDockerSuite/TestCpLocalOnly
20:50:54 [2021-06-18T20:50:54.393Z] === RUN   TestDockerSuite/TestCpNameHasColon
20:50:55 [2021-06-18T20:50:55.330Z] === RUN   TestDockerSuite/TestCpRelativePath
20:50:56 [2021-06-18T20:50:56.266Z] --- PASS: TestServiceUpdateConfigs (16.31s)
20:50:56 [2021-06-18T20:50:56.266Z] === RUN   TestServiceUpdateNetwork
20:50:56 [2021-06-18T20:50:56.266Z] === RUN   TestDockerSuite/TestCpSpecialFiles
20:50:57 [2021-06-18T20:50:57.644Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
20:50:58 [2021-06-18T20:50:58.583Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
20:50:59 [2021-06-18T20:50:59.962Z] === RUN   TestDockerSuite/TestCpToCaseA
20:51:01 [2021-06-18T20:51:01.342Z] === RUN   TestDockerSuite/TestCpToCaseB
20:51:02 [2021-06-18T20:51:02.280Z] === RUN   TestDockerSuite/TestCpToCaseC
20:51:04 [2021-06-18T20:51:04.766Z] 2021/06/18 20:50:57 	Finished clone google.golang.org/api
20:51:04 [2021-06-18T20:51:04.766Z] 2021/06/18 20:50:57 Dependencies downloaded. Download time: 5m1.683479323s
20:51:04 [2021-06-18T20:51:04.766Z] 2021/06/18 20:50:57 Collecting all dependencies
20:51:05 [2021-06-18T20:51:05.569Z] === RUN   TestDockerSuite/TestCpToCaseD
20:51:08 [2021-06-18T20:51:08.953Z] 2021/06/18 20:51:08 Clean vendor dir from unused packages
20:51:08 [2021-06-18T20:51:08.953Z] 2021/06/18 20:51:08 	Ignoring paths matching "^archive/tar"
20:51:09 [2021-06-18T20:51:09.211Z] 2021/06/18 20:51:09 Success
20:51:09 [2021-06-18T20:51:09.211Z] 2021/06/18 20:51:09 Running time: 5m17.085146797s
20:51:09 [2021-06-18T20:51:09.469Z] Congratulations! All vendoring changes are done the right way.
20:51:09 [2021-06-18T20:51:09.764Z] === RUN   TestDockerSuite/TestCpToCaseE
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:51:10 [2021-06-18T20:51:10.344Z] + echo Ensuring container killed.
20:51:10 [2021-06-18T20:51:10.344Z] Ensuring container killed.
20:51:10 [2021-06-18T20:51:10.344Z] + docker rm -vf docker-pr2
20:51:10 [2021-06-18T20:51:10.344Z] Error: No such container: docker-pr2
[Pipeline] sh
20:51:10 [2021-06-18T20:51:10.622Z] + echo Chowning /workspace to jenkins user
20:51:10 [2021-06-18T20:51:10.622Z] Chowning /workspace to jenkins user
20:51:10 [2021-06-18T20:51:10.622Z] + id -u
20:51:10 [2021-06-18T20:51:10.622Z] + id -g
20:51:10 [2021-06-18T20:51:10.622Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
20:51:11 [2021-06-18T20:51:11.140Z] --- PASS: TestServiceUpdateNetwork (14.87s)
20:51:11 [2021-06-18T20:51:11.140Z] === RUN   TestServiceUpdatePidsLimit
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:51:11 [2021-06-18T20:51:11.856Z] + bundleName=unit
20:51:11 [2021-06-18T20:51:11.856Z] + echo Creating unit-bundles.tar.gz
20:51:11 [2021-06-18T20:51:11.856Z] Creating unit-bundles.tar.gz
20:51:11 [2021-06-18T20:51:11.856Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
20:51:11 [2021-06-18T20:51:11.856Z] bundles/junit-report.xml
20:51:11 [2021-06-18T20:51:11.856Z] bundles/go-test-report.json
20:51:11 [2021-06-18T20:51:11.856Z] bundles/profile.out
[Pipeline] archiveArtifacts
20:51:11 [2021-06-18T20:51:11.868Z] Archiving artifacts
20:51:12 [2021-06-18T20:51:12.345Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:51:12 [2021-06-18T20:51:12.519Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:51:12 [2021-06-18T20:51:12.652Z] + make clean
20:51:12 [2021-06-18T20:51:12.910Z] docker volume rm -f docker-dev-cache
20:51:12 [2021-06-18T20:51:12.910Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:51:13 [2021-06-18T20:51:13.463Z] === RUN   TestDockerSuite/TestCpToCaseF
20:51:14 [2021-06-18T20:51:14.031Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:51:14 [2021-06-18T20:51:14.290Z] === RUN   TestDockerSuite/TestCpToCaseG
20:51:16 [2021-06-18T20:51:16.018Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
20:51:16 [2021-06-18T20:51:16.018Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
20:51:16 [2021-06-18T20:51:16.487Z] === RUN   TestDockerSuite/TestBuildCacheAdd
20:51:16 [2021-06-18T20:51:16.956Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
20:51:17 [2021-06-18T20:51:17.944Z] === RUN   TestDockerSuite/TestBuildCacheFrom
20:51:17 [2021-06-18T20:51:17.944Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
20:51:19 [2021-06-18T20:51:19.560Z] === RUN   TestDockerSuite/TestCpToCaseH
20:51:21 [2021-06-18T20:51:21.463Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:51:21 [2021-06-18T20:51:21.739Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
20:51:22 [2021-06-18T20:51:22.033Z] === RUN   TestDockerSuite/TestCpToCaseI
20:51:22 [2021-06-18T20:51:22.602Z] === RUN   TestDockerSuite/TestCpToCaseJ
20:51:22 [2021-06-18T20:51:22.729Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
20:51:22 [2021-06-18T20:51:22.729Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
20:51:22 [2021-06-18T20:51:22.729Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
20:51:23 [2021-06-18T20:51:23.991Z] === RUN   TestDockerSuite/TestBuildClearCmd
20:51:24 [2021-06-18T20:51:24.982Z] === RUN   TestDockerSuite/TestBuildCmd
20:51:25 [2021-06-18T20:51:25.451Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
20:51:25 [2021-06-18T20:51:25.920Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
20:51:26 [2021-06-18T20:51:26.389Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
20:51:27 [2021-06-18T20:51:27.873Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
20:51:28 [2021-06-18T20:51:28.132Z] === RUN   TestDockerSuite/TestCpToDot
20:51:29 [2021-06-18T20:51:29.072Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
20:51:29 [2021-06-18T20:51:29.642Z] --- PASS: TestServiceUpdatePidsLimit (18.59s)
20:51:29 [2021-06-18T20:51:29.642Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.65s)
20:51:29 [2021-06-18T20:51:29.642Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.42s)
20:51:29 [2021-06-18T20:51:29.642Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.44s)
20:51:29 [2021-06-18T20:51:29.642Z] PASS
20:51:29 [2021-06-18T20:51:29.642Z] 
20:51:29 [2021-06-18T20:51:29.642Z] === Skipped
20:51:29 [2021-06-18T20:51:29.642Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:51:29 [2021-06-18T20:51:29.642Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:51:29 [2021-06-18T20:51:29.642Z] 
20:51:29 [2021-06-18T20:51:29.642Z] 
20:51:29 [2021-06-18T20:51:29.642Z] DONE 27 tests, 1 skipped in 204.894s
20:51:29 [2021-06-18T20:51:29.642Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:51:29 [2021-06-18T20:51:29.642Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:51:29 [2021-06-18T20:51:29.642Z] ++ set -e
20:51:29 [2021-06-18T20:51:29.642Z] ++ '[' -n 0 ']'
20:51:29 [2021-06-18T20:51:29.642Z] ++ set -x
20:51:29 [2021-06-18T20:51:29.642Z] ++ 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
20:51:29 [2021-06-18T20:51:29.642Z] INFO: Testing against a local daemon
20:51:29 [2021-06-18T20:51:29.642Z] === RUN   TestSessionCreate
20:51:29 [2021-06-18T20:51:29.642Z] --- PASS: TestSessionCreate (0.04s)
20:51:29 [2021-06-18T20:51:29.642Z] === RUN   TestSessionCreateWithBadUpgrade
20:51:29 [2021-06-18T20:51:29.642Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:51:29 [2021-06-18T20:51:29.642Z] PASS
20:51:29 [2021-06-18T20:51:29.642Z] 
20:51:29 [2021-06-18T20:51:29.642Z] DONE 2 tests in 0.218s
20:51:29 [2021-06-18T20:51:29.901Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:51:29 [2021-06-18T20:51:29.901Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:51:29 [2021-06-18T20:51:29.901Z] ++ set -e
20:51:29 [2021-06-18T20:51:29.901Z] ++ '[' -n 0 ']'
20:51:29 [2021-06-18T20:51:29.901Z] ++ set -x
20:51:29 [2021-06-18T20:51:29.901Z] ++ 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
20:51:29 [2021-06-18T20:51:29.901Z] INFO: Testing against a local daemon
20:51:29 [2021-06-18T20:51:29.901Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:51:29 [2021-06-18T20:51:29.901Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:51:29 [2021-06-18T20:51:29.901Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:51:29 [2021-06-18T20:51:29.901Z] === RUN   TestEventsExecDie
20:51:30 [2021-06-18T20:51:30.838Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
20:51:31 [2021-06-18T20:51:31.150Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
20:51:31 [2021-06-18T20:51:31.406Z] --- PASS: TestEventsExecDie (1.49s)
20:51:31 [2021-06-18T20:51:31.406Z] === RUN   TestEventsBackwardsCompatible
20:51:31 [2021-06-18T20:51:31.665Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
20:51:31 [2021-06-18T20:51:31.665Z] === RUN   TestInfoBinaryCommits
20:51:31 [2021-06-18T20:51:31.665Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:51:31 [2021-06-18T20:51:31.665Z] === RUN   TestInfoAPIVersioned
20:51:31 [2021-06-18T20:51:31.665Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:51:31 [2021-06-18T20:51:31.665Z] === RUN   TestInfoDiscoveryBackend
20:51:32 [2021-06-18T20:51:32.137Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
20:51:32 [2021-06-18T20:51:32.137Z] === RUN   TestDockerSuite/TestBuildConditionalCache
20:51:32 [2021-06-18T20:51:32.232Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:51:32 [2021-06-18T20:51:32.232Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:51:32 [2021-06-18T20:51:32.491Z] === RUN   TestDockerSuite/TestCpToStdout
20:51:33 [2021-06-18T20:51:33.059Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:51:33 [2021-06-18T20:51:33.059Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:51:33 [2021-06-18T20:51:33.125Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
20:51:33 [2021-06-18T20:51:33.125Z] === RUN   TestDockerSuite/TestBuildContextCleanup
20:51:33 [2021-06-18T20:51:33.319Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
20:51:33 [2021-06-18T20:51:33.579Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:51:33 [2021-06-18T20:51:33.594Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
20:51:33 [2021-06-18T20:51:33.838Z] === RUN   TestInfoAPI
20:51:33 [2021-06-18T20:51:33.838Z] --- PASS: TestInfoAPI (0.03s)
20:51:33 [2021-06-18T20:51:33.838Z] === RUN   TestInfoAPIWarnings
20:51:34 [2021-06-18T20:51:34.779Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
20:51:34 [2021-06-18T20:51:34.779Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
20:51:35 [2021-06-18T20:51:35.162Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
20:51:35 [2021-06-18T20:51:35.632Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
20:51:35 [2021-06-18T20:51:35.725Z] === RUN   TestDockerSuite/TestCpVolumePath
20:51:36 [2021-06-18T20:51:36.101Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
20:51:36 [2021-06-18T20:51:36.101Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
20:51:36 [2021-06-18T20:51:36.675Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
20:51:36 [2021-06-18T20:51:36.675Z] === RUN   TestDockerSuite/TestCreateArgs
20:51:36 [2021-06-18T20:51:36.933Z] === RUN   TestDockerSuite/TestCreateByImageID
20:51:37 [2021-06-18T20:51:37.089Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
20:51:37 [2021-06-18T20:51:37.192Z] === RUN   TestDockerSuite/TestCreateEchoStdout
20:51:37 [2021-06-18T20:51:37.557Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
20:51:37 [2021-06-18T20:51:37.558Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
20:51:37 [2021-06-18T20:51:37.558Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
20:51:38 [2021-06-18T20:51:38.128Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
20:51:38 [2021-06-18T20:51:38.128Z] === RUN   TestDockerSuite/TestCreateHostConfig
20:51:38 [2021-06-18T20:51:38.128Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
20:51:38 [2021-06-18T20:51:38.698Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
20:51:38 [2021-06-18T20:51:38.958Z] === RUN   TestDockerSuite/TestCreateLabels
20:51:38 [2021-06-18T20:51:38.958Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
20:51:39 [2021-06-18T20:51:39.217Z] === RUN   TestDockerSuite/TestCreateRM
20:51:39 [2021-06-18T20:51:39.217Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
20:51:39 [2021-06-18T20:51:39.217Z] === RUN   TestDockerSuite/TestCreateStopSignal
20:51:39 [2021-06-18T20:51:39.476Z] === RUN   TestDockerSuite/TestCreateStopTimeout
20:51:39 [2021-06-18T20:51:39.476Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
20:51:41 [2021-06-18T20:51:41.350Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
20:51:42 [2021-06-18T20:51:42.014Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
20:51:42 [2021-06-18T20:51:42.014Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
20:51:42 [2021-06-18T20:51:42.014Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
20:51:42 [2021-06-18T20:51:42.582Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
20:51:45 [2021-06-18T20:51:45.119Z] === RUN   TestDockerSuite/TestCreateWithPortRange
20:51:45 [2021-06-18T20:51:45.378Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
20:51:45 [2021-06-18T20:51:45.378Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
20:51:45 [2021-06-18T20:51:45.378Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
20:51:45 [2021-06-18T20:51:45.378Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
20:51:45 [2021-06-18T20:51:45.378Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
20:51:46 [2021-06-18T20:51:46.315Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
20:51:47 [2021-06-18T20:51:47.698Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
20:51:48 [2021-06-18T20:51:48.400Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
20:51:50 [2021-06-18T20:51:50.304Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
20:51:50 [2021-06-18T20:51:50.304Z] --- PASS: TestInfoAPIWarnings (16.41s)
20:51:50 [2021-06-18T20:51:50.304Z] === RUN   TestInfoDebug
20:51:50 [2021-06-18T20:51:50.563Z] --- PASS: TestInfoDebug (0.53s)
20:51:50 [2021-06-18T20:51:50.563Z] === RUN   TestInfoInsecureRegistries
20:51:51 [2021-06-18T20:51:51.131Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:51:51 [2021-06-18T20:51:51.131Z] === RUN   TestInfoRegistryMirrors
20:51:51 [2021-06-18T20:51:51.698Z] --- PASS: TestInfoRegistryMirrors (0.54s)
20:51:51 [2021-06-18T20:51:51.698Z] === RUN   TestLoginFailsWithBadCredentials
20:51:51 [2021-06-18T20:51:51.698Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
20:51:51 [2021-06-18T20:51:51.957Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s)
20:51:51 [2021-06-18T20:51:51.957Z] === RUN   TestPingCacheHeaders
20:51:51 [2021-06-18T20:51:51.957Z] --- PASS: TestPingCacheHeaders (0.03s)
20:51:51 [2021-06-18T20:51:51.957Z] === RUN   TestPingGet
20:51:51 [2021-06-18T20:51:51.957Z] --- PASS: TestPingGet (0.02s)
20:51:51 [2021-06-18T20:51:51.957Z] === RUN   TestPingHead
20:51:51 [2021-06-18T20:51:51.957Z] --- PASS: TestPingHead (0.02s)
20:51:51 [2021-06-18T20:51:51.957Z] === RUN   TestVersion
20:51:51 [2021-06-18T20:51:51.957Z] --- PASS: TestVersion (0.02s)
20:51:51 [2021-06-18T20:51:51.957Z] PASS
20:51:51 [2021-06-18T20:51:51.957Z] 
20:51:51 [2021-06-18T20:51:51.957Z] === Skipped
20:51:51 [2021-06-18T20:51:51.957Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:51:51 [2021-06-18T20:51:51.957Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:51:51 [2021-06-18T20:51:51.957Z] 
20:51:51 [2021-06-18T20:51:51.957Z] 
20:51:51 [2021-06-18T20:51:51.957Z] DONE 18 tests, 1 skipped in 22.261s
20:51:51 [2021-06-18T20:51:51.957Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:51:51 [2021-06-18T20:51:51.957Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:51:51 [2021-06-18T20:51:51.957Z] ++ set -e
20:51:51 [2021-06-18T20:51:51.957Z] ++ '[' -n 0 ']'
20:51:51 [2021-06-18T20:51:51.957Z] ++ set -x
20:51:51 [2021-06-18T20:51:51.957Z] ++ 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
20:51:52 [2021-06-18T20:51:52.216Z] INFO: Testing against a local daemon
20:51:52 [2021-06-18T20:51:52.216Z] === RUN   TestVolumesCreateAndList
20:51:52 [2021-06-18T20:51:52.216Z] --- PASS: TestVolumesCreateAndList (0.03s)
20:51:52 [2021-06-18T20:51:52.216Z] === RUN   TestVolumesRemove
20:51:52 [2021-06-18T20:51:52.475Z] --- PASS: TestVolumesRemove (0.11s)
20:51:52 [2021-06-18T20:51:52.475Z] === RUN   TestVolumesInspect
20:51:52 [2021-06-18T20:51:52.475Z] --- PASS: TestVolumesInspect (0.02s)
20:51:52 [2021-06-18T20:51:52.475Z] === RUN   TestVolumesInvalidJSON
20:51:52 [2021-06-18T20:51:52.475Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:51:52 [2021-06-18T20:51:52.475Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:51:52 [2021-06-18T20:51:52.475Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:51:52 [2021-06-18T20:51:52.475Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:51:52 [2021-06-18T20:51:52.475Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:51:52 [2021-06-18T20:51:52.475Z] PASS
20:51:52 [2021-06-18T20:51:52.475Z] 
20:51:52 [2021-06-18T20:51:52.475Z] DONE 5 tests in 0.349s
20:51:52 [2021-06-18T20:51:52.475Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:51:52 [2021-06-18T20:51:52.734Z] ++++ cat bundles/test-integration/docker.pid
20:51:52 [2021-06-18T20:51:52.734Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
20:51:52 [2021-06-18T20:51:52.734Z] +++ kill 5691
20:51:53 [2021-06-18T20:51:53.670Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
20:51:53 [2021-06-18T20:51:53.670Z] === RUN   TestDockerSuite/TestDevicePermissions
20:51:53 [2021-06-18T20:51:53.929Z] +++ /etc/init.d/apparmor stop
20:51:53 [2021-06-18T20:51:53.929Z] Leaving: AppArmorNo profiles have been unloaded.
20:51:53 [2021-06-18T20:51:53.929Z] 
20:51:53 [2021-06-18T20:51:53.929Z] Unloading profiles will leave already running processes permanently
20:51:53 [2021-06-18T20:51:53.929Z] unconfined, which can lead to unexpected situations.
20:51:53 [2021-06-18T20:51:53.929Z] 
20:51:53 [2021-06-18T20:51:53.929Z] To set a process to complain mode, use the command line tool
20:51:53 [2021-06-18T20:51:53.929Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:51:53 [2021-06-18T20:51:53.929Z] +++ true
20:51:53 [2021-06-18T20:51:53.929Z] exiting test-integration
20:51:53 [2021-06-18T20:51:53.929Z] ++ exit 0
20:51:53 [2021-06-18T20:51:53.929Z] 
20:51:54 [2021-06-18T20:51:54.502Z] === RUN   TestDockerSuite/TestDockerFails
20:51:54 [2021-06-18T20:51:54.503Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
20:51:54 [2021-06-18T20:51:54.503Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
20:51:54 [2021-06-18T20:51:54.503Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
20:51:55 [2021-06-18T20:51:55.069Z] + for job in $(jobs -p)
20:51:55 [2021-06-18T20:51:55.069Z] + wait 8225
20:51:55 [2021-06-18T20:51:55.638Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
20:51:56 [2021-06-18T20:51:56.575Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
20:51:57 [2021-06-18T20:51:57.951Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
20:51:57 [2021-06-18T20:51:57.951Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
20:51:57 [2021-06-18T20:51:57.951Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
20:51:57 [2021-06-18T20:51:57.951Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
20:52:04 [2021-06-18T20:52:04.515Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
20:52:04 [2021-06-18T20:52:04.515Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
20:52:07 [2021-06-18T20:52:07.804Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
20:52:10 [2021-06-18T20:52:10.343Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
20:52:11 [2021-06-18T20:52:11.281Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
20:52:11 [2021-06-18T20:52:11.497Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
20:52:11 [2021-06-18T20:52:11.497Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
20:52:11 [2021-06-18T20:52:11.497Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
20:52:13 [2021-06-18T20:52:13.064Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
20:52:13 [2021-06-18T20:52:13.064Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
20:52:13 [2021-06-18T20:52:13.533Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
20:52:13 [2021-06-18T20:52:13.533Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
20:52:13 [2021-06-18T20:52:13.818Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
20:52:14 [2021-06-18T20:52:14.002Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
20:52:14 [2021-06-18T20:52:14.002Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
20:52:15 [2021-06-18T20:52:15.195Z] === RUN   TestDockerSuite/TestEventsAttach
20:52:16 [2021-06-18T20:52:16.574Z] === RUN   TestDockerSuite/TestEventsCommit
20:52:17 [2021-06-18T20:52:17.953Z] === RUN   TestDockerSuite/TestEventsContainerEvents
20:52:18 [2021-06-18T20:52:18.905Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
20:52:20 [2021-06-18T20:52:20.287Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
20:52:21 [2021-06-18T20:52:21.225Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
20:52:23 [2021-06-18T20:52:23.129Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
20:52:24 [2021-06-18T20:52:24.507Z] === RUN   TestDockerSuite/TestEventsContainerRestart
20:52:27 [2021-06-18T20:52:27.794Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
20:52:30 [2021-06-18T20:52:30.326Z] === RUN   TestDockerSuite/TestEventsCopy
20:52:31 [2021-06-18T20:52:31.267Z] === RUN   TestDockerSuite/TestEventsFilterContainer
20:52:31 [2021-06-18T20:52:31.835Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
20:52:32 [2021-06-18T20:52:32.772Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
20:52:39 [2021-06-18T20:52:39.339Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
20:52:39 [2021-06-18T20:52:39.339Z] === RUN   TestDockerSuite/TestEventsFilterImageName
20:52:40 [2021-06-18T20:52:40.274Z] === RUN   TestDockerSuite/TestEventsFilterLabels
20:52:41 [2021-06-18T20:52:41.210Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
20:52:41 [2021-06-18T20:52:41.210Z] === RUN   TestDockerSuite/TestEventsFilterType
20:52:41 [2021-06-18T20:52:41.778Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
20:52:41 [2021-06-18T20:52:41.778Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
20:52:41 [2021-06-18T20:52:41.778Z] === RUN   TestDockerSuite/TestEventsFilters
20:52:43 [2021-06-18T20:52:43.709Z] === RUN   TestDockerSuite/TestEventsFormat
20:52:45 [2021-06-18T20:52:45.086Z] === RUN   TestDockerSuite/TestEventsFormatBadField
20:52:45 [2021-06-18T20:52:45.086Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
20:52:45 [2021-06-18T20:52:45.086Z] === RUN   TestDockerSuite/TestEventsImageImport
20:52:45 [2021-06-18T20:52:45.652Z] === RUN   TestDockerSuite/TestEventsImageLoad
20:52:45 [2021-06-18T20:52:45.911Z] === RUN   TestDockerSuite/TestEventsImagePull
20:52:46 [2021-06-18T20:52:46.478Z] === RUN   TestDockerSuite/TestEventsImageTag
20:52:47 [2021-06-18T20:52:47.413Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
20:52:47 [2021-06-18T20:52:47.672Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
20:52:47 [2021-06-18T20:52:47.672Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
20:52:47 [2021-06-18T20:52:47.672Z] === RUN   TestDockerSuite/TestEventsPluginOps
20:52:49 [2021-06-18T20:52:49.049Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
20:52:49 [2021-06-18T20:52:49.988Z] === RUN   TestDockerSuite/TestEventsRename
20:52:49 [2021-06-18T20:52:49.988Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
20:52:50 [2021-06-18T20:52:50.556Z] === RUN   TestDockerSuite/TestEventsResize
20:52:51 [2021-06-18T20:52:51.492Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
20:52:56 [2021-06-18T20:52:56.712Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
20:52:56 [2021-06-18T20:52:56.712Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
20:52:56 [2021-06-18T20:52:56.712Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
20:52:58 [2021-06-18T20:52:58.060Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
20:52:58 [2021-06-18T20:52:58.627Z] === RUN   TestDockerSuite/TestEventsStreaming
20:52:59 [2021-06-18T20:52:59.194Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
20:53:02 [2021-06-18T20:53:02.477Z] === RUN   TestDockerSuite/TestEventsTop
20:53:03 [2021-06-18T20:53:03.045Z] === RUN   TestDockerSuite/TestEventsUntag
20:53:05 [2021-06-18T20:53:05.577Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
20:53:06 [2021-06-18T20:53:06.519Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
20:53:13 [2021-06-18T20:53:13.084Z] === RUN   TestDockerSuite/TestExec
20:53:13 [2021-06-18T20:53:13.084Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
20:53:13 [2021-06-18T20:53:13.344Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
20:53:14 [2021-06-18T20:53:14.279Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
20:53:15 [2021-06-18T20:53:15.218Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
20:53:16 [2021-06-18T20:53:16.157Z] === RUN   TestDockerSuite/TestExecAPIStart
20:53:19 [2021-06-18T20:53:19.448Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
20:53:20 [2021-06-18T20:53:20.830Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
20:53:22 [2021-06-18T20:53:22.011Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
20:53:22 [2021-06-18T20:53:22.011Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
20:53:22 [2021-06-18T20:53:22.011Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
20:53:22 [2021-06-18T20:53:22.736Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
20:53:23 [2021-06-18T20:53:23.672Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
20:53:23 [2021-06-18T20:53:23.715Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
20:53:24 [2021-06-18T20:53:24.609Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
20:53:25 [2021-06-18T20:53:25.545Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
20:53:26 [2021-06-18T20:53:26.922Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
20:53:28 [2021-06-18T20:53:28.303Z] === RUN   TestDockerSuite/TestExecCgroup
20:53:30 [2021-06-18T20:53:30.854Z] === RUN   TestDockerSuite/TestExecEnv
20:53:30 [2021-06-18T20:53:30.877Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
20:53:32 [2021-06-18T20:53:32.230Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
20:53:33 [2021-06-18T20:53:33.096Z] === RUN   TestDockerSuite/TestBuildDockerignore
20:53:34 [2021-06-18T20:53:34.132Z] === RUN   TestDockerSuite/TestExecExitStatus
20:53:35 [2021-06-18T20:53:35.068Z] === RUN   TestDockerSuite/TestExecInspectID
20:53:38 [2021-06-18T20:53:38.355Z] === RUN   TestDockerSuite/TestExecInteractive
20:53:39 [2021-06-18T20:53:39.294Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
20:53:40 [2021-06-18T20:53:40.230Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
20:53:41 [2021-06-18T20:53:41.166Z] === RUN   TestDockerSuite/TestExecParseError
20:53:42 [2021-06-18T20:53:42.102Z] === RUN   TestDockerSuite/TestExecPausedContainer
20:53:42 [2021-06-18T20:53:42.669Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
20:53:43 [2021-06-18T20:53:43.605Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
20:53:43 [2021-06-18T20:53:43.605Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
20:53:46 [2021-06-18T20:53:46.139Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
20:53:48 [2021-06-18T20:53:48.674Z] === RUN   TestDockerSuite/TestExecSetEnv
20:53:49 [2021-06-18T20:53:49.612Z] === RUN   TestDockerSuite/TestExecStartFails
20:53:51 [2021-06-18T20:53:51.569Z] === RUN   TestDockerSuite/TestExecStateCleanup
20:54:03 [2021-06-18T20:54:03.780Z] === RUN   TestDockerSuite/TestExecStopNotHanging
20:54:04 [2021-06-18T20:54:04.347Z] === RUN   TestDockerSuite/TestExecTTY
20:54:05 [2021-06-18T20:54:05.285Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
20:54:06 [2021-06-18T20:54:06.661Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
20:54:07 [2021-06-18T20:54:07.229Z] === RUN   TestDockerSuite/TestExecUlimits
20:54:08 [2021-06-18T20:54:08.168Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
20:54:08 [2021-06-18T20:54:08.168Z] === RUN   TestDockerSuite/TestExecWithImageUser
20:54:10 [2021-06-18T20:54:10.703Z] === RUN   TestDockerSuite/TestExecWithNoTERM
20:54:10 [2021-06-18T20:54:10.703Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
20:54:11 [2021-06-18T20:54:11.271Z] === RUN   TestDockerSuite/TestExecWithPrivileged
20:54:13 [2021-06-18T20:54:13.808Z] === RUN   TestDockerSuite/TestExecWithTERM
20:54:14 [2021-06-18T20:54:14.745Z] === RUN   TestDockerSuite/TestExecWithUser
20:54:17 [2021-06-18T20:54:17.279Z] === RUN   TestDockerSuite/TestGetContainerStats
20:54:22 [2021-06-18T20:54:22.557Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
20:54:26 [2021-06-18T20:54:26.748Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
20:54:28 [2021-06-18T20:54:28.651Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
20:54:33 [2021-06-18T20:54:33.917Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
20:54:34 [2021-06-18T20:54:34.176Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
20:54:34 [2021-06-18T20:54:34.176Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
20:54:34 [2021-06-18T20:54:34.437Z] === RUN   TestDockerSuite/TestHealth
20:54:44 [2021-06-18T20:54:44.416Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
20:54:45 [2021-06-18T20:54:45.410Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
20:54:45 [2021-06-18T20:54:45.410Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
20:54:45 [2021-06-18T20:54:45.410Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestHistoryExistentImage
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
20:54:59 [2021-06-18T20:54:59.298Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
20:55:00 [2021-06-18T20:55:00.233Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
20:55:00 [2021-06-18T20:55:00.234Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
20:55:00 [2021-06-18T20:55:00.234Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
20:55:00 [2021-06-18T20:55:00.234Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
20:55:00 [2021-06-18T20:55:00.492Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
20:55:00 [2021-06-18T20:55:00.751Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
20:55:01 [2021-06-18T20:55:01.010Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
20:55:01 [2021-06-18T20:55:01.010Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
20:55:01 [2021-06-18T20:55:01.968Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
20:55:01 [2021-06-18T20:55:01.968Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
20:55:02 [2021-06-18T20:55:02.535Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
20:55:03 [2021-06-18T20:55:03.473Z] === RUN   TestDockerSuite/TestImagesFormat
20:55:03 [2021-06-18T20:55:03.473Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
20:55:04 [2021-06-18T20:55:04.409Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
20:55:06 [2021-06-18T20:55:06.939Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
20:55:06 [2021-06-18T20:55:06.939Z] === RUN   TestDockerSuite/TestImportBadURL
20:55:06 [2021-06-18T20:55:06.939Z] === RUN   TestDockerSuite/TestImportDisplay
20:55:09 [2021-06-18T20:55:09.473Z] === RUN   TestDockerSuite/TestImportFile
20:55:10 [2021-06-18T20:55:10.850Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
20:55:10 [2021-06-18T20:55:10.850Z] === RUN   TestDockerSuite/TestImportFileWithMessage
20:55:12 [2021-06-18T20:55:12.226Z] === RUN   TestDockerSuite/TestImportGzipped
20:55:13 [2021-06-18T20:55:13.602Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
20:55:14 [2021-06-18T20:55:14.169Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
20:55:16 [2021-06-18T20:55:16.705Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
20:55:17 [2021-06-18T20:55:17.273Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
20:55:18 [2021-06-18T20:55:18.652Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
20:55:20 [2021-06-18T20:55:20.033Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
20:55:20 [2021-06-18T20:55:20.033Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
20:55:20 [2021-06-18T20:55:20.293Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
20:55:21 [2021-06-18T20:55:21.230Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
20:55:21 [2021-06-18T20:55:21.799Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
20:55:23 [2021-06-18T20:55:23.194Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
20:55:23 [2021-06-18T20:55:23.761Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
20:55:24 [2021-06-18T20:55:24.697Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
20:55:25 [2021-06-18T20:55:25.264Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
20:55:25 [2021-06-18T20:55:25.264Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
20:55:26 [2021-06-18T20:55:26.639Z] === RUN   TestDockerSuite/TestInspectAmpersand
20:55:27 [2021-06-18T20:55:27.575Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
20:55:28 [2021-06-18T20:55:28.144Z] === RUN   TestDockerSuite/TestInspectByPrefix
20:55:28 [2021-06-18T20:55:28.405Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
20:55:29 [2021-06-18T20:55:29.343Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
20:55:29 [2021-06-18T20:55:29.343Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
20:55:30 [2021-06-18T20:55:30.723Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
20:55:31 [2021-06-18T20:55:31.292Z] === RUN   TestDockerSuite/TestInspectDefault
20:55:31 [2021-06-18T20:55:31.860Z] === RUN   TestDockerSuite/TestInspectHistory
20:55:32 [2021-06-18T20:55:32.798Z] === RUN   TestDockerSuite/TestInspectImage
20:55:32 [2021-06-18T20:55:32.798Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
20:55:32 [2021-06-18T20:55:32.798Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
20:55:32 [2021-06-18T20:55:32.798Z] === RUN   TestDockerSuite/TestInspectInt64
20:55:33 [2021-06-18T20:55:33.735Z] === RUN   TestDockerSuite/TestInspectJSONFields
20:55:34 [2021-06-18T20:55:34.302Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
20:55:34 [2021-06-18T20:55:34.302Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
20:55:35 [2021-06-18T20:55:35.240Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
20:55:36 [2021-06-18T20:55:36.177Z] === RUN   TestDockerSuite/TestInspectPlugin
20:55:37 [2021-06-18T20:55:37.553Z] === RUN   TestDockerSuite/TestInspectRootFS
20:55:37 [2021-06-18T20:55:37.553Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
20:55:38 [2021-06-18T20:55:38.933Z] === RUN   TestDockerSuite/TestInspectStatus
20:55:39 [2021-06-18T20:55:39.870Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
20:55:41 [2021-06-18T20:55:41.784Z] === RUN   TestDockerSuite/TestInspectTemplateError
20:55:42 [2021-06-18T20:55:42.352Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
20:55:43 [2021-06-18T20:55:43.290Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
20:55:43 [2021-06-18T20:55:43.858Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
20:55:44 [2021-06-18T20:55:44.795Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
20:55:45 [2021-06-18T20:55:45.733Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
20:55:46 [2021-06-18T20:55:46.066Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
20:55:46 [2021-06-18T20:55:46.066Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
20:55:46 [2021-06-18T20:55:46.066Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
20:55:46 [2021-06-18T20:55:46.672Z] === RUN   TestDockerSuite/TestInspectUnknownObject
20:55:46 [2021-06-18T20:55:46.673Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
20:55:49 [2021-06-18T20:55:49.209Z] === RUN   TestDockerSuite/TestLinkShortDefinition
20:55:50 [2021-06-18T20:55:50.586Z] === RUN   TestDockerSuite/TestLinksEnvs
20:55:51 [2021-06-18T20:55:51.964Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
20:55:52 [2021-06-18T20:55:52.533Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
20:55:55 [2021-06-18T20:55:55.069Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
20:55:56 [2021-06-18T20:55:56.972Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
20:55:57 [2021-06-18T20:55:57.539Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
20:55:59 [2021-06-18T20:55:59.444Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
20:55:59 [2021-06-18T20:55:59.444Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
20:56:02 [2021-06-18T20:56:02.746Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
20:56:03 [2021-06-18T20:56:03.422Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
20:56:03 [2021-06-18T20:56:03.896Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
20:56:04 [2021-06-18T20:56:04.801Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
20:56:11 [2021-06-18T20:56:11.059Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
20:56:19 [2021-06-18T20:56:19.688Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
20:56:22 [2021-06-18T20:56:22.978Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
20:56:27 [2021-06-18T20:56:27.169Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
20:56:27 [2021-06-18T20:56:27.740Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
20:56:28 [2021-06-18T20:56:28.913Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
20:56:31 [2021-06-18T20:56:31.027Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
20:56:31 [2021-06-18T20:56:31.027Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
20:56:31 [2021-06-18T20:56:31.594Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
20:56:31 [2021-06-18T20:56:31.594Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
20:56:31 [2021-06-18T20:56:31.594Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
20:56:32 [2021-06-18T20:56:32.974Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
20:56:33 [2021-06-18T20:56:33.544Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
20:56:33 [2021-06-18T20:56:33.802Z] === RUN   TestDockerSuite/TestLogsAPIUntil
20:56:37 [2021-06-18T20:56:37.997Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
20:56:38 [2021-06-18T20:56:38.935Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
20:56:39 [2021-06-18T20:56:39.504Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
20:56:42 [2021-06-18T20:56:42.037Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
20:56:43 [2021-06-18T20:56:43.941Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
20:56:44 [2021-06-18T20:56:44.879Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
20:56:44 [2021-06-18T20:56:44.879Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
20:56:44 [2021-06-18T20:56:44.879Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
20:56:46 [2021-06-18T20:56:46.257Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
20:56:47 [2021-06-18T20:56:47.635Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
20:56:48 [2021-06-18T20:56:48.572Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
20:56:49 [2021-06-18T20:56:49.141Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
20:56:50 [2021-06-18T20:56:50.520Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
20:56:51 [2021-06-18T20:56:51.897Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
20:56:52 [2021-06-18T20:56:52.465Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
20:56:54 [2021-06-18T20:56:54.212Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
20:56:54 [2021-06-18T20:56:54.999Z] === RUN   TestDockerSuite/TestLogsFollowStopped
20:56:55 [2021-06-18T20:56:55.566Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
20:56:55 [2021-06-18T20:56:55.566Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
20:56:56 [2021-06-18T20:56:56.502Z] === RUN   TestDockerSuite/TestLogsSince
20:56:59 [2021-06-18T20:56:59.807Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
20:57:03 [2021-06-18T20:57:03.996Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
20:57:03 [2021-06-18T20:57:03.996Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
20:57:09 [2021-06-18T20:57:09.159Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
20:57:09 [2021-06-18T20:57:09.264Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
20:57:10 [2021-06-18T20:57:10.200Z] === RUN   TestDockerSuite/TestLogsTail
20:57:10 [2021-06-18T20:57:10.769Z] === RUN   TestDockerSuite/TestLogsTimestamps
20:57:11 [2021-06-18T20:57:11.338Z] === RUN   TestDockerSuite/TestLogsWithDetails
20:57:12 [2021-06-18T20:57:12.275Z] === RUN   TestDockerSuite/TestMountIntoProc
20:57:12 [2021-06-18T20:57:12.535Z] === RUN   TestDockerSuite/TestMountIntoSys
20:57:13 [2021-06-18T20:57:13.102Z] === RUN   TestDockerSuite/TestNetHostname
20:57:15 [2021-06-18T20:57:15.032Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
20:57:15 [2021-06-18T20:57:15.635Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
20:57:15 [2021-06-18T20:57:15.635Z] === RUN   TestDockerSuite/TestNetworkEvents
20:57:22 [2021-06-18T20:57:22.196Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
20:57:23 [2021-06-18T20:57:23.575Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
20:57:24 [2021-06-18T20:57:24.148Z] === RUN   TestDockerSuite/TestPluginActive
20:57:25 [2021-06-18T20:57:25.524Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
20:57:28 [2021-06-18T20:57:28.058Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
20:57:31 [2021-06-18T20:57:31.348Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
20:57:31 [2021-06-18T20:57:31.348Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
20:57:31 [2021-06-18T20:57:31.607Z] === RUN   TestDockerSuite/TestPluginLogDriver
20:57:34 [2021-06-18T20:57:34.895Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
20:57:35 [2021-06-18T20:57:35.831Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
20:57:37 [2021-06-18T20:57:37.208Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
20:57:37 [2021-06-18T20:57:37.774Z] === RUN   TestDockerSuite/TestPluginUpgrade
20:57:41 [2021-06-18T20:57:41.965Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
20:57:42 [2021-06-18T20:57:42.533Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
20:57:45 [2021-06-18T20:57:45.823Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
20:57:46 [2021-06-18T20:57:46.761Z] === RUN   TestDockerSuite/TestPortHostBinding
20:57:48 [2021-06-18T20:57:48.674Z] === RUN   TestDockerSuite/TestPortList
20:57:55 [2021-06-18T20:57:55.238Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
20:57:57 [2021-06-18T20:57:57.777Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
20:57:58 [2021-06-18T20:57:58.716Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
20:58:00 [2021-06-18T20:58:00.620Z] === RUN   TestDockerSuite/TestPostContainersAttach
20:58:01 [2021-06-18T20:58:01.997Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
20:58:03 [2021-06-18T20:58:03.900Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
20:58:08 [2021-06-18T20:58:08.090Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
20:58:08 [2021-06-18T20:58:08.348Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
20:58:08 [2021-06-18T20:58:08.349Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
20:58:08 [2021-06-18T20:58:08.349Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
20:58:09 [2021-06-18T20:58:09.286Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
20:58:09 [2021-06-18T20:58:09.286Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
20:58:10 [2021-06-18T20:58:10.224Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
20:58:10 [2021-06-18T20:58:10.224Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
20:58:11 [2021-06-18T20:58:11.601Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
20:58:11 [2021-06-18T20:58:11.601Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
20:58:11 [2021-06-18T20:58:11.601Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
20:58:13 [2021-06-18T20:58:13.518Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
20:58:13 [2021-06-18T20:58:13.518Z] === RUN   TestDockerSuite/TestPruneContainerLabel
20:58:16 [2021-06-18T20:58:16.052Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
20:58:17 [2021-06-18T20:58:17.429Z] === RUN   TestDockerSuite/TestPruneContainerUntil
20:58:18 [2021-06-18T20:58:18.365Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
20:58:19 [2021-06-18T20:58:19.304Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
20:58:19 [2021-06-18T20:58:19.563Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
20:58:19 [2021-06-18T20:58:19.823Z] === RUN   TestDockerSuite/TestPsByOrder
20:58:24 [2021-06-18T20:58:24.018Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
20:58:24 [2021-06-18T20:58:24.018Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
20:58:25 [2021-06-18T20:58:25.394Z] === RUN   TestDockerSuite/TestPsListContainersBase
20:58:29 [2021-06-18T20:58:29.586Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
20:58:30 [2021-06-18T20:58:30.965Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
20:58:35 [2021-06-18T20:58:35.155Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
20:58:35 [2021-06-18T20:58:35.155Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
20:58:37 [2021-06-18T20:58:37.687Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
20:58:39 [2021-06-18T20:58:39.075Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildDotDotFile
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEOLInLine
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEntrypoint
20:58:41 [2021-06-18T20:58:41.306Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
20:58:44 [2021-06-18T20:58:44.264Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
20:58:47 [2021-06-18T20:58:47.218Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
20:58:49 [2021-06-18T20:58:49.055Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
20:58:49 [2021-06-18T20:58:49.990Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnv
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnvUsage
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
20:58:51 [2021-06-18T20:58:51.013Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
20:58:52 [2021-06-18T20:58:52.523Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
20:58:52 [2021-06-18T20:58:52.523Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
20:58:53 [2021-06-18T20:58:53.968Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
20:58:53 [2021-06-18T20:58:53.968Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
20:58:53 [2021-06-18T20:58:53.968Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
20:58:53 [2021-06-18T20:58:53.968Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
20:58:54 [2021-06-18T20:58:54.429Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
20:58:54 [2021-06-18T20:58:54.437Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
20:58:55 [2021-06-18T20:58:55.367Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
20:58:56 [2021-06-18T20:58:56.304Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
20:58:58 [2021-06-18T20:58:58.232Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
20:58:59 [2021-06-18T20:58:59.594Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
20:58:59 [2021-06-18T20:58:59.853Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
20:59:01 [2021-06-18T20:59:01.759Z] === RUN   TestDockerSuite/TestPsListContainersSize
20:59:03 [2021-06-18T20:59:03.810Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
20:59:04 [2021-06-18T20:59:04.069Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
20:59:04 [2021-06-18T20:59:04.069Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
20:59:05 [2021-06-18T20:59:05.006Z] === RUN   TestDockerSuite/TestPsRightTagName
20:59:08 [2021-06-18T20:59:08.309Z] === RUN   TestDockerSuite/TestPsShowMounts
20:59:09 [2021-06-18T20:59:09.246Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
20:59:10 [2021-06-18T20:59:10.814Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
20:59:11 [2021-06-18T20:59:11.151Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildExpose
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildExposeOrder
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
20:59:11 [2021-06-18T20:59:11.281Z] === RUN   TestDockerSuite/TestBuildFails
20:59:12 [2021-06-18T20:59:12.087Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
20:59:12 [2021-06-18T20:59:12.087Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
20:59:12 [2021-06-18T20:59:12.346Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
20:59:12 [2021-06-18T20:59:12.346Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
20:59:12 [2021-06-18T20:59:12.605Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
20:59:12 [2021-06-18T20:59:12.864Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
20:59:13 [2021-06-18T20:59:13.432Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
20:59:15 [2021-06-18T20:59:15.968Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
20:59:17 [2021-06-18T20:59:17.347Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
20:59:17 [2021-06-18T20:59:17.915Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
20:59:18 [2021-06-18T20:59:18.428Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
20:59:18 [2021-06-18T20:59:18.428Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
20:59:23 [2021-06-18T20:59:23.177Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
20:59:26 [2021-06-18T20:59:26.960Z] === RUN   TestDockerSuite/TestBuildForceRm
20:59:27 [2021-06-18T20:59:27.892Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
20:59:27 [2021-06-18T20:59:27.892Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
20:59:29 [2021-06-18T20:59:29.270Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
20:59:31 [2021-06-18T20:59:31.804Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
20:59:31 [2021-06-18T20:59:31.804Z] === RUN   TestDockerSuite/TestRestartPolicyNO
20:59:31 [2021-06-18T20:59:31.804Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
20:59:31 [2021-06-18T20:59:31.804Z] === RUN   TestDockerSuite/TestRestartRunningContainer
20:59:32 [2021-06-18T20:59:32.819Z] === RUN   TestDockerSuite/TestBuildFromGit
20:59:34 [2021-06-18T20:59:34.345Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
20:59:35 [2021-06-18T20:59:35.720Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
20:59:39 [2021-06-18T20:59:39.909Z] === RUN   TestDockerSuite/TestRestartWithVolumes
20:59:40 [2021-06-18T20:59:40.475Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
20:59:41 [2021-06-18T20:59:41.044Z] === RUN   TestDockerSuite/TestRmiBlank
20:59:41 [2021-06-18T20:59:41.044Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
20:59:41 [2021-06-18T20:59:41.303Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
20:59:41 [2021-06-18T20:59:41.470Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
20:59:42 [2021-06-18T20:59:42.453Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
20:59:45 [2021-06-18T20:59:45.494Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
20:59:46 [2021-06-18T20:59:46.430Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
20:59:46 [2021-06-18T20:59:46.690Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
20:59:47 [2021-06-18T20:59:47.199Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
20:59:47 [2021-06-18T20:59:47.199Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
20:59:47 [2021-06-18T20:59:47.666Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
20:59:48 [2021-06-18T20:59:48.133Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
20:59:48 [2021-06-18T20:59:48.133Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
20:59:48 [2021-06-18T20:59:48.594Z] === RUN   TestDockerSuite/TestRmiImgIDForce
20:59:49 [2021-06-18T20:59:49.531Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
20:59:50 [2021-06-18T20:59:50.910Z] === RUN   TestDockerSuite/TestRmiParentImageFail
20:59:51 [2021-06-18T20:59:51.847Z] === RUN   TestDockerSuite/TestRmiTag
20:59:52 [2021-06-18T20:59:52.107Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
20:59:52 [2021-06-18T20:59:52.675Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
20:59:54 [2021-06-18T20:59:54.052Z] === RUN   TestDockerSwarmSuite/TestServiceScale
20:59:56 [2021-06-18T20:59:56.606Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
20:59:57 [2021-06-18T20:59:57.553Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
20:59:58 [2021-06-18T20:59:58.489Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
20:59:59 [2021-06-18T20:59:59.425Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
20:59:59 [2021-06-18T20:59:59.684Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
21:00:00 [2021-06-18T21:00:00.619Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
21:00:00 [2021-06-18T21:00:00.619Z] === RUN   TestDockerSuite/TestBuildHistory
21:00:01 [2021-06-18T21:00:01.061Z] === RUN   TestDockerSuite/TestRunAddHost
21:00:01 [2021-06-18T21:00:01.998Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
21:00:02 [2021-06-18T21:00:02.258Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
21:00:03 [2021-06-18T21:00:03.196Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
21:00:03 [2021-06-18T21:00:03.196Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
21:00:04 [2021-06-18T21:00:04.133Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
21:00:06 [2021-06-18T21:00:06.037Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
21:00:06 [2021-06-18T21:00:06.974Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
21:00:07 [2021-06-18T21:00:07.911Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
21:00:08 [2021-06-18T21:00:08.846Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
21:00:09 [2021-06-18T21:00:09.270Z] === RUN   TestDockerSuite/TestBuildIidFile
21:00:09 [2021-06-18T21:00:09.270Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
21:00:09 [2021-06-18T21:00:09.782Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
21:00:10 [2021-06-18T21:00:10.255Z] === RUN   TestDockerSuite/TestBuildInheritance
21:00:10 [2021-06-18T21:00:10.255Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
21:00:11 [2021-06-18T21:00:11.163Z] === RUN   TestDockerSuite/TestRunAttachDetach
21:00:11 [2021-06-18T21:00:11.240Z] === RUN   TestDockerSuite/TestBuildInvalidTag
21:00:11 [2021-06-18T21:00:11.240Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
21:00:12 [2021-06-18T21:00:12.100Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
21:00:13 [2021-06-18T21:00:13.480Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
21:00:14 [2021-06-18T21:00:14.417Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
21:00:14 [2021-06-18T21:00:14.993Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
21:00:15 [2021-06-18T21:00:15.026Z] === RUN   TestDockerSuite/TestBuildLabel
21:00:15 [2021-06-18T21:00:15.268Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
21:00:15 [2021-06-18T21:00:15.493Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
21:00:15 [2021-06-18T21:00:15.960Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
21:00:16 [2021-06-18T21:00:16.427Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
21:00:16 [2021-06-18T21:00:16.645Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
21:00:16 [2021-06-18T21:00:16.893Z] === RUN   TestDockerSuite/TestBuildLabels
21:00:17 [2021-06-18T21:00:17.212Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
21:00:17 [2021-06-18T21:00:17.470Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
21:00:17 [2021-06-18T21:00:17.877Z] === RUN   TestDockerSuite/TestBuildLabelsCache
21:00:18 [2021-06-18T21:00:18.847Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
21:00:19 [2021-06-18T21:00:19.437Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
21:00:19 [2021-06-18T21:00:19.784Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
21:00:20 [2021-06-18T21:00:20.043Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
21:00:20 [2021-06-18T21:00:20.615Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
21:00:21 [2021-06-18T21:00:21.554Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
21:00:21 [2021-06-18T21:00:21.554Z] === RUN   TestDockerSuite/TestRunBindMounts
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLastModified
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLineBreak
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildMaintainer
21:00:24 [2021-06-18T21:00:24.191Z] === RUN   TestDockerSuite/TestBuildMissingArgs
21:00:24 [2021-06-18T21:00:24.842Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
21:00:25 [2021-06-18T21:00:25.176Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
21:00:25 [2021-06-18T21:00:25.410Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
21:00:25 [2021-06-18T21:00:25.978Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
21:00:26 [2021-06-18T21:00:26.913Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
21:00:27 [2021-06-18T21:00:27.483Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
21:00:27 [2021-06-18T21:00:27.483Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
21:00:28 [2021-06-18T21:00:28.420Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
21:00:28 [2021-06-18T21:00:28.962Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
21:00:28 [2021-06-18T21:00:28.988Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
21:00:29 [2021-06-18T21:00:29.555Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
21:00:30 [2021-06-18T21:00:30.491Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
21:00:31 [2021-06-18T21:00:31.058Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
21:00:31 [2021-06-18T21:00:31.058Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
21:00:31 [2021-06-18T21:00:31.994Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
21:00:31 [2021-06-18T21:00:31.994Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
21:00:32 [2021-06-18T21:00:32.931Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
21:00:33 [2021-06-18T21:00:33.870Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
21:00:34 [2021-06-18T21:00:34.467Z] === RUN   TestDockerSuite/TestRunContainerNetwork
21:00:35 [2021-06-18T21:00:35.035Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
21:00:35 [2021-06-18T21:00:35.294Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
21:00:35 [2021-06-18T21:00:35.862Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
21:00:37 [2021-06-18T21:00:37.765Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
21:00:39 [2021-06-18T21:00:39.222Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
21:00:40 [2021-06-18T21:00:40.158Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
21:00:40 [2021-06-18T21:00:40.158Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
21:00:40 [2021-06-18T21:00:40.726Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
21:00:41 [2021-06-18T21:00:41.438Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
21:00:41 [2021-06-18T21:00:41.438Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
21:00:41 [2021-06-18T21:00:41.665Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
21:00:42 [2021-06-18T21:00:42.604Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
21:00:43 [2021-06-18T21:00:43.541Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
21:00:43 [2021-06-18T21:00:43.647Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
21:00:44 [2021-06-18T21:00:44.477Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
21:00:45 [2021-06-18T21:00:45.856Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
21:00:49 [2021-06-18T21:00:49.144Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
21:00:49 [2021-06-18T21:00:49.403Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
21:00:49 [2021-06-18T21:00:49.403Z] === RUN   TestDockerSuite/TestRunCreateVolume
21:00:50 [2021-06-18T21:00:50.340Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
21:00:51 [2021-06-18T21:00:51.722Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
21:00:53 [2021-06-18T21:00:53.101Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
21:00:55 [2021-06-18T21:00:55.006Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
21:00:57 [2021-06-18T21:00:57.542Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
21:01:00 [2021-06-18T21:01:00.077Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
21:01:00 [2021-06-18T21:01:00.078Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
21:01:00 [2021-06-18T21:01:00.078Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
21:01:00 [2021-06-18T21:01:00.645Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
21:01:03 [2021-06-18T21:01:03.933Z] === RUN   TestDockerSuite/TestRunDNSOptions
21:01:04 [2021-06-18T21:01:04.870Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
21:01:07 [2021-06-18T21:01:07.404Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
21:01:07 [2021-06-18T21:01:07.665Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
21:01:08 [2021-06-18T21:01:08.611Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
21:01:08 [2021-06-18T21:01:08.924Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
21:01:09 [2021-06-18T21:01:09.548Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
21:01:10 [2021-06-18T21:01:10.926Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
21:01:10 [2021-06-18T21:01:10.926Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
21:01:11 [2021-06-18T21:01:11.494Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
21:01:13 [2021-06-18T21:01:13.397Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
21:01:13 [2021-06-18T21:01:13.397Z] === RUN   TestDockerSuite/TestRunDuplicateMount
21:01:13 [2021-06-18T21:01:13.965Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
21:01:14 [2021-06-18T21:01:14.900Z] === RUN   TestDockerSuite/TestRunEchoStdout
21:01:15 [2021-06-18T21:01:15.467Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
21:01:16 [2021-06-18T21:01:16.404Z] === RUN   TestDockerSuite/TestRunEmptyEnv
21:01:16 [2021-06-18T21:01:16.404Z] === RUN   TestDockerSuite/TestRunEntrypoint
21:01:16 [2021-06-18T21:01:16.972Z] === RUN   TestDockerSuite/TestRunEnvironment
21:01:17 [2021-06-18T21:01:17.541Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
21:01:18 [2021-06-18T21:01:18.479Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
21:01:19 [2021-06-18T21:01:19.047Z] === RUN   TestDockerSuite/TestRunExitCode
21:01:19 [2021-06-18T21:01:19.986Z] === RUN   TestDockerSuite/TestRunExitCodeOne
21:01:20 [2021-06-18T21:01:20.554Z] === RUN   TestDockerSuite/TestRunExitCodeZero
21:01:21 [2021-06-18T21:01:21.122Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
21:01:22 [2021-06-18T21:01:22.058Z] === RUN   TestDockerSuite/TestRunExposePort
21:01:22 [2021-06-18T21:01:22.058Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
21:01:22 [2021-06-18T21:01:22.632Z] === RUN   TestDockerSuite/TestRunGroupAdd
21:01:23 [2021-06-18T21:01:23.573Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
21:01:23 [2021-06-18T21:01:23.849Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
21:01:24 [2021-06-18T21:01:24.951Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
21:01:25 [2021-06-18T21:01:25.212Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
21:01:25 [2021-06-18T21:01:25.471Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
21:01:27 [2021-06-18T21:01:27.632Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
21:01:28 [2021-06-18T21:01:28.005Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
21:01:28 [2021-06-18T21:01:28.941Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
21:01:29 [2021-06-18T21:01:29.878Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
21:01:32 [2021-06-18T21:01:32.380Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
21:01:36 [2021-06-18T21:01:36.446Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
21:01:37 [2021-06-18T21:01:37.125Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
21:01:41 [2021-06-18T21:01:41.715Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
21:01:42 [2021-06-18T21:01:42.286Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
21:01:43 [2021-06-18T21:01:43.666Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
21:01:43 [2021-06-18T21:01:43.666Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
21:01:43 [2021-06-18T21:01:43.666Z] === RUN   TestDockerSuite/TestRunInvalidReference
21:01:43 [2021-06-18T21:01:43.666Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
21:01:44 [2021-06-18T21:01:44.601Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
21:01:47 [2021-06-18T21:01:47.892Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
21:01:49 [2021-06-18T21:01:49.272Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
21:01:50 [2021-06-18T21:01:50.649Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
21:01:52 [2021-06-18T21:01:52.044Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
21:01:52 [2021-06-18T21:01:52.044Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
21:01:55 [2021-06-18T21:01:55.829Z] === RUN   TestDockerSuite/TestBuildMultipleTags
21:01:56 [2021-06-18T21:01:56.296Z] === RUN   TestDockerSuite/TestBuildNetContainer
21:01:56 [2021-06-18T21:01:56.763Z] === RUN   TestDockerSuite/TestBuildNetNone
21:01:56 [2021-06-18T21:01:56.763Z] === RUN   TestDockerSuite/TestBuildNoContext
21:01:57 [2021-06-18T21:01:57.212Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
21:01:57 [2021-06-18T21:01:57.212Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
21:01:57 [2021-06-18T21:01:57.470Z] === RUN   TestDockerSuite/TestRunModeHostname
21:01:58 [2021-06-18T21:01:58.846Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
21:01:58 [2021-06-18T21:01:58.846Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
21:01:58 [2021-06-18T21:01:58.846Z] === RUN   TestDockerSuite/TestRunModeIpcHost
21:01:58 [2021-06-18T21:01:58.973Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
21:02:00 [2021-06-18T21:02:00.223Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
21:02:02 [2021-06-18T21:02:02.125Z] === RUN   TestDockerSuite/TestRunModePIDContainer
21:02:03 [2021-06-18T21:02:03.505Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
21:02:03 [2021-06-18T21:02:03.505Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
21:02:03 [2021-06-18T21:02:03.505Z] === RUN   TestDockerSuite/TestRunModePIDHost
21:02:05 [2021-06-18T21:02:05.413Z] === RUN   TestDockerSuite/TestRunModeUTSHost
21:02:06 [2021-06-18T21:02:06.790Z] === RUN   TestDockerSuite/TestRunMount
21:02:07 [2021-06-18T21:02:07.624Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
21:02:09 [2021-06-18T21:02:09.186Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
21:02:09 [2021-06-18T21:02:09.186Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
21:02:09 [2021-06-18T21:02:09.186Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
21:02:12 [2021-06-18T21:02:12.131Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
21:02:13 [2021-06-18T21:02:13.114Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
21:02:14 [2021-06-18T21:02:14.099Z] === RUN   TestDockerSuite/TestBuildOnBuild
21:02:14 [2021-06-18T21:02:14.907Z] === RUN   TestDockerSuite/TestRunMountOrdering
21:02:15 [2021-06-18T21:02:15.483Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
21:02:16 [2021-06-18T21:02:16.056Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
21:02:17 [2021-06-18T21:02:17.960Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
21:02:19 [2021-06-18T21:02:19.862Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
21:02:24 [2021-06-18T21:02:24.052Z] === RUN   TestDockerSuite/TestRunNamedVolume
21:02:25 [2021-06-18T21:02:25.957Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
21:02:26 [2021-06-18T21:02:26.579Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
21:02:27 [2021-06-18T21:02:27.047Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
21:02:28 [2021-06-18T21:02:28.491Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
21:02:29 [2021-06-18T21:02:29.428Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
21:02:30 [2021-06-18T21:02:30.806Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
21:02:30 [2021-06-18T21:02:30.806Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
21:02:31 [2021-06-18T21:02:31.742Z] === RUN   TestDockerSuite/TestRunNetHost
21:02:33 [2021-06-18T21:02:33.119Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
21:02:34 [2021-06-18T21:02:34.055Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
21:02:34 [2021-06-18T21:02:34.199Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
21:02:34 [2021-06-18T21:02:34.990Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
21:02:37 [2021-06-18T21:02:37.144Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
21:02:37 [2021-06-18T21:02:37.529Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
21:02:39 [2021-06-18T21:02:39.449Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
21:02:43 [2021-06-18T21:02:43.638Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
21:02:44 [2021-06-18T21:02:44.205Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
21:02:44 [2021-06-18T21:02:44.205Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
21:02:44 [2021-06-18T21:02:44.298Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
21:02:45 [2021-06-18T21:02:45.141Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
21:02:45 [2021-06-18T21:02:45.141Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
21:02:45 [2021-06-18T21:02:45.708Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
21:02:46 [2021-06-18T21:02:46.643Z] === RUN   TestDockerSuite/TestRunNonExistingImage
21:02:46 [2021-06-18T21:02:46.643Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
21:02:47 [2021-06-18T21:02:47.211Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
21:02:48 [2021-06-18T21:02:48.080Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
21:02:51 [2021-06-18T21:02:51.867Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
21:02:52 [2021-06-18T21:02:52.334Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
21:02:52 [2021-06-18T21:02:52.334Z] === RUN   TestDockerSuite/TestBuildPATH
21:02:52 [2021-06-18T21:02:52.334Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
21:02:53 [2021-06-18T21:02:53.773Z] === RUN   TestDockerSuite/TestRunOOMExitCode
21:02:53 [2021-06-18T21:02:53.773Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
21:02:53 [2021-06-18T21:02:53.895Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
21:02:53 [2021-06-18T21:02:53.895Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
21:02:54 [2021-06-18T21:02:54.032Z] === RUN   TestDockerSuite/TestRunPIDsLimit
21:02:54 [2021-06-18T21:02:54.967Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
21:02:56 [2021-06-18T21:02:56.348Z] === RUN   TestDockerSuite/TestRunPortInUse
21:02:57 [2021-06-18T21:02:57.283Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
21:02:57 [2021-06-18T21:02:57.852Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
21:02:58 [2021-06-18T21:02:58.111Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
21:02:58 [2021-06-18T21:02:58.678Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
21:02:59 [2021-06-18T21:02:59.246Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
21:02:59 [2021-06-18T21:02:59.813Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
21:02:59 [2021-06-18T21:02:59.813Z] === RUN   TestDockerSuite/TestRunPublishPort
21:03:00 [2021-06-18T21:03:00.780Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
21:03:01 [2021-06-18T21:03:01.039Z] === RUN   TestDockerSuite/TestRunReadProcLatency
21:03:01 [2021-06-18T21:03:01.039Z] === RUN   TestDockerSuite/TestRunReadProcTimer
21:03:01 [2021-06-18T21:03:01.975Z] === RUN   TestDockerSuite/TestRunRedirectStdout
21:03:03 [2021-06-18T21:03:03.354Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
21:03:03 [2021-06-18T21:03:03.354Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
21:03:06 [2021-06-18T21:03:06.641Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
21:03:08 [2021-06-18T21:03:08.018Z] === RUN   TestDockerSuite/TestRunRm
21:03:08 [2021-06-18T21:03:08.585Z] === RUN   TestDockerSuite/TestRunRmAndWait
21:03:10 [2021-06-18T21:03:10.488Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
21:03:12 [2021-06-18T21:03:12.392Z] === RUN   TestDockerSuite/TestRunRmPre125Api
21:03:13 [2021-06-18T21:03:13.332Z] === RUN   TestDockerSuite/TestRunRootWorkdir
21:03:14 [2021-06-18T21:03:14.269Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
21:03:14 [2021-06-18T21:03:14.528Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
21:03:15 [2021-06-18T21:03:15.907Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
21:03:16 [2021-06-18T21:03:16.845Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
21:03:22 [2021-06-18T21:03:22.130Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
21:03:23 [2021-06-18T21:03:23.527Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
21:03:27 [2021-06-18T21:03:27.721Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
21:03:28 [2021-06-18T21:03:28.290Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
21:03:29 [2021-06-18T21:03:29.228Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
21:03:29 [2021-06-18T21:03:29.795Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
21:03:30 [2021-06-18T21:03:30.732Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
21:03:31 [2021-06-18T21:03:31.301Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
21:03:31 [2021-06-18T21:03:31.868Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
21:03:32 [2021-06-18T21:03:32.805Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
21:03:32 [2021-06-18T21:03:32.805Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
21:03:33 [2021-06-18T21:03:33.743Z] === RUN   TestDockerSuite/TestRunSetMacAddress
21:03:34 [2021-06-18T21:03:34.682Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
21:03:35 [2021-06-18T21:03:35.619Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
21:03:36 [2021-06-18T21:03:36.570Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
21:03:37 [2021-06-18T21:03:37.522Z] === RUN   TestDockerSuite/TestRunState
21:03:39 [2021-06-18T21:03:39.426Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
21:03:40 [2021-06-18T21:03:40.363Z] === RUN   TestDockerSuite/TestRunStdinPipe
21:03:40 [2021-06-18T21:03:40.930Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
21:03:41 [2021-06-18T21:03:41.189Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
21:03:41 [2021-06-18T21:03:41.447Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
21:03:41 [2021-06-18T21:03:41.447Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
21:03:42 [2021-06-18T21:03:42.840Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
21:03:43 [2021-06-18T21:03:43.407Z] === RUN   TestDockerSuite/TestRunSysctls
21:03:43 [2021-06-18T21:03:43.407Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
21:03:45 [2021-06-18T21:03:45.312Z] === RUN   TestDockerSuite/TestRunTLSVerify
21:03:45 [2021-06-18T21:03:45.312Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
21:03:45 [2021-06-18T21:03:45.312Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
21:03:45 [2021-06-18T21:03:45.880Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
21:03:48 [2021-06-18T21:03:48.417Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
21:03:48 [2021-06-18T21:03:48.417Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
21:03:48 [2021-06-18T21:03:48.676Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
21:03:49 [2021-06-18T21:03:49.611Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
21:03:52 [2021-06-18T21:03:52.146Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
21:03:54 [2021-06-18T21:03:54.678Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
21:03:55 [2021-06-18T21:03:55.246Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
21:03:56 [2021-06-18T21:03:56.184Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
21:03:56 [2021-06-18T21:03:56.184Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
21:03:58 [2021-06-18T21:03:58.720Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
21:04:00 [2021-06-18T21:04:00.096Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
21:04:01 [2021-06-18T21:04:01.034Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
21:04:01 [2021-06-18T21:04:01.602Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
21:04:02 [2021-06-18T21:04:02.557Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
21:04:04 [2021-06-18T21:04:04.465Z] === RUN   TestDockerSuite/TestRunUnshareProc
21:04:05 [2021-06-18T21:04:05.400Z] === RUN   TestDockerSuite/TestRunUserByID
21:04:06 [2021-06-18T21:04:06.335Z] === RUN   TestDockerSuite/TestRunUserByIDBig
21:04:06 [2021-06-18T21:04:06.335Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
21:04:06 [2021-06-18T21:04:06.594Z] === RUN   TestDockerSuite/TestRunUserByIDZero
21:04:06 [2021-06-18T21:04:06.664Z] === RUN   TestDockerSuite/TestBuildRm
21:04:07 [2021-06-18T21:04:07.162Z] === RUN   TestDockerSuite/TestRunUserByName
21:04:08 [2021-06-18T21:04:08.098Z] === RUN   TestDockerSuite/TestRunUserDefaults
21:04:08 [2021-06-18T21:04:08.667Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
21:04:08 [2021-06-18T21:04:08.667Z] === RUN   TestDockerSuite/TestRunUserNotFound
21:04:08 [2021-06-18T21:04:08.926Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
21:04:09 [2021-06-18T21:04:09.493Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
21:04:13 [2021-06-18T21:04:13.688Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
21:04:14 [2021-06-18T21:04:14.256Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
21:04:15 [2021-06-18T21:04:15.322Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
21:04:15 [2021-06-18T21:04:15.633Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
21:04:17 [2021-06-18T21:04:17.536Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
21:04:17 [2021-06-18T21:04:17.540Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
21:04:17 [2021-06-18T21:04:17.540Z] === RUN   TestDockerSuite/TestBuildScratchCopy
21:04:18 [2021-06-18T21:04:18.008Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
21:04:18 [2021-06-18T21:04:18.914Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
21:04:18 [2021-06-18T21:04:18.997Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
21:04:21 [2021-06-18T21:04:21.449Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
21:04:21 [2021-06-18T21:04:21.954Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
21:04:23 [2021-06-18T21:04:23.985Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
21:04:24 [2021-06-18T21:04:24.244Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
21:04:24 [2021-06-18T21:04:24.244Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
21:04:24 [2021-06-18T21:04:24.502Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
21:04:24 [2021-06-18T21:04:24.502Z] === RUN   TestDockerSuite/TestRunWithBadDevice
21:04:24 [2021-06-18T21:04:24.502Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
21:04:24 [2021-06-18T21:04:24.502Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
21:04:28 [2021-06-18T21:04:28.693Z] === RUN   TestDockerSuite/TestRunWithCPUShares
21:04:28 [2021-06-18T21:04:28.952Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
21:04:29 [2021-06-18T21:04:29.117Z] === RUN   TestDockerSuite/TestBuildShellInherited
21:04:30 [2021-06-18T21:04:30.329Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
21:04:31 [2021-06-18T21:04:31.266Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
21:04:31 [2021-06-18T21:04:31.835Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
21:04:31 [2021-06-18T21:04:31.835Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
21:04:32 [2021-06-18T21:04:32.771Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
21:04:32 [2021-06-18T21:04:32.916Z] === RUN   TestDockerSuite/TestBuildShellMultiple
21:04:33 [2021-06-18T21:04:33.708Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
21:04:34 [2021-06-18T21:04:34.276Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
21:04:34 [2021-06-18T21:04:34.276Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
21:04:35 [2021-06-18T21:04:35.212Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
21:04:35 [2021-06-18T21:04:35.471Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
21:04:36 [2021-06-18T21:04:36.038Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
21:04:36 [2021-06-18T21:04:36.297Z] === RUN   TestDockerSuite/TestRunWithShmSize
21:04:36 [2021-06-18T21:04:36.864Z] === RUN   TestDockerSuite/TestRunWithSwappiness
21:04:37 [2021-06-18T21:04:37.801Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
21:04:37 [2021-06-18T21:04:37.801Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
21:04:37 [2021-06-18T21:04:37.801Z] === RUN   TestDockerSuite/TestRunWithUlimits
21:04:38 [2021-06-18T21:04:38.368Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
21:04:40 [2021-06-18T21:04:40.270Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
21:04:40 [2021-06-18T21:04:40.528Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
21:04:40 [2021-06-18T21:04:40.529Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
21:04:41 [2021-06-18T21:04:41.097Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
21:04:41 [2021-06-18T21:04:41.357Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
21:04:42 [2021-06-18T21:04:42.749Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
21:04:43 [2021-06-18T21:04:43.318Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
21:04:45 [2021-06-18T21:04:45.415Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
21:04:45 [2021-06-18T21:04:45.851Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
21:04:45 [2021-06-18T21:04:45.883Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
21:04:46 [2021-06-18T21:04:46.110Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
21:04:46 [2021-06-18T21:04:46.110Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
21:04:46 [2021-06-18T21:04:46.110Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
21:04:46 [2021-06-18T21:04:46.871Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
21:04:47 [2021-06-18T21:04:47.047Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
21:04:48 [2021-06-18T21:04:48.423Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
21:04:49 [2021-06-18T21:04:49.364Z] === RUN   TestDockerSuite/TestSaveCheckTimes
21:04:49 [2021-06-18T21:04:49.364Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
21:04:51 [2021-06-18T21:04:51.267Z] === RUN   TestDockerSuite/TestSaveImageId
21:04:51 [2021-06-18T21:04:51.267Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
21:04:51 [2021-06-18T21:04:51.526Z] === RUN   TestDockerSuite/TestSaveLoadParents
21:04:52 [2021-06-18T21:04:52.903Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
21:04:53 [2021-06-18T21:04:53.840Z] === RUN   TestDockerSuite/TestSaveMultipleNames
21:04:53 [2021-06-18T21:04:53.841Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
21:04:55 [2021-06-18T21:04:55.542Z] === RUN   TestDockerSuite/TestBuildSpaces
21:04:55 [2021-06-18T21:04:55.542Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
21:04:56 [2021-06-18T21:04:56.378Z] === RUN   TestDockerSuite/TestSaveSingleTag
21:04:56 [2021-06-18T21:04:56.378Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
21:04:56 [2021-06-18T21:04:56.378Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
21:04:57 [2021-06-18T21:04:57.754Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
21:04:59 [2021-06-18T21:04:59.131Z] === RUN   TestDockerSuite/TestSearchCmdOptions
21:04:59 [2021-06-18T21:04:59.334Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
21:04:59 [2021-06-18T21:04:59.334Z] === RUN   TestDockerSuite/TestBuildStderr
21:04:59 [2021-06-18T21:04:59.389Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
21:04:59 [2021-06-18T21:04:59.389Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
21:04:59 [2021-06-18T21:04:59.389Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
21:04:59 [2021-06-18T21:04:59.389Z] === RUN   TestDockerSuite/TestSearchWithLimit
21:04:59 [2021-06-18T21:04:59.955Z] === RUN   TestDockerSuite/TestSlowStdinClosing
21:05:02 [2021-06-18T21:05:02.496Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
21:05:03 [2021-06-18T21:05:03.127Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
21:05:09 [2021-06-18T21:05:09.060Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
21:05:10 [2021-06-18T21:05:10.436Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
21:05:11 [2021-06-18T21:05:11.371Z] === RUN   TestDockerSuite/TestStartAttachSilent
21:05:12 [2021-06-18T21:05:12.748Z] === RUN   TestDockerSuite/TestStartAttachWithRename
21:05:15 [2021-06-18T21:05:15.279Z] === RUN   TestDockerSuite/TestStartMultipleContainers
21:05:17 [2021-06-18T21:05:17.814Z] === RUN   TestDockerSuite/TestStartPausedContainer
21:05:18 [2021-06-18T21:05:18.750Z] === RUN   TestDockerSuite/TestStartRecordError
21:05:20 [2021-06-18T21:05:20.127Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
21:05:20 [2021-06-18T21:05:20.956Z] === RUN   TestDockerSuite/TestBuildStopSignal
21:05:20 [2021-06-18T21:05:20.956Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
21:05:21 [2021-06-18T21:05:21.425Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
21:05:22 [2021-06-18T21:05:22.413Z] === RUN   TestDockerSuite/TestBuildTagEvent
21:05:22 [2021-06-18T21:05:22.661Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
21:05:24 [2021-06-18T21:05:24.565Z] === RUN   TestDockerSuite/TestStatsAllNoStream
21:05:26 [2021-06-18T21:05:26.208Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
21:05:27 [2021-06-18T21:05:27.880Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
21:05:30 [2021-06-18T21:05:30.004Z] === RUN   TestDockerSuite/TestBuildUser
21:05:30 [2021-06-18T21:05:30.004Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
21:05:30 [2021-06-18T21:05:30.004Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
21:05:30 [2021-06-18T21:05:30.004Z] === RUN   TestDockerSuite/TestBuildVerboseOut
21:05:33 [2021-06-18T21:05:33.149Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
21:05:33 [2021-06-18T21:05:33.797Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
21:05:33 [2021-06-18T21:05:33.797Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
21:05:35 [2021-06-18T21:05:35.679Z] === RUN   TestDockerSuite/TestStatsFormatAll
21:05:40 [2021-06-18T21:05:40.949Z] === RUN   TestDockerSuite/TestStatsNoStream
21:05:40 [2021-06-18T21:05:40.960Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
21:05:40 [2021-06-18T21:05:40.960Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
21:05:40 [2021-06-18T21:05:40.960Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
21:05:43 [2021-06-18T21:05:43.479Z] === RUN   TestDockerSuite/TestStopContainerSignal
21:05:45 [2021-06-18T21:05:45.381Z] === RUN   TestDockerSuite/TestTopMultipleArgs
21:05:45 [2021-06-18T21:05:45.381Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
21:05:45 [2021-06-18T21:05:45.951Z] === RUN   TestDockerSuite/TestTopNonPrivileged
21:05:46 [2021-06-18T21:05:46.887Z] === RUN   TestDockerSuite/TestTopPrivileged
21:05:47 [2021-06-18T21:05:47.823Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
21:05:47 [2021-06-18T21:05:47.823Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
21:05:49 [2021-06-18T21:05:49.200Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
21:05:53 [2021-06-18T21:05:53.408Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
21:05:56 [2021-06-18T21:05:56.693Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
21:05:56 [2021-06-18T21:05:56.951Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
21:05:57 [2021-06-18T21:05:57.886Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
21:05:57 [2021-06-18T21:05:57.886Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
21:05:57 [2021-06-18T21:05:57.886Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
21:05:58 [2021-06-18T21:05:58.781Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
21:05:58 [2021-06-18T21:05:58.781Z] === RUN   TestDockerSuite/TestBuildWindowsUser
21:05:58 [2021-06-18T21:05:58.824Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
21:05:59 [2021-06-18T21:05:59.392Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
21:06:00 [2021-06-18T21:06:00.770Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
21:06:02 [2021-06-18T21:06:02.148Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
21:06:03 [2021-06-18T21:06:03.526Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
21:06:04 [2021-06-18T21:06:04.463Z] === RUN   TestDockerSuite/TestUpdateStats
21:06:05 [2021-06-18T21:06:05.944Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
21:06:08 [2021-06-18T21:06:08.652Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
21:06:09 [2021-06-18T21:06:09.737Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
21:06:09 [2021-06-18T21:06:09.737Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
21:06:09 [2021-06-18T21:06:09.737Z] === RUN   TestDockerSuite/TestBuildWithFailure
21:06:10 [2021-06-18T21:06:10.031Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
21:06:10 [2021-06-18T21:06:10.031Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
21:06:11 [2021-06-18T21:06:11.936Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
21:06:11 [2021-06-18T21:06:11.955Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
21:06:12 [2021-06-18T21:06:12.424Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
21:06:12 [2021-06-18T21:06:12.874Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
21:06:18 [2021-06-18T21:06:18.162Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
21:06:21 [2021-06-18T21:06:21.093Z] === RUN   TestDockerSuite/TestBuildWithTabs
21:06:23 [2021-06-18T21:06:23.432Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
21:06:24 [2021-06-18T21:06:24.896Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
21:06:24 [2021-06-18T21:06:24.896Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
21:06:26 [2021-06-18T21:06:26.720Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
21:06:29 [2021-06-18T21:06:29.255Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
21:06:34 [2021-06-18T21:06:34.525Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
21:06:39 [2021-06-18T21:06:39.797Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
21:06:41 [2021-06-18T21:06:41.704Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
21:06:43 [2021-06-18T21:06:43.607Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
21:06:45 [2021-06-18T21:06:45.039Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
21:06:46 [2021-06-18T21:06:46.133Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
21:06:46 [2021-06-18T21:06:46.133Z] === RUN   TestDockerSuite/TestBuildWithVolumes
21:06:46 [2021-06-18T21:06:46.133Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
21:06:46 [2021-06-18T21:06:46.133Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
21:06:46 [2021-06-18T21:06:46.417Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
21:06:46 [2021-06-18T21:06:46.603Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
21:06:48 [2021-06-18T21:06:48.949Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
21:06:50 [2021-06-18T21:06:50.851Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
21:06:53 [2021-06-18T21:06:53.383Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
21:06:53 [2021-06-18T21:06:53.764Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
21:06:54 [2021-06-18T21:06:54.233Z] === RUN   TestDockerSuite/TestBuildXZHost
21:06:54 [2021-06-18T21:06:54.702Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
21:06:54 [2021-06-18T21:06:54.702Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
21:06:54 [2021-06-18T21:06:54.702Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
21:06:55 [2021-06-18T21:06:55.285Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
21:06:56 [2021-06-18T21:06:56.269Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
21:06:57 [2021-06-18T21:06:57.189Z] === RUN   TestDockerSuite/TestVolumeCLICreate
21:07:00 [2021-06-18T21:07:00.065Z] === RUN   TestDockerSuite/TestCommitChange
21:07:03 [2021-06-18T21:07:03.858Z] === RUN   TestDockerSuite/TestCommitChangeLabels
21:07:07 [2021-06-18T21:07:07.653Z] === RUN   TestDockerSuite/TestCommitHardlink
21:07:07 [2021-06-18T21:07:07.653Z] === RUN   TestDockerSuite/TestCommitNewFile
21:07:12 [2021-06-18T21:07:12.531Z] === RUN   TestDockerSuite/TestCommitPausedContainer
21:07:12 [2021-06-18T21:07:12.531Z] === RUN   TestDockerSuite/TestCommitTTY
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILs
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
21:07:15 [2021-06-18T21:07:15.268Z] === RUN   TestDockerSuite/TestVolumeCLIRm
21:07:17 [2021-06-18T21:07:17.816Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
21:07:17 [2021-06-18T21:07:17.816Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
21:07:17 [2021-06-18T21:07:17.816Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
21:07:17 [2021-06-18T21:07:17.816Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
21:07:17 [2021-06-18T21:07:17.816Z] === RUN   TestDockerSuite/TestVolumeEvents
21:07:18 [2021-06-18T21:07:18.383Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
21:07:20 [2021-06-18T21:07:20.917Z] === RUN   TestDockerSuite/TestVolumeLsFormat
21:07:20 [2021-06-18T21:07:20.917Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
21:07:21 [2021-06-18T21:07:21.176Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
21:07:22 [2021-06-18T21:07:22.969Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
21:07:24 [2021-06-18T21:07:24.462Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestCommitWithoutPause
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
21:07:26 [2021-06-18T21:07:26.766Z] === RUN   TestDockerSuite/TestContainerAPICommit
21:07:27 [2021-06-18T21:07:27.754Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
21:07:27 [2021-06-18T21:07:27.754Z] --- PASS: TestDockerSuite (1901.18s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.13s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.03s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.86s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.97s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.70s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.44s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.13s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.87s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.25s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.49s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.43s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.42s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.41s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.45s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.17s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.15s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.12s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.60s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.75s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.41s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.16s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.85s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.77s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.73s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.01s)
21:07:27 [2021-06-18T21:07:27.754Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.60s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.56s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.55s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.66s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.83s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.93s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.07s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (11.06s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.67s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.21s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (5.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.75s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.77s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.85s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.61s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.48s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.59s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.74s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.47s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddTar (12.27s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (2.40s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.17s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.91s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (12.18s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.67s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.51s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.45s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.96s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.87s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.49s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (2.02s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (18.68s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.15s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.93s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.98s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.52s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.74s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.86s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.98s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.07s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (7.00s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.99s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.89s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (9.31s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.79s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.71s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.32s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.34s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.54s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.00s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.14s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.16s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.65s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.18s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.86s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.74s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (5.31s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.14s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (6.05s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.58s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.82s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.81s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.72s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (2.18s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (6.17s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.86s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.02s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.97s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (16.19s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.78s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (5.05s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.41s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.17s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.69s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.31s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.70s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.68s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.56s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.58s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (22.09s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (7.29s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.32s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.66s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.31s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.83s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.70s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.86s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.99s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.95s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.50s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.98s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (26.67s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.90s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.44s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.60s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.37s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.21s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.18s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.49s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFails (1.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.72s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.16s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.34s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.70s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.49s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.85s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.11s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.84s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.76s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.45s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.39s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.09s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.38s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.35s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.34s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.41s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.36s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (4.37s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.61s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.86s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.96s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.63s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.60s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.92s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.11s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.53s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.52s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.29s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.71s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.35s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.27s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.75s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNetNone (1.26s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.68s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.54s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.14s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.26s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.33s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.56s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.10s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.22s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.93s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.33s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.48s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.60s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.67s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.37s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.14s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.22s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.45s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.62s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.35s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRm (4.34s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.03s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.38s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.53s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.46s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.54s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.33s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.29s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (4.22s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.42s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.03s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildStderr (1.14s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.06s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.44s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.65s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.17s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.47s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildUser (2.32s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (5.44s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (22.21s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.93s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.03s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.92s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.24s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
21:07:27 [2021-06-18T21:07:27.755Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.67s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
21:07:27 [2021-06-18T21:07:27.755Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.75s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.21s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.67s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.32s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.46s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.47s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.60s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_sni_test.go:18: Flakey test
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.84s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.85s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitChange (0.97s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.84s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.68s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.53s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.94s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitTTY (2.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.51s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.32s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (2.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.81s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.91s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.27s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.93s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.82s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.17s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.96s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.88s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.46s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.91s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.89s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.40s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.18s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (1.30s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.14s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.97s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.40s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.15s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.82s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.86s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPITop (1.27s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.07s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.43s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.13s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.84s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.77s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.47s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.92s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.68s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (0.73s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.60s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.65s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000981c40_<nil>} (1.64s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1982729628_/foo_false__<nil>_<nil>_<nil>} (1.58s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1982729628_/foo_true__<nil>_<nil>_<nil>} (1.58s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_false__<nil>_<nil>_<nil>} (0.72s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_true__<nil>_<nil>_<nil>} (1.58s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3933064267_/foo_true__0xc000981ca0_<nil>_<nil>} (1.65s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000981cc0_<nil>} (1.58s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000981ce0_<nil>} (1.61s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000981d00_<nil>} (1.64s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000981d20_<nil>} (1.67s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.82s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.94s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.83s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.39s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.50s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.83s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.89s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.27s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (1.61s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.26s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.97s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.98s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.99s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.89s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.86s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.18s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.30s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.79s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.79s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.16s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.14s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.30s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.53s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.72s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseC (3.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.54s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.66s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseF (1.02s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.58s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.76s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.56s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.84s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToDot (0.84s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.85s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.74s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.83s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.23s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.11s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.39s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.74s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.28s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.56s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.70s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.45s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.79s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.50s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.82s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.00s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.77s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerFails (0.04s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.16s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.76s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.27s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.42s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.54s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.54s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.33s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.58s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsAttach (1.14s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsCommit (1.51s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.79s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.31s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.22s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.75s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.49s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.10s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.30s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.13s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.64s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.76s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.61s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.83s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.31s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.50s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.49s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.93s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.44s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s)
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.756Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
21:07:27 [2021-06-18T21:07:27.756Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.756Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.79s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsRename (0.85s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsResize (0.85s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.91s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.08s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.73s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.95s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsTop (0.79s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.40s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExec (1.33s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.88s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.94s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.99s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStart (3.16s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.65s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.47s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.22s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.03s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.78s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecCgroup (2.56s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecEnv (1.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.87s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.06s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.03s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecParseError (0.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.82s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.68s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.86s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (12.15s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.77s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecTTY (1.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.16s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.99s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.08s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (2.36s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.18s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestExecWithUser (2.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.14s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.83s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.78s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHealth (24.12s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.81s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.88s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.23s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.36s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.67s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.70s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.90s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.82s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.67s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.04s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.94s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportFile (1.67s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.66s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.36s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.32s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.87s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.86s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.17s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.71s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.73s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.45s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.12s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.76s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.72s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.83s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.70s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.74s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.47s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.17s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectStatus (1.22s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.58s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.76s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.76s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.76s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.04s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.34s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.52s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.45s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.53s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.19s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.37s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.56s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.69s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.19s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (14.76s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.52s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (3.55s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.14s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.33s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.64s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.23s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.89s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.95s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.98s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.27s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.53s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.33s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.33s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.37s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.84s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (1.04s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.88s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsSince (6.96s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.72s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsTail (0.77s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.73s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.75s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.27s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.71s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestNetHostname (2.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.46s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.94s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.78s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.72s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginActive (1.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.41s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.71s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.92s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.26s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.98s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.82s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.59s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.62s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.69s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPortList (10.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.84s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (8.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.87s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.93s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.13s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.69s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.97s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.92s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.49s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsByOrder (4.25s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (3.83s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.52s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.46s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.32s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.44s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.31s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.90s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.98s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.71s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (2.10s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.94s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsRightTagName (3.02s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.83s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.17s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
21:07:27 [2021-06-18T21:07:27.757Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.23s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.96s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (2.17s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.46s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.72s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (9.37s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.80s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.35s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.49s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.45s)
21:07:27 [2021-06-18T21:07:27.757Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.74s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.14s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.34s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.93s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.63s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.97s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.62s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.90s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.76s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.77s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.75s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.15s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.33s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.40s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.48s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.91s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.95s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.97s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.85s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.85s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.92s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.41s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (1.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.19s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.12s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (1.04s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.09s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.10s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.19s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.00s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.85s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.87s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.87s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.87s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.80s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.74s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.78s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.79s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.44s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.45s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.20s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.77s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.82s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.07s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.87s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.57s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.43s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.82s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.25s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.41s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.44s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.68s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.39s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.15s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.91s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.14s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.83s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.74s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.46s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.51s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (1.09s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.65s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.66s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.46s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.13s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.44s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.48s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.82s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.57s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.61s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.17s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.40s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.49s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.44s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.60s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.41s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMount (8.14s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.79s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.75s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.48s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.13s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.68s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.17s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.40s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.47s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.42s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.92s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.27s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.76s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.15s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.23s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.29s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.64s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.69s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.72s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.84s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.83s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.82s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.60s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.90s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.47s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.77s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.41s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.15s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.39s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRm (0.74s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.80s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.97s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.98s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.60s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (1.05s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (5.34s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.07s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.91s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.86s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.84s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.59s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.65s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.64s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.03s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.85s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.77s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.93s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunState (1.95s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.93s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.99s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (1.08s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.68s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.07s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.96s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.79s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.76s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.23s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.54s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.56s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (1.04s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.76s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.10s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.75s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.73s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.74s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.10s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.71s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.01s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.22s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.41s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.20s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.49s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.70s)
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.758Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
21:07:27 [2021-06-18T21:07:27.758Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.72s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.72s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.41s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.73s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.75s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.71s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.00s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.73s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.75s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.44s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.72s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.57s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.49s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.20s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.72s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.93s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.09s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.11s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.43s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.20s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents773660500
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.12s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.44s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.43s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.35s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.48s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.45s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.50s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.32s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.38s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.83s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.34s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.66s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.50s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.93s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.05s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.87s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.77s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.73s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.87s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.91s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.85s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.14s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.89s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.48s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.71s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.70s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.51s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.64s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.20s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (2.33s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateStats (4.08s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.44s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.91s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.14s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.76s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.73s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.71s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.74s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.26s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.17s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.24s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.41s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.48s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.12s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.16s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.12s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.25s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.12s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.75s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.78s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.85s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.27s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.76s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.48s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.77s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.84s)
21:07:27 [2021-06-18T21:07:27.759Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
21:07:27 [2021-06-18T21:07:27.759Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
21:07:27 [2021-06-18T21:07:27.759Z] === RUN   TestDockerRegistrySuite
21:07:27 [2021-06-18T21:07:27.759Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
21:07:29 [2021-06-18T21:07:29.134Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
21:07:30 [2021-06-18T21:07:30.511Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
21:07:32 [2021-06-18T21:07:32.415Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
21:07:32 [2021-06-18T21:07:32.415Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
21:07:32 [2021-06-18T21:07:32.638Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
21:07:36 [2021-06-18T21:07:36.611Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
21:07:43 [2021-06-18T21:07:43.067Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
21:07:43 [2021-06-18T21:07:43.067Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
21:07:43 [2021-06-18T21:07:43.181Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
21:07:44 [2021-06-18T21:07:44.635Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
21:07:44 [2021-06-18T21:07:44.635Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
21:07:44 [2021-06-18T21:07:44.635Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
21:07:44 [2021-06-18T21:07:44.635Z] === RUN   TestDockerSuite/TestContainerAPICreate
21:07:46 [2021-06-18T21:07:46.473Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
21:07:47 [2021-06-18T21:07:47.408Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
21:07:48 [2021-06-18T21:07:48.783Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
21:07:49 [2021-06-18T21:07:49.720Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
21:07:51 [2021-06-18T21:07:51.626Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
21:07:51 [2021-06-18T21:07:51.795Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
21:07:51 [2021-06-18T21:07:51.795Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
21:07:51 [2021-06-18T21:07:51.795Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
21:07:52 [2021-06-18T21:07:52.563Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
21:07:53 [2021-06-18T21:07:53.363Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
21:07:53 [2021-06-18T21:07:53.363Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
21:07:53 [2021-06-18T21:07:53.363Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
21:07:53 [2021-06-18T21:07:53.363Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
21:07:53 [2021-06-18T21:07:53.363Z] === RUN   TestDockerSuite/TestContainerAPIDelete
21:07:53 [2021-06-18T21:07:53.941Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
21:07:55 [2021-06-18T21:07:55.318Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
21:07:55 [2021-06-18T21:07:55.584Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
21:07:57 [2021-06-18T21:07:57.155Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
21:07:57 [2021-06-18T21:07:57.852Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
21:07:59 [2021-06-18T21:07:59.371Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
21:07:59 [2021-06-18T21:07:59.371Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
21:07:59 [2021-06-18T21:07:59.371Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
21:08:00 [2021-06-18T21:08:00.385Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
21:08:00 [2021-06-18T21:08:00.939Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
21:08:00 [2021-06-18T21:08:00.939Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
21:08:01 [2021-06-18T21:08:01.322Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
21:08:03 [2021-06-18T21:08:03.162Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
21:08:03 [2021-06-18T21:08:03.162Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
21:08:03 [2021-06-18T21:08:03.162Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
21:08:04 [2021-06-18T21:08:04.619Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
21:08:04 [2021-06-18T21:08:04.730Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
21:08:04 [2021-06-18T21:08:04.730Z] === RUN   TestDockerSuite/TestContainerAPIKill
21:08:05 [2021-06-18T21:08:05.998Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
21:08:05 [2021-06-18T21:08:05.998Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
21:08:06 [2021-06-18T21:08:06.298Z] === RUN   TestDockerSuite/TestContainerAPIPause
21:08:06 [2021-06-18T21:08:06.298Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
21:08:07 [2021-06-18T21:08:07.375Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
21:08:08 [2021-06-18T21:08:08.311Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
21:08:08 [2021-06-18T21:08:08.515Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
21:08:08 [2021-06-18T21:08:08.515Z] === RUN   TestDockerSuite/TestContainerAPIRename
21:08:09 [2021-06-18T21:08:09.686Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
21:08:10 [2021-06-18T21:08:10.733Z] === RUN   TestDockerSuite/TestContainerAPIRestart
21:08:12 [2021-06-18T21:08:12.971Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
21:08:13 [2021-06-18T21:08:13.229Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
21:08:14 [2021-06-18T21:08:14.610Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
21:08:14 [2021-06-18T21:08:14.869Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
21:08:15 [2021-06-18T21:08:15.128Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
21:08:15 [2021-06-18T21:08:15.387Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
21:08:15 [2021-06-18T21:08:15.646Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
21:08:15 [2021-06-18T21:08:15.904Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
21:08:16 [2021-06-18T21:08:16.163Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
21:08:17 [2021-06-18T21:08:17.541Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
21:08:19 [2021-06-18T21:08:19.401Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
21:08:19 [2021-06-18T21:08:19.446Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
21:08:20 [2021-06-18T21:08:20.381Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
21:08:21 [2021-06-18T21:08:21.618Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
21:08:21 [2021-06-18T21:08:21.618Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
21:08:21 [2021-06-18T21:08:21.618Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
21:08:21 [2021-06-18T21:08:21.618Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
21:08:21 [2021-06-18T21:08:21.618Z] === RUN   TestDockerSuite/TestContainerAPIStart
21:08:21 [2021-06-18T21:08:21.759Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
21:08:22 [2021-06-18T21:08:22.714Z] === RUN   TestDockerRegistrySuite/TestV2Only
21:08:23 [2021-06-18T21:08:23.184Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
21:08:23 [2021-06-18T21:08:23.184Z] === RUN   TestDockerSuite/TestContainerAPIStop
21:08:23 [2021-06-18T21:08:23.651Z] --- PASS: TestDockerRegistrySuite (55.82s)
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.51s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d3a457d254504] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.33s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [df4680717bee9] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.63s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d205fd81c70ff] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d62cb95d398a6] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.75s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [dad0c8bf82783] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.01s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d2a71126b3861] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.98s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d09986501edc8] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.30s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d567926eb0c14] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.13s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d63fd4e2d08a4] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.31s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d04e4f2cb15cd] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.46s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d69a63e731ce0] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.36s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d4eb0837298d5] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.22s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [dfd2be10c9cb2] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.35s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d06efd0e70e15] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.47s)
21:08:23 [2021-06-18T21:08:23.651Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:da626ef8379c940c35b45676d64a614ec86b11b4ab41147df888f25f32e1604d
21:08:23 [2021-06-18T21:08:23.651Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7da4b80105ce79ce1861aaad966d556c2b9b87487e653a2abf8ba78c1cf5ddc1
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d379b6179e60d] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.48s)
21:08:23 [2021-06-18T21:08:23.651Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:91227a945aa687831e6ee18a9dda8f38f14a3c7503a8ddd193276ad322d65421
21:08:23 [2021-06-18T21:08:23.651Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6337d9e7749a7bf537169b595f2652d051c621b26439b151502c874aeea4f6f0
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [db1b573e3ae08] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.26s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [dd299870fe09a] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.02s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d2e6c1a758c8c] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.28s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d7c8b653800f0] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d3e8a2f0e510f] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.27s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [db63f1dc54049] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.16s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d3c796801d88a] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.14s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d356309e2b551] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.27s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d802b8d22c91f] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [deeed451c09f8] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.34s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [dab5fcc617956] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [dc19164f7d0af] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [de26397efb430] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d75d3a06608f1] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d7f2620f9537a] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d200d7a963bba] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d3ea48d67bc60] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.33s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d29ea77aa215f] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d334809aaa26f] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.09s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d30c2e625a8b7] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.30s)
21:08:23 [2021-06-18T21:08:23.651Z]         check_test.go:196: [d2f73ea83b5b0] daemon is not started
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s)
21:08:23 [2021-06-18T21:08:23.651Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
21:08:23 [2021-06-18T21:08:23.651Z] === RUN   TestDockerSchema1RegistrySuite
21:08:23 [2021-06-18T21:08:23.651Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
21:08:23 [2021-06-18T21:08:23.651Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
21:08:25 [2021-06-18T21:08:25.554Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
21:08:28 [2021-06-18T21:08:28.092Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
21:08:30 [2021-06-18T21:08:30.345Z] === RUN   TestDockerSuite/TestContainerAPITop
21:08:30 [2021-06-18T21:08:30.345Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
21:08:31 [2021-06-18T21:08:31.333Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
21:08:31 [2021-06-18T21:08:31.333Z] === RUN   TestDockerSuite/TestContainerAPIWait
21:08:34 [2021-06-18T21:08:34.661Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
21:08:35 [2021-06-18T21:08:35.125Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainerNetworkMode
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
21:08:37 [2021-06-18T21:08:37.343Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
21:08:37 [2021-06-18T21:08:37.947Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
21:08:38 [2021-06-18T21:08:38.912Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
21:08:38 [2021-06-18T21:08:38.912Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
21:08:39 [2021-06-18T21:08:39.324Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
21:08:39 [2021-06-18T21:08:39.324Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
21:08:40 [2021-06-18T21:08:40.261Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
21:08:40 [2021-06-18T21:08:40.261Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
21:08:40 [2021-06-18T21:08:40.519Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
21:08:40 [2021-06-18T21:08:40.778Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
21:08:40 [2021-06-18T21:08:40.778Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
21:08:40 [2021-06-18T21:08:40.778Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
21:08:41 [2021-06-18T21:08:41.135Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
21:08:41 [2021-06-18T21:08:41.715Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
21:08:42 [2021-06-18T21:08:42.651Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
21:08:43 [2021-06-18T21:08:43.353Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
21:08:44 [2021-06-18T21:08:44.028Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
21:08:44 [2021-06-18T21:08:44.287Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
21:08:45 [2021-06-18T21:08:45.676Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
21:08:48 [2021-06-18T21:08:48.964Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
21:08:50 [2021-06-18T21:08:50.343Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
21:08:50 [2021-06-18T21:08:50.515Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
21:08:50 [2021-06-18T21:08:50.603Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
21:08:51 [2021-06-18T21:08:51.170Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
21:08:51 [2021-06-18T21:08:51.170Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
21:08:51 [2021-06-18T21:08:51.429Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
21:08:51 [2021-06-18T21:08:51.687Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
21:08:51 [2021-06-18T21:08:51.946Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
21:08:52 [2021-06-18T21:08:52.205Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
21:08:52 [2021-06-18T21:08:52.464Z] --- PASS: TestDockerSchema1RegistrySuite (28.83s)
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d9e1258f73213] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.36s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d8a49cc1afe60] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.86s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [dd23b4e10e301] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.87s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d90952bc1763a] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.24s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d685fe7951240] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.67s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [db1104df0449e] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [dfb70e9136eef] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.71s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d7ee10012e5cb] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.51s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d178f4f14c88b] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.38s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d4f4c8b31cbb8] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.66s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d7f0e5fdbf567] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d2871b50fe4a2] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.56s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d5b5cb6bcff55] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [dafab7a4abc33] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d27d8fe6e6174] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [ddc8342345104] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.42s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d6e42a4ef2881] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
21:08:52 [2021-06-18T21:08:52.464Z]         check_test.go:223: [d5f917037c456] daemon is not started
21:08:52 [2021-06-18T21:08:52.464Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
21:08:52 [2021-06-18T21:08:52.464Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
21:08:52 [2021-06-18T21:08:52.737Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0008ad180_<nil>}
21:08:53 [2021-06-18T21:08:53.401Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
21:08:53 [2021-06-18T21:08:53.970Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
21:08:54 [2021-06-18T21:08:54.229Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
21:08:54 [2021-06-18T21:08:54.953Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1029570450_c:\foo_false__<nil>_<nil>_<nil>}
21:08:55 [2021-06-18T21:08:55.609Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
21:08:55 [2021-06-18T21:08:55.868Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
21:08:56 [2021-06-18T21:08:56.126Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
21:08:57 [2021-06-18T21:08:57.063Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
21:08:57 [2021-06-18T21:08:57.063Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.69s)
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.91s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d212382657eb3] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.80s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d37340bcfbdc2] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.20s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d040a9f99cce3] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s)
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [de40846c47417] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.43s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d796dbf4874e9] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.69s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d09f4f2076069] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
21:08:57 [2021-06-18T21:08:57.063Z]         check_test.go:252: [d2b3d501fea37] daemon is not started
21:08:57 [2021-06-18T21:08:57.063Z] === RUN   TestDockerRegistryAuthTokenSuite
21:08:57 [2021-06-18T21:08:57.063Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
21:09:02 [2021-06-18T21:09:02.118Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1029570450_c:\foo_true__<nil>_<nil>_<nil>}
21:09:02 [2021-06-18T21:09:02.330Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
21:09:02 [2021-06-18T21:09:02.330Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
21:09:02 [2021-06-18T21:09:02.589Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
21:09:02 [2021-06-18T21:09:02.847Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
21:09:02 [2021-06-18T21:09:02.847Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s)
21:09:02 [2021-06-18T21:09:02.847Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.19s)
21:09:02 [2021-06-18T21:09:02.847Z]         check_test.go:279: [d6fc8de39a3ee] daemon is not started
21:09:02 [2021-06-18T21:09:02.847Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s)
21:09:02 [2021-06-18T21:09:02.847Z]         check_test.go:279: [dc0aa023300e3] daemon is not started
21:09:02 [2021-06-18T21:09:02.847Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
21:09:02 [2021-06-18T21:09:02.847Z]         check_test.go:279: [d430425f6d3b2] daemon is not started
21:09:02 [2021-06-18T21:09:02.847Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
21:09:02 [2021-06-18T21:09:02.847Z]         check_test.go:279: [dae0541676254] daemon is not started
21:09:02 [2021-06-18T21:09:02.848Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
21:09:02 [2021-06-18T21:09:02.848Z]         check_test.go:279: [d44a32a9d69c0] daemon is not started
21:09:02 [2021-06-18T21:09:02.848Z] === RUN   TestDockerNetworkSuite
21:09:02 [2021-06-18T21:09:02.848Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestCopyAndRestart
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
21:09:04 [2021-06-18T21:09:04.335Z] === RUN   TestDockerSuite/TestCpAbsolutePath
21:09:06 [2021-06-18T21:09:06.148Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseA
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseB
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseC
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseD
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseE
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseF
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseG
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseH
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseI
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromCaseJ
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
21:09:06 [2021-06-18T21:09:06.553Z] === RUN   TestDockerSuite/TestCpGarbagePath
21:09:06 [2021-06-18T21:09:06.714Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
21:09:08 [2021-06-18T21:09:08.769Z] === RUN   TestDockerSuite/TestCpLocalOnly
21:09:08 [2021-06-18T21:09:08.769Z] === RUN   TestDockerSuite/TestCpNameHasColon
21:09:08 [2021-06-18T21:09:08.769Z] === RUN   TestDockerSuite/TestCpRelativePath
21:09:10 [2021-06-18T21:09:10.986Z] === RUN   TestDockerSuite/TestCpSpecialFiles
21:09:10 [2021-06-18T21:09:10.986Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
21:09:10 [2021-06-18T21:09:10.986Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
21:09:10 [2021-06-18T21:09:10.986Z] === RUN   TestDockerSuite/TestCpToCaseA
21:09:13 [2021-06-18T21:09:13.280Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
21:09:13 [2021-06-18T21:09:13.943Z] === RUN   TestDockerSuite/TestCpToCaseB
21:09:16 [2021-06-18T21:09:16.176Z] === RUN   TestDockerSuite/TestCpToCaseC
21:09:16 [2021-06-18T21:09:16.176Z] === RUN   TestDockerSuite/TestCpToCaseD
21:09:16 [2021-06-18T21:09:16.176Z] === RUN   TestDockerSuite/TestCpToCaseE
21:09:16 [2021-06-18T21:09:16.571Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
21:09:19 [2021-06-18T21:09:19.858Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
21:09:21 [2021-06-18T21:09:21.235Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
21:09:28 [2021-06-18T21:09:28.679Z] === RUN   TestDockerSuite/TestCpToCaseF
21:09:28 [2021-06-18T21:09:28.679Z] === RUN   TestDockerSuite/TestCpToCaseG
21:09:28 [2021-06-18T21:09:28.679Z] === RUN   TestDockerSuite/TestCpToCaseH
21:09:31 [2021-06-18T21:09:31.216Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
21:09:32 [2021-06-18T21:09:32.593Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
21:09:33 [2021-06-18T21:09:33.971Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
21:09:34 [2021-06-18T21:09:34.925Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
21:09:35 [2021-06-18T21:09:35.494Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
21:09:36 [2021-06-18T21:09:36.872Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
21:09:37 [2021-06-18T21:09:37.810Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
21:09:38 [2021-06-18T21:09:38.068Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
21:09:38 [2021-06-18T21:09:38.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
21:09:39 [2021-06-18T21:09:39.703Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
21:09:39 [2021-06-18T21:09:39.703Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
21:09:39 [2021-06-18T21:09:39.703Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
21:09:39 [2021-06-18T21:09:39.962Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
21:09:41 [2021-06-18T21:09:41.179Z] === RUN   TestDockerSuite/TestCpToCaseI
21:09:41 [2021-06-18T21:09:41.180Z] === RUN   TestDockerSuite/TestCpToCaseJ
21:09:41 [2021-06-18T21:09:41.180Z] === RUN   TestDockerSuite/TestCpToDot
21:09:41 [2021-06-18T21:09:41.339Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
21:09:42 [2021-06-18T21:09:42.167Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
21:09:42 [2021-06-18T21:09:42.167Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
21:09:42 [2021-06-18T21:09:42.167Z] === RUN   TestDockerSuite/TestCpToStdout
21:09:42 [2021-06-18T21:09:42.715Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
21:09:42 [2021-06-18T21:09:42.715Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
21:09:43 [2021-06-18T21:09:43.282Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
21:09:43 [2021-06-18T21:09:43.282Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
21:09:43 [2021-06-18T21:09:43.734Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
21:09:43 [2021-06-18T21:09:43.734Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
21:09:43 [2021-06-18T21:09:43.734Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
21:09:44 [2021-06-18T21:09:44.203Z] === RUN   TestDockerSuite/TestCpVolumePath
21:09:44 [2021-06-18T21:09:44.203Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
21:09:44 [2021-06-18T21:09:44.203Z] === RUN   TestDockerSuite/TestCreateArgs
21:09:44 [2021-06-18T21:09:44.203Z] === RUN   TestDockerSuite/TestCreateByImageID
21:09:46 [2021-06-18T21:09:46.422Z] === RUN   TestDockerSuite/TestCreateEchoStdout
21:09:46 [2021-06-18T21:09:46.567Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
21:09:46 [2021-06-18T21:09:46.567Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
21:09:47 [2021-06-18T21:09:47.992Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
21:09:47 [2021-06-18T21:09:47.992Z] === RUN   TestDockerSuite/TestCreateHostConfig
21:09:47 [2021-06-18T21:09:47.992Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
21:09:48 [2021-06-18T21:09:48.473Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
21:09:49 [2021-06-18T21:09:49.042Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
21:09:49 [2021-06-18T21:09:49.559Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
21:09:50 [2021-06-18T21:09:50.027Z] === RUN   TestDockerSuite/TestCreateLabels
21:09:50 [2021-06-18T21:09:50.496Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
21:09:50 [2021-06-18T21:09:50.496Z] === RUN   TestDockerSuite/TestCreateRM
21:09:50 [2021-06-18T21:09:50.496Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
21:09:50 [2021-06-18T21:09:50.496Z] === RUN   TestDockerSuite/TestCreateStopSignal
21:09:50 [2021-06-18T21:09:50.965Z] === RUN   TestDockerSuite/TestCreateStopTimeout
21:09:50 [2021-06-18T21:09:50.965Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
21:09:54 [2021-06-18T21:09:54.316Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
21:09:56 [2021-06-18T21:09:56.836Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
21:09:57 [2021-06-18T21:09:57.306Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
21:09:57 [2021-06-18T21:09:57.306Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
21:09:57 [2021-06-18T21:09:57.613Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
21:10:01 [2021-06-18T21:10:01.104Z] === RUN   TestDockerSuite/TestCreateWithPortRange
21:10:01 [2021-06-18T21:10:01.104Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
21:10:01 [2021-06-18T21:10:01.104Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
21:10:02 [2021-06-18T21:10:02.890Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
21:10:02 [2021-06-18T21:10:02.890Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
21:10:02 [2021-06-18T21:10:02.890Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDevicePermissions
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDockerFails
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestEventsAttach
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestEventsCommit
21:10:03 [2021-06-18T21:10:03.322Z] === RUN   TestDockerSuite/TestEventsContainerEvents
21:10:03 [2021-06-18T21:10:03.826Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
21:10:03 [2021-06-18T21:10:03.826Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
21:10:04 [2021-06-18T21:10:04.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
21:10:04 [2021-06-18T21:10:04.344Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
21:10:04 [2021-06-18T21:10:04.604Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
21:10:04 [2021-06-18T21:10:04.604Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
21:10:05 [2021-06-18T21:10:05.538Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
21:10:05 [2021-06-18T21:10:05.981Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
21:10:07 [2021-06-18T21:10:07.105Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
21:10:09 [2021-06-18T21:10:09.269Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
21:10:09 [2021-06-18T21:10:09.270Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
21:10:09 [2021-06-18T21:10:09.270Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
21:10:09 [2021-06-18T21:10:09.330Z] === RUN   TestDockerSuite/TestEventsContainerRestart
21:10:10 [2021-06-18T21:10:10.205Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
21:10:14 [2021-06-18T21:10:14.395Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
21:10:15 [2021-06-18T21:10:15.201Z] === RUN   TestDockerSuite/TestEventsCopy
21:10:18 [2021-06-18T21:10:18.583Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
21:10:18 [2021-06-18T21:10:18.583Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
21:10:19 [2021-06-18T21:10:19.151Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
21:10:19 [2021-06-18T21:10:19.961Z] === RUN   TestDockerSuite/TestEventsFilterContainer
21:10:21 [2021-06-18T21:10:21.072Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
21:10:21 [2021-06-18T21:10:21.072Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
21:10:22 [2021-06-18T21:10:22.448Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
21:10:22 [2021-06-18T21:10:22.706Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
21:10:23 [2021-06-18T21:10:23.758Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
21:10:24 [2021-06-18T21:10:24.082Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
21:10:25 [2021-06-18T21:10:25.324Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
21:10:25 [2021-06-18T21:10:25.793Z] === RUN   TestDockerSuite/TestEventsFilterImageName
21:10:26 [2021-06-18T21:10:26.617Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
21:10:29 [2021-06-18T21:10:29.151Z] --- PASS: TestDockerNetworkSuite (86.34s)
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.78s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d33636205755c] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.12s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dce78aa65b44f] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (6.54s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [de125cbdad6aa] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.89s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dc45f58d1172b] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.30s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:1233: [d6713779a63c6] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.70s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dfba6423f2651] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.41s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dfb26b795a652] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.90s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d427205f30545] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.43s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d893cc6ffef03] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.82s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d1fa595cdb943] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.65s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dc5c221df5107] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.20s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d4511227c9487] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.29s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d9652ee6d1d61] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d07d8860457d8] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d31f9fc5433dd] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.06s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [dfd5cde6ae63c] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.26s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d6c3d91f8caed] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [d3478939f823a] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.25s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [db7a52c8902ec] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.22s)
21:10:29 [2021-06-18T21:10:29.151Z]         docker_cli_network_unix_test.go:46: [de8af2ea6531a] daemon is not started
21:10:29 [2021-06-18T21:10:29.151Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.28s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d577439867d09] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [dd1315136fb73] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.54s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [df186ebc8ed88] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d6a952b86282a] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.87s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:968: [d07865de5f913] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.13s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [dfc28b14ad869] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (14.16s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:1116: [dd7496ba2bd28] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d0ac893bd5cac] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.05s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d75f2f014ddad] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.22s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [da8780e01cef7] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [da179749ac284] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.32s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d437899ead1dd] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.27s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d1b4841994020] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d23987602f5e5] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.34s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d7a703f454907] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d657b77d169f8] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d2310d4fffe1c] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.08s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [db351d7de408b] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.08s)
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.70s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:1084: [d07d3d6848df4] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d7af863e909ea] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.09s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d7d6ab19455f8] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.11s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [dd1e8b4961900] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d790bbb04e8d9] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.08s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d8cdbdd5656d8] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.54s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d57b1dedd5eee] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.22s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d3189b3bc5568] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.22s)
21:10:29 [2021-06-18T21:10:29.152Z]         docker_cli_network_unix_test.go:46: [d2c1af202ee2d] daemon is not started
21:10:29 [2021-06-18T21:10:29.152Z] === RUN   TestDockerHubPullSuite
21:10:29 [2021-06-18T21:10:29.152Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
21:10:29 [2021-06-18T21:10:29.590Z] === RUN   TestDockerSuite/TestEventsFilterLabels
21:10:29 [2021-06-18T21:10:29.590Z] === RUN   TestDockerSuite/TestEventsFilterType
21:10:30 [2021-06-18T21:10:30.062Z] === RUN   TestDockerSuite/TestEventsFilters
21:10:30 [2021-06-18T21:10:30.529Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
21:10:33 [2021-06-18T21:10:33.060Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
21:10:33 [2021-06-18T21:10:33.060Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
21:10:33 [2021-06-18T21:10:33.866Z] === RUN   TestDockerSuite/TestEventsFormat
21:10:34 [2021-06-18T21:10:34.437Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
21:10:34 [2021-06-18T21:10:34.437Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
21:10:34 [2021-06-18T21:10:34.437Z] --- PASS: TestDockerHubPullSuite (5.31s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.38s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.35s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.11s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
21:10:34 [2021-06-18T21:10:34.437Z] PASS
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === Skipped
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_sni_test.go:18: Flakey test
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
21:10:34 [2021-06-18T21:10:34.437Z]         docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.437Z] 
21:10:34 [2021-06-18T21:10:34.437Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
21:10:34 [2021-06-18T21:10:34.438Z]         docker_cli_network_unix_test.go:46: [d2310d4fffe1c] daemon is not started
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] 
21:10:34 [2021-06-18T21:10:34.438Z] DONE 1270 tests, 51 skipped in 2137.996s
21:10:34 [2021-06-18T21:10:34.696Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:10:34 [2021-06-18T21:10:34.696Z] ++++ cat bundles/test-integration/docker.pid
21:10:34 [2021-06-18T21:10:34.696Z] +++ kill 8173
21:10:35 [2021-06-18T21:10:35.633Z] +++ /etc/init.d/apparmor stop
21:10:35 [2021-06-18T21:10:35.633Z] Leaving: AppArmorNo profiles have been unloaded.
21:10:35 [2021-06-18T21:10:35.633Z] 
21:10:35 [2021-06-18T21:10:35.633Z] Unloading profiles will leave already running processes permanently
21:10:35 [2021-06-18T21:10:35.633Z] unconfined, which can lead to unexpected situations.
21:10:35 [2021-06-18T21:10:35.633Z] 
21:10:35 [2021-06-18T21:10:35.633Z] To set a process to complain mode, use the command line tool
21:10:35 [2021-06-18T21:10:35.633Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:10:35 [2021-06-18T21:10:35.633Z] +++ true
21:10:35 [2021-06-18T21:10:35.633Z] exiting test-integration
21:10:35 [2021-06-18T21:10:35.633Z] ++ exit 0
21:10:35 [2021-06-18T21:10:35.633Z] 
21:10:35 [2021-06-18T21:10:35.892Z] + for job in $(jobs -p)
21:10:35 [2021-06-18T21:10:35.892Z] + wait 8226
21:10:40 [2021-06-18T21:10:40.079Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsFormatBadField
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsImageImport
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsImageLoad
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsImagePull
21:10:42 [2021-06-18T21:10:42.538Z] === RUN   TestDockerSuite/TestEventsImageTag
21:10:42 [2021-06-18T21:10:42.619Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
21:10:43 [2021-06-18T21:10:43.527Z] === RUN   TestDockerSuite/TestEventsPluginOps
21:10:43 [2021-06-18T21:10:43.527Z] === RUN   TestDockerSuite/TestEventsRename
21:10:45 [2021-06-18T21:10:45.151Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
21:10:45 [2021-06-18T21:10:45.746Z] === RUN   TestDockerSuite/TestEventsResize
21:10:47 [2021-06-18T21:10:47.963Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
21:10:48 [2021-06-18T21:10:48.437Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
21:10:50 [2021-06-18T21:10:50.182Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
21:10:51 [2021-06-18T21:10:51.750Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
21:10:56 [2021-06-18T21:10:56.513Z] === RUN   TestDockerSuite/TestEventsTop
21:10:56 [2021-06-18T21:10:56.513Z] === RUN   TestDockerSuite/TestEventsUntag
21:10:56 [2021-06-18T21:10:56.553Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
21:10:58 [2021-06-18T21:10:58.729Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
21:11:02 [2021-06-18T21:11:02.523Z] === RUN   TestDockerSuite/TestExec
21:11:02 [2021-06-18T21:11:02.523Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
21:11:02 [2021-06-18T21:11:02.523Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
21:11:03 [2021-06-18T21:11:03.115Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
21:11:03 [2021-06-18T21:11:03.512Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
21:11:05 [2021-06-18T21:11:05.082Z] === RUN   TestDockerSuite/TestExecAPIStart
21:11:05 [2021-06-18T21:11:05.082Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
21:11:05 [2021-06-18T21:11:05.082Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
21:11:05 [2021-06-18T21:11:05.082Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
21:11:05 [2021-06-18T21:11:05.648Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
21:11:06 [2021-06-18T21:11:06.651Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
21:11:08 [2021-06-18T21:11:08.180Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
21:11:08 [2021-06-18T21:11:08.217Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
21:11:10 [2021-06-18T21:11:10.435Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
21:11:11 [2021-06-18T21:11:11.475Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
21:11:12 [2021-06-18T21:11:12.002Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
21:11:14 [2021-06-18T21:11:14.765Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
21:11:15 [2021-06-18T21:11:15.801Z] === RUN   TestDockerSuite/TestExecCgroup
21:11:15 [2021-06-18T21:11:15.801Z] === RUN   TestDockerSuite/TestExecEnv
21:11:15 [2021-06-18T21:11:15.801Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
21:11:15 [2021-06-18T21:11:15.801Z] === RUN   TestDockerSuite/TestExecExitStatus
21:11:17 [2021-06-18T21:11:17.370Z] === RUN   TestDockerSuite/TestExecInspectID
21:11:18 [2021-06-18T21:11:18.052Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
21:11:20 [2021-06-18T21:11:20.583Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecInteractive
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecParseError
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecPausedContainer
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
21:11:21 [2021-06-18T21:11:21.165Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecSetEnv
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecStartFails
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecStateCleanup
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecStopNotHanging
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
21:11:23 [2021-06-18T21:11:23.382Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
21:11:24 [2021-06-18T21:11:24.978Z] === RUN   TestDockerSuite/TestExecUlimits
21:11:24 [2021-06-18T21:11:24.978Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
21:11:32 [2021-06-18T21:11:32.144Z] === RUN   TestDockerSuite/TestExecWithImageUser
21:11:32 [2021-06-18T21:11:32.144Z] === RUN   TestDockerSuite/TestExecWithPrivileged
21:11:32 [2021-06-18T21:11:32.144Z] === RUN   TestDockerSuite/TestExecWithUser
21:11:32 [2021-06-18T21:11:32.144Z] === RUN   TestDockerSuite/TestGetContainerStats
21:11:38 [2021-06-18T21:11:38.016Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
21:11:42 [2021-06-18T21:11:42.777Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
21:11:45 [2021-06-18T21:11:45.731Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestHealth
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestHistoryExistentImage
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
21:11:51 [2021-06-18T21:11:51.604Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
21:11:55 [2021-06-18T21:11:55.397Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
21:11:55 [2021-06-18T21:11:55.866Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
21:11:55 [2021-06-18T21:11:55.866Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
21:11:56 [2021-06-18T21:11:56.853Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
21:11:56 [2021-06-18T21:11:56.853Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
21:11:58 [2021-06-18T21:11:58.420Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
21:11:58 [2021-06-18T21:11:58.420Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
21:11:59 [2021-06-18T21:11:59.986Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
21:12:02 [2021-06-18T21:12:02.207Z] === RUN   TestDockerSuite/TestImagesFormat
21:12:02 [2021-06-18T21:12:02.207Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
21:12:02 [2021-06-18T21:12:02.207Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
21:12:06 [2021-06-18T21:12:06.003Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
21:12:06 [2021-06-18T21:12:06.003Z] === RUN   TestDockerSuite/TestImportBadURL
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportDisplay
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportFile
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportFileWithMessage
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportGzipped
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
21:12:08 [2021-06-18T21:12:08.220Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
21:12:10 [2021-06-18T21:12:10.438Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
21:12:12 [2021-06-18T21:12:12.006Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
21:12:12 [2021-06-18T21:12:12.006Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
21:12:12 [2021-06-18T21:12:12.006Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
21:12:12 [2021-06-18T21:12:12.006Z] === RUN   TestDockerSuite/TestInspectAmpersand
21:12:12 [2021-06-18T21:12:12.006Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
21:12:13 [2021-06-18T21:12:13.576Z] === RUN   TestDockerSuite/TestInspectByPrefix
21:12:14 [2021-06-18T21:12:14.046Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
21:12:15 [2021-06-18T21:12:15.629Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
21:12:15 [2021-06-18T21:12:15.629Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
21:12:15 [2021-06-18T21:12:15.629Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
21:12:15 [2021-06-18T21:12:15.629Z] === RUN   TestDockerSuite/TestInspectDefault
21:12:16 [2021-06-18T21:12:16.864Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
21:12:17 [2021-06-18T21:12:17.855Z] === RUN   TestDockerSuite/TestInspectHistory
21:12:21 [2021-06-18T21:12:21.649Z] === RUN   TestDockerSuite/TestInspectImage
21:12:21 [2021-06-18T21:12:21.649Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
21:12:21 [2021-06-18T21:12:21.649Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
21:12:21 [2021-06-18T21:12:21.649Z] === RUN   TestDockerSuite/TestInspectInt64
21:12:23 [2021-06-18T21:12:23.223Z] === RUN   TestDockerSuite/TestInspectJSONFields
21:12:24 [2021-06-18T21:12:24.794Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
21:12:24 [2021-06-18T21:12:24.794Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
21:12:27 [2021-06-18T21:12:27.013Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
21:12:28 [2021-06-18T21:12:28.579Z] === RUN   TestDockerSuite/TestInspectPlugin
21:12:28 [2021-06-18T21:12:28.579Z] === RUN   TestDockerSuite/TestInspectRootFS
21:12:28 [2021-06-18T21:12:28.579Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
21:12:30 [2021-06-18T21:12:30.146Z] === RUN   TestDockerSuite/TestInspectStatus
21:12:31 [2021-06-18T21:12:31.748Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
21:12:32 [2021-06-18T21:12:32.364Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
21:12:36 [2021-06-18T21:12:36.163Z] === RUN   TestDockerSuite/TestInspectTemplateError
21:12:37 [2021-06-18T21:12:37.731Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
21:12:39 [2021-06-18T21:12:39.297Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
21:12:41 [2021-06-18T21:12:41.516Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
21:12:43 [2021-06-18T21:12:43.083Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
21:12:45 [2021-06-18T21:12:45.302Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestInspectUnknownObject
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinkShortDefinition
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksEnvs
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
21:12:46 [2021-06-18T21:12:46.871Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
21:12:48 [2021-06-18T21:12:48.439Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
21:12:49 [2021-06-18T21:12:49.827Z] --- PASS: TestDockerSwarmSuite (1781.28s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.24s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.70s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.63s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.49s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.07s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (33.76s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:562: [daaff9e7e8e0b] joining swarm manager [d24d0bc3e4683]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:584: [d35c61dc0e2a3] joining swarm manager [d24d0bc3e4683]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.827Z]         check_test.go:380: [daaff9e7e8e0b] daemon is not started
21:12:49 [2021-06-18T21:12:49.827Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.62s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:45: [db339574d0393] joining swarm manager [d8f26d4317412]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.04s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.15s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (52.47s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:303: [dac637cf5d8f1] joining swarm manager [def09e668f507]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:304: [d29b70d145b44] joining swarm manager [def09e668f507]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:363: Waiting for possible election...
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.92s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:271: [da6805ebc80f2] joining swarm manager [d06ec4e2aad3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_test.go:272: [d291ca378ab4a] joining swarm manager [d06ec4e2aad3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.58s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.88s)
21:12:49 [2021-06-18T21:12:49.827Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.01s)
21:12:49 [2021-06-18T21:12:49.827Z]         docker_api_swarm_node_test.go:19: [d9937d2903ed9] joining swarm manager [dde783a6e640f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_node_test.go:20: [dd66a6722fae3] joining swarm manager [dde783a6e640f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.79s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:501: [dfa7506d4541f] joining swarm manager [d0f8a597b83ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:506: [dfc39b0dabb47] joining swarm manager [d0f8a597b83ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.70s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_node_test.go:80: [dac8e89a250c6] joining swarm manager [d44f43fe5bccf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.96s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_node_test.go:52: [dab94e746df7e] joining swarm manager [de6b194830ae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_node_test.go:53: [dd6bb37253214] joining swarm manager [de6b194830ae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.76s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (27.20s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:201: [dc3e236d3e99c] joining swarm manager [d686778e9913a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.13s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:383: [dd87030a3e33e] joining swarm manager [da91d78dd36b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:384: [da26a388cbe38] joining swarm manager [da91d78dd36b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]         check_test.go:380: [da26a388cbe38] daemon is not started
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.80s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:801: [de860459edcbb] joining swarm manager [de3179eeb1017]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:801: [de1c10d7c5e07] joining swarm manager [de3179eeb1017]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:801: [de8a86c1f2f16] joining swarm manager [de3179eeb1017]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:801: [daf9a8cb6d1e9] joining swarm manager [de3179eeb1017]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:809: [d0fc2f1e434f6] joining swarm manager [de3179eeb1017]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.45s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.01s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.74s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:394: [de4dc3d4337a3] joining swarm manager [d010936c9262f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:394: [d574982b52a2f] joining swarm manager [d010936c9262f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.14s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:342: [d3f0c369289a1] joining swarm manager [d886927fd49ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:342: [d080f9a5d930c] joining swarm manager [d886927fd49ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.42s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:489: [d01455525132e] joining swarm manager [d6d0d594c6999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:489: [dc8dcb74ac892] joining swarm manager [d6d0d594c6999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.70s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.59s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:127: [dc0bc07af02dc] joining swarm manager [d7e7ae8a1d33d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:128: [dacd286d5488b] joining swarm manager [d7e7ae8a1d33d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:136: [d1156b0d41616] joining swarm manager [d7e7ae8a1d33d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:137: [d2e396ec922bb] joining swarm manager [d7e7ae8a1d33d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.22s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (25.01s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:303: [d0962f42929f3] joining swarm manager [d3ce43f37a710]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:303: [ddce2da31371b] joining swarm manager [d3ce43f37a710]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.51s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:99: [d93e465618799] joining swarm manager [dc242e4d6dfbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:100: [d455a07f2e204] joining swarm manager [dc242e4d6dfbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]         check_test.go:380: [d93e465618799] daemon is not started
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (29.26s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:532: [d3e311ec65f9e] joining swarm manager [dcaca9123ec7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:533: [d5d61522b186f] joining swarm manager [dcaca9123ec7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.91s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:147: [d7280c6154468] joining swarm manager [d4a27d0122e1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_service_test.go:147: [dd3934d000ac4] joining swarm manager [d4a27d0122e1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (36.00s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.82s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.24s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.43s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.57s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.94s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.06s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.93s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.00s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.17s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.48s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.16s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.96s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.33s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.25s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.08s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.27s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.45s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.95s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.77s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.25s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.45s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.60s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.45s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.34s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.54s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.67s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.64s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.68s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.52s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.84s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.74s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_service_logs_test.go:245: checking task wskpeiv9kb9z
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_service_logs_test.go:250: checking messages for wskpeiv9kb9z
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_service_logs_test.go:245: checking task rqem8qkmlr7s
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_service_logs_test.go:250: checking messages for rqem8qkmlr7s
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.63s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.29s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.30s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.86s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.05s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1901: [dd11429a9637f] joining swarm manager [daa819a7db353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1902: [de47d2864de6f] joining swarm manager [daa819a7db353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.63s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.73s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.87s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.12s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1802: [d939d85a8ac79] joining swarm manager [d4f4f8d5ea658]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1803: [d9a9b6cca29b9] joining swarm manager [d4f4f8d5ea658]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.55s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (94.04s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1321: [d0b3ea9b871bc] joining swarm manager [dea4003ce28a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1322: [d496f2f45597d] joining swarm manager [dea4003ce28a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.26s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.02s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.49s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.75s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.19s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.56s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.63s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.46s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.26s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.32s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.56s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1186: [d155c5da40460] joining swarm manager [dda3e90f4b427]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1195: [dd932c1ba3354] joining swarm manager [dda3e90f4b427]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.39s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.83s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (141.76s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1118: [db2598410d046] joining swarm manager [d5031d54afe2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1119: [dfab763fd433c] joining swarm manager [d5031d54afe2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1172: [dac047d98e923] joining swarm manager [d5031d54afe2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.83s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1453: [d1adc484eb07a] joining swarm manager [df2dee3b0594a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_test.go:1454: [da2c82f57f950] joining swarm manager [df2dee3b0594a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s)
21:12:49 [2021-06-18T21:12:49.828Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.21s)
21:12:49 [2021-06-18T21:12:49.828Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s)
21:12:49 [2021-06-18T21:12:49.828Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.12s)
21:12:49 [2021-06-18T21:12:49.828Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.76s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.83s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.75s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.20s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_cli_swarm_unix_test.go:62: [dbc671cb05d7c] joining swarm manager [d87e4af9b86e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.88s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.17s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.03s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.12s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.46s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.93s)
21:12:49 [2021-06-18T21:12:49.828Z]         docker_api_swarm_test.go:961: [d7bfb6dd8698f] joining swarm manager [d81f151efe67b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.45s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.36s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.34s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.35s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.50s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.64s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.98s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.94s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.14s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.90s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.65s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.33s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.14s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.31s)
21:12:49 [2021-06-18T21:12:49.828Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.29s)
21:12:49 [2021-06-18T21:12:49.828Z] === RUN   TestDockerExternalVolumeSuite
21:12:49 [2021-06-18T21:12:49.828Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
21:12:50 [2021-06-18T21:12:50.657Z] === RUN   TestDockerSuite/TestLogsAPIUntil
21:12:55 [2021-06-18T21:12:55.416Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
21:12:57 [2021-06-18T21:12:57.636Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
21:12:57 [2021-06-18T21:12:57.636Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
21:12:59 [2021-06-18T21:12:59.205Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
21:12:59 [2021-06-18T21:12:59.205Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
21:13:03 [2021-06-18T21:13:03.962Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
21:13:04 [2021-06-18T21:13:04.699Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
21:13:09 [2021-06-18T21:13:09.837Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
21:13:14 [2021-06-18T21:13:14.597Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
21:13:16 [2021-06-18T21:13:16.165Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
21:13:18 [2021-06-18T21:13:18.382Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
21:13:18 [2021-06-18T21:13:18.382Z] === RUN   TestDockerSuite/TestLogsFollowStopped
21:13:20 [2021-06-18T21:13:20.602Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
21:13:22 [2021-06-18T21:13:22.171Z] === RUN   TestDockerSuite/TestLogsSince
21:13:30 [2021-06-18T21:13:30.841Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
21:13:30 [2021-06-18T21:13:30.841Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
21:13:30 [2021-06-18T21:13:30.841Z] === RUN   TestDockerSuite/TestLogsTail
21:13:33 [2021-06-18T21:13:33.061Z] === RUN   TestDockerSuite/TestLogsTimestamps
21:13:35 [2021-06-18T21:13:35.280Z] === RUN   TestDockerSuite/TestLogsWithDetails
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestMountIntoProc
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestMountIntoSys
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestNetHostname
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginActive
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginLogDriver
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPluginUpgrade
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
21:13:36 [2021-06-18T21:13:36.845Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
21:13:37 [2021-06-18T21:13:37.314Z] === RUN   TestDockerSuite/TestPortHostBinding
21:13:37 [2021-06-18T21:13:37.314Z] === RUN   TestDockerSuite/TestPortList
21:13:37 [2021-06-18T21:13:37.314Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersAttach
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
21:13:41 [2021-06-18T21:13:41.108Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
21:13:44 [2021-06-18T21:13:44.905Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
21:13:44 [2021-06-18T21:13:44.905Z] === RUN   TestDockerSuite/TestPsByOrder
21:13:52 [2021-06-18T21:13:52.079Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
21:13:52 [2021-06-18T21:13:52.079Z] === RUN   TestDockerSuite/TestPsListContainersBase
21:13:59 [2021-06-18T21:13:59.255Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
21:14:09 [2021-06-18T21:14:09.693Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
21:14:09 [2021-06-18T21:14:09.693Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
21:14:09 [2021-06-18T21:14:09.693Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
21:14:12 [2021-06-18T21:14:12.375Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
21:14:20 [2021-06-18T21:14:20.498Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
21:14:22 [2021-06-18T21:14:22.203Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
21:14:23 [2021-06-18T21:14:23.191Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
21:14:30 [2021-06-18T21:14:30.355Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
21:14:39 [2021-06-18T21:14:39.022Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
21:14:39 [2021-06-18T21:14:39.022Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
21:14:39 [2021-06-18T21:14:39.022Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
21:14:42 [2021-06-18T21:14:42.818Z] === RUN   TestDockerSuite/TestPsListContainersSize
21:14:42 [2021-06-18T21:14:42.818Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
21:14:42 [2021-06-18T21:14:42.818Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
21:14:42 [2021-06-18T21:14:42.818Z] === RUN   TestDockerSuite/TestPsRightTagName
21:14:42 [2021-06-18T21:14:42.818Z] === RUN   TestDockerSuite/TestPsShowMounts
21:14:48 [2021-06-18T21:14:48.689Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
21:14:48 [2021-06-18T21:14:48.689Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
21:14:49 [2021-06-18T21:14:49.678Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
21:14:49 [2021-06-18T21:14:49.678Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
21:14:51 [2021-06-18T21:14:51.246Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
21:14:51 [2021-06-18T21:14:51.715Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
21:14:51 [2021-06-18T21:14:51.715Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
21:14:52 [2021-06-18T21:14:52.564Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
21:14:55 [2021-06-18T21:14:55.508Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
21:14:58 [2021-06-18T21:14:58.462Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
21:15:00 [2021-06-18T21:15:00.685Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
21:15:07 [2021-06-18T21:15:07.435Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
21:15:15 [2021-06-18T21:15:15.639Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
21:15:15 [2021-06-18T21:15:15.639Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
21:15:20 [2021-06-18T21:15:20.399Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
21:15:20 [2021-06-18T21:15:20.867Z] === RUN   TestDockerSuite/TestRestartPolicyNO
21:15:20 [2021-06-18T21:15:20.867Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
21:15:21 [2021-06-18T21:15:21.337Z] === RUN   TestDockerSuite/TestRestartRunningContainer
21:15:25 [2021-06-18T21:15:25.135Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
21:15:28 [2021-06-18T21:15:28.090Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
21:15:28 [2021-06-18T21:15:28.090Z] === RUN   TestDockerSuite/TestRestartWithVolumes
21:15:31 [2021-06-18T21:15:31.884Z] === RUN   TestDockerSuite/TestRmiBlank
21:15:31 [2021-06-18T21:15:31.884Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
21:15:31 [2021-06-18T21:15:31.884Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
21:15:39 [2021-06-18T21:15:39.526Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
21:15:44 [2021-06-18T21:15:44.390Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
21:15:45 [2021-06-18T21:15:45.378Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
21:15:45 [2021-06-18T21:15:45.848Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
21:15:51 [2021-06-18T21:15:51.720Z] === RUN   TestDockerSuite/TestRmiImgIDForce
21:15:51 [2021-06-18T21:15:51.724Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
21:15:55 [2021-06-18T21:15:55.513Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
21:16:08 [2021-06-18T21:16:08.014Z] === RUN   TestDockerSuite/TestRmiParentImageFail
21:16:09 [2021-06-18T21:16:09.582Z] === RUN   TestDockerSuite/TestRmiTag
21:16:10 [2021-06-18T21:16:10.052Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
21:16:12 [2021-06-18T21:16:12.271Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
21:16:23 [2021-06-18T21:16:23.791Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
21:16:27 [2021-06-18T21:16:27.214Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
21:16:28 [2021-06-18T21:16:28.201Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
21:16:31 [2021-06-18T21:16:31.998Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddHost
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
21:16:32 [2021-06-18T21:16:32.986Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
21:16:34 [2021-06-18T21:16:34.551Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
21:16:34 [2021-06-18T21:16:34.552Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
21:16:34 [2021-06-18T21:16:34.552Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
21:16:38 [2021-06-18T21:16:38.348Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
21:16:38 [2021-06-18T21:16:38.726Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
21:16:40 [2021-06-18T21:16:40.573Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
21:16:42 [2021-06-18T21:16:42.142Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
21:16:49 [2021-06-18T21:16:49.305Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
21:16:50 [2021-06-18T21:16:50.872Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
21:16:50 [2021-06-18T21:16:50.872Z] === RUN   TestDockerSuite/TestRunBindMounts
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
21:16:54 [2021-06-18T21:16:54.674Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
21:16:56 [2021-06-18T21:16:56.817Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
21:16:56 [2021-06-18T21:16:56.892Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
21:16:56 [2021-06-18T21:16:56.892Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
21:16:59 [2021-06-18T21:16:59.109Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
21:16:59 [2021-06-18T21:16:59.109Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
21:16:59 [2021-06-18T21:16:59.109Z] === RUN   TestDockerSuite/TestRunContainerNetwork
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
21:17:00 [2021-06-18T21:17:00.675Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
21:17:02 [2021-06-18T21:17:02.893Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
21:17:05 [2021-06-18T21:17:05.114Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
21:17:12 [2021-06-18T21:17:12.276Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
21:17:12 [2021-06-18T21:17:12.276Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
21:17:12 [2021-06-18T21:17:12.276Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
21:17:12 [2021-06-18T21:17:12.276Z] === RUN   TestDockerSuite/TestRunCreateVolume
21:17:13 [2021-06-18T21:17:13.264Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
21:17:13 [2021-06-18T21:17:13.264Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
21:17:13 [2021-06-18T21:17:13.264Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
21:17:13 [2021-06-18T21:17:13.264Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
21:17:13 [2021-06-18T21:17:13.264Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
21:17:14 [2021-06-18T21:17:14.833Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDNSOptions
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
21:17:19 [2021-06-18T21:17:19.595Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
21:17:21 [2021-06-18T21:17:21.167Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
21:17:21 [2021-06-18T21:17:21.167Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
21:17:21 [2021-06-18T21:17:21.167Z] === RUN   TestDockerSuite/TestRunDuplicateMount
21:17:21 [2021-06-18T21:17:21.167Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
21:17:22 [2021-06-18T21:17:22.734Z] === RUN   TestDockerSuite/TestRunEchoStdout
21:17:24 [2021-06-18T21:17:24.951Z] === RUN   TestDockerSuite/TestRunEmptyEnv
21:17:24 [2021-06-18T21:17:24.951Z] === RUN   TestDockerSuite/TestRunEntrypoint
21:17:26 [2021-06-18T21:17:26.519Z] === RUN   TestDockerSuite/TestRunEnvironment
21:17:26 [2021-06-18T21:17:26.519Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
21:17:26 [2021-06-18T21:17:26.519Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
21:17:26 [2021-06-18T21:17:26.519Z] === RUN   TestDockerSuite/TestRunExitCode
21:17:28 [2021-06-18T21:17:28.739Z] === RUN   TestDockerSuite/TestRunExitCodeOne
21:17:30 [2021-06-18T21:17:30.305Z] === RUN   TestDockerSuite/TestRunExitCodeZero
21:17:31 [2021-06-18T21:17:31.874Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunExposePort
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunGroupAdd
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
21:17:34 [2021-06-18T21:17:34.094Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunInvalidReference
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
21:17:37 [2021-06-18T21:17:37.889Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
21:17:43 [2021-06-18T21:17:43.483Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
21:17:45 [2021-06-18T21:17:45.058Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
21:17:45 [2021-06-18T21:17:45.058Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeHostname
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeIpcHost
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModePIDContainer
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModePIDHost
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunModeUTSHost
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunMount
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunMountOrdering
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
21:17:46 [2021-06-18T21:17:46.624Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
21:17:52 [2021-06-18T21:17:52.496Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
21:17:52 [2021-06-18T21:17:52.496Z] === RUN   TestDockerSuite/TestRunNamedVolume
21:17:52 [2021-06-18T21:17:52.496Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
21:17:52 [2021-06-18T21:17:52.496Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
21:17:56 [2021-06-18T21:17:56.291Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetHost
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
21:18:00 [2021-06-18T21:18:00.090Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
21:18:01 [2021-06-18T21:18:01.080Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
21:18:01 [2021-06-18T21:18:01.561Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
21:18:03 [2021-06-18T21:18:03.302Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
21:18:04 [2021-06-18T21:18:04.870Z] === RUN   TestDockerSuite/TestRunNonExistingImage
21:18:05 [2021-06-18T21:18:05.859Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
21:18:07 [2021-06-18T21:18:07.427Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunPortInUse
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
21:18:07 [2021-06-18T21:18:07.895Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunPublishPort
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunReadProcLatency
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunReadProcTimer
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
21:18:10 [2021-06-18T21:18:10.852Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
21:18:18 [2021-06-18T21:18:18.024Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
21:18:18 [2021-06-18T21:18:18.024Z] === RUN   TestDockerSuite/TestRunRm
21:18:19 [2021-06-18T21:18:19.012Z] === RUN   TestDockerSuite/TestRunRmAndWait
21:18:24 [2021-06-18T21:18:24.888Z] === RUN   TestDockerSuite/TestRunRmPre125Api
21:18:26 [2021-06-18T21:18:26.459Z] === RUN   TestDockerSuite/TestRunRootWorkdir
21:18:28 [2021-06-18T21:18:28.025Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
21:18:29 [2021-06-18T21:18:29.590Z] === RUN   TestDockerSuite/TestRunSetMacAddress
21:18:31 [2021-06-18T21:18:31.808Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
21:18:31 [2021-06-18T21:18:31.808Z] === RUN   TestDockerSuite/TestRunState
21:18:31 [2021-06-18T21:18:31.808Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
21:18:33 [2021-06-18T21:18:33.659Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
21:18:34 [2021-06-18T21:18:34.027Z] === RUN   TestDockerSuite/TestRunStdinPipe
21:18:34 [2021-06-18T21:18:34.027Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunTLSVerify
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
21:18:35 [2021-06-18T21:18:35.595Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUnshareProc
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserByID
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserByIDBig
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserByIDZero
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserByName
21:18:40 [2021-06-18T21:18:40.356Z] === RUN   TestDockerSuite/TestRunUserDefaults
21:18:42 [2021-06-18T21:18:42.041Z] === RUN   TestDockerSuite/TestRunUserNotFound
21:18:42 [2021-06-18T21:18:42.041Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
21:18:45 [2021-06-18T21:18:45.835Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
21:18:45 [2021-06-18T21:18:45.835Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
21:18:45 [2021-06-18T21:18:45.835Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
21:18:50 [2021-06-18T21:18:50.594Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
21:19:01 [2021-06-18T21:19:01.024Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
21:19:03 [2021-06-18T21:19:03.982Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
21:19:05 [2021-06-18T21:19:05.726Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
21:19:08 [2021-06-18T21:19:08.741Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
21:19:08 [2021-06-18T21:19:08.741Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
21:19:08 [2021-06-18T21:19:08.741Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
21:19:10 [2021-06-18T21:19:10.958Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
21:19:13 [2021-06-18T21:19:13.175Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithBadDevice
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithUlimits
21:19:14 [2021-06-18T21:19:14.740Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
21:19:18 [2021-06-18T21:19:18.536Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
21:19:19 [2021-06-18T21:19:19.525Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
21:19:20 [2021-06-18T21:19:20.598Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
21:19:21 [2021-06-18T21:19:21.093Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveCheckTimes
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveImageId
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveLoadParents
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveMultipleNames
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveSingleTag
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
21:19:25 [2021-06-18T21:19:25.847Z] === RUN   TestDockerSuite/TestSearchCmdOptions
21:19:27 [2021-06-18T21:19:27.407Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
21:19:27 [2021-06-18T21:19:27.874Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
21:19:28 [2021-06-18T21:19:28.341Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
21:19:28 [2021-06-18T21:19:28.341Z] === RUN   TestDockerSuite/TestSearchWithLimit
21:19:30 [2021-06-18T21:19:30.551Z] === RUN   TestDockerSuite/TestSlowStdinClosing
21:19:36 [2021-06-18T21:19:36.407Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
21:19:36 [2021-06-18T21:19:36.407Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
21:19:38 [2021-06-18T21:19:38.675Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
21:19:42 [2021-06-18T21:19:42.277Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
21:19:42 [2021-06-18T21:19:42.277Z] === RUN   TestDockerSuite/TestStartAttachSilent
21:19:50 [2021-06-18T21:19:50.927Z] === RUN   TestDockerSuite/TestStartAttachWithRename
21:19:50 [2021-06-18T21:19:50.927Z] === RUN   TestDockerSuite/TestStartMultipleContainers
21:19:50 [2021-06-18T21:19:50.927Z] === RUN   TestDockerSuite/TestStartPausedContainer
21:19:50 [2021-06-18T21:19:50.927Z] === RUN   TestDockerSuite/TestStartRecordError
21:19:50 [2021-06-18T21:19:50.927Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
21:19:53 [2021-06-18T21:19:53.584Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsAllNoStream
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsFormatAll
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestStatsNoStream
21:19:54 [2021-06-18T21:19:54.716Z] === RUN   TestDockerSuite/TestTopMultipleArgs
21:19:56 [2021-06-18T21:19:56.281Z] === RUN   TestDockerSuite/TestTopNonPrivileged
21:19:58 [2021-06-18T21:19:58.490Z] === RUN   TestDockerSuite/TestTopPrivileged
21:19:58 [2021-06-18T21:19:58.490Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
21:20:00 [2021-06-18T21:20:00.051Z] === RUN   TestDockerSuite/TestVolumeCLICreate
21:20:08 [2021-06-18T21:20:08.456Z] --- PASS: TestDockerExternalVolumeSuite (440.03s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.83s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:53: [de092a4fdf1ee] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.51s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:53: [d1d4cea564691] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:53: [d4b88da516f68] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:53: [d0d685dcea159] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.49s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.46s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.49s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.61s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.49s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.20s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.28s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:485: [dee61b51a7b63] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_external_volume_driver_test.go:53: [d3973fad6a005] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z] PASS
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] === Skipped
21:20:08 [2021-06-18T21:20:08.456Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
21:20:08 [2021-06-18T21:20:08.456Z]         check_test.go:309: [dc994d59ffda6] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
21:20:08 [2021-06-18T21:20:08.456Z]         check_test.go:309: [d95719e1ca5ea] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
21:20:08 [2021-06-18T21:20:08.456Z]         check_test.go:309: [db9cd238d1b41] daemon is not started
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:20:08 [2021-06-18T21:20:08.456Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:20:08 [2021-06-18T21:20:08.456Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] DONE 273 tests, 5 skipped in 2710.480s
21:20:08 [2021-06-18T21:20:08.456Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:20:08 [2021-06-18T21:20:08.456Z] ++++ cat bundles/test-integration/docker.pid
21:20:08 [2021-06-18T21:20:08.456Z] +++ kill 8132
21:20:08 [2021-06-18T21:20:08.456Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de98b83f5575a/docker.pid
21:20:08 [2021-06-18T21:20:08.456Z] +++ kill 6236
21:20:08 [2021-06-18T21:20:08.456Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6236 is not a child of this shell
21:20:08 [2021-06-18T21:20:08.456Z] warning: PID 6236 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/de98b83f5575a/docker.pid had a nonzero exit code
21:20:08 [2021-06-18T21:20:08.456Z] +++ /etc/init.d/apparmor stop
21:20:08 [2021-06-18T21:20:08.456Z] Leaving: AppArmorNo profiles have been unloaded.
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] Unloading profiles will leave already running processes permanently
21:20:08 [2021-06-18T21:20:08.456Z] unconfined, which can lead to unexpected situations.
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.456Z] To set a process to complain mode, use the command line tool
21:20:08 [2021-06-18T21:20:08.456Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:20:08 [2021-06-18T21:20:08.456Z] +++ true
21:20:08 [2021-06-18T21:20:08.456Z] exiting test-integration
21:20:08 [2021-06-18T21:20:08.456Z] ++ exit 0
21:20:08 [2021-06-18T21:20:08.456Z] 
21:20:08 [2021-06-18T21:20:08.714Z] + exit 0
21:20:08 [2021-06-18T21:20:08.714Z] ++ jobs -p
21:20:08 [2021-06-18T21:20:08.714Z] + pids=
21:20:08 [2021-06-18T21:20:08.714Z] + echo 'Remaining pids to kill: []'
21:20:08 [2021-06-18T21:20:08.714Z] Remaining pids to kill: []
21:20:08 [2021-06-18T21:20:08.714Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
21:20:08 [2021-06-18T21:20:08.731Z] Recording test results
21:20:10 [2021-06-18T21:20:10.328Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
21:20:10 [2021-06-18T21:20:10.657Z] + echo Ensuring container killed.
21:20:10 [2021-06-18T21:20:10.657Z] Ensuring container killed.
21:20:10 [2021-06-18T21:20:10.657Z] + docker ps -aq -f name=docker-pr2-*
21:20:10 [2021-06-18T21:20:10.657Z] + cids=3970993eb62a
21:20:10 [2021-06-18T21:20:10.657Z] eb895a880bc4
21:20:10 [2021-06-18T21:20:10.657Z] 9b30e976f207
21:20:10 [2021-06-18T21:20:10.657Z] + [ -n 3970993eb62a
21:20:10 [2021-06-18T21:20:10.657Z] eb895a880bc4
21:20:10 [2021-06-18T21:20:10.657Z] 9b30e976f207 ]
21:20:10 [2021-06-18T21:20:10.657Z] + docker rm -vf 3970993eb62a eb895a880bc4 9b30e976f207
21:20:14 [2021-06-18T21:20:14.854Z] 3970993eb62a
21:20:14 [2021-06-18T21:20:14.854Z] eb895a880bc4
21:20:14 [2021-06-18T21:20:14.854Z] 9b30e976f207
[Pipeline] sh
21:20:15 [2021-06-18T21:20:15.143Z] + echo Chowning /workspace to jenkins user
21:20:15 [2021-06-18T21:20:15.143Z] Chowning /workspace to jenkins user
21:20:15 [2021-06-18T21:20:15.143Z] + id -u
21:20:15 [2021-06-18T21:20:15.143Z] + id -g
21:20:15 [2021-06-18T21:20:15.143Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42538:/workspace busybox chown -R 1000:1000 /workspace
21:20:15 [2021-06-18T21:20:15.143Z] Unable to find image 'busybox:latest' locally
21:20:15 [2021-06-18T21:20:15.402Z] latest: Pulling from library/busybox
21:20:15 [2021-06-18T21:20:15.402Z] b71f96345d44: Pulling fs layer
21:20:15 [2021-06-18T21:20:15.660Z] b71f96345d44: Verifying Checksum
21:20:15 [2021-06-18T21:20:15.660Z] b71f96345d44: Download complete
21:20:15 [2021-06-18T21:20:15.660Z] b71f96345d44: Pull complete
21:20:15 [2021-06-18T21:20:15.919Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
21:20:15 [2021-06-18T21:20:15.919Z] Status: Downloaded newer image for busybox:latest
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
21:20:17 [2021-06-18T21:20:17.854Z] === RUN   TestDockerSuite/TestVolumeCLILs
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
21:20:20 [2021-06-18T21:20:20.407Z] + bundleName=amd64
21:20:20 [2021-06-18T21:20:20.407Z] + echo Creating amd64-bundles.tar.gz
21:20:20 [2021-06-18T21:20:20.407Z] Creating amd64-bundles.tar.gz
21:20:20 [2021-06-18T21:20:20.407Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
21:20:20 [2021-06-18T21:20:20.407Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
21:20:21 [2021-06-18T21:20:21.797Z] Archiving artifacts
21:20:23 [2021-06-18T21:20:23.633Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:20:23 [2021-06-18T21:20:23.710Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
21:20:23 [2021-06-18T21:20:23.710Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
21:20:23 [2021-06-18T21:20:23.939Z] + make clean
21:20:24 [2021-06-18T21:20:24.197Z] docker volume rm -f docker-dev-cache
21:20:24 [2021-06-18T21:20:24.197Z] docker-dev-cache
[Pipeline] deleteDir
21:20:25 [2021-06-18T21:20:25.920Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
21:20:25 [2021-06-18T21:20:25.920Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
21:20:26 [2021-06-18T21:20:26.387Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
21:20:26 [2021-06-18T21:20:26.387Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
21:20:26 [2021-06-18T21:20:26.387Z] === RUN   TestDockerSuite/TestVolumeCLIRm
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:20:38 [2021-06-18T21:20:38.867Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
21:20:38 [2021-06-18T21:20:38.867Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
21:20:38 [2021-06-18T21:20:38.867Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
21:20:38 [2021-06-18T21:20:38.867Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
21:20:38 [2021-06-18T21:20:38.867Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
21:20:44 [2021-06-18T21:20:44.725Z] === RUN   TestDockerSuite/TestVolumeLsFormat
21:20:44 [2021-06-18T21:20:44.725Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
21:20:44 [2021-06-18T21:20:44.725Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
21:20:53 [2021-06-18T21:20:53.374Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
21:20:53 [2021-06-18T21:20:53.374Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
21:20:53 [2021-06-18T21:20:53.374Z] --- PASS: TestDockerSuite (2148.26s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.62s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.17s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.93s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.39s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.80s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.97s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_run_test.go:3177: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.15s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.46s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (87.82s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.51s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.34s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.65s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.15s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.67s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.14s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.14s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.21s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (3.97s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.81s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.96s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.25s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (8.54s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddTar (40.37s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.32s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.42s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.50s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.80s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.22s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.81s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.76s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.65s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (32.27s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.63s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.02s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.74s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.03s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.22s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.05s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.44s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.32s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.94s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.63s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.62s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.12s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (25.81s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.88s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.76s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.07s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.62s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.54s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (27.75s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.26s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.55s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.69s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.02s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.18s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (61.81s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.23s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s)
21:20:53 [2021-06-18T21:20:53.374Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (61.62s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.27s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.57s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.48s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.04s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (17.74s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.36s)
21:20:53 [2021-06-18T21:20:53.374Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.96s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.95s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (82.08s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.83s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.33s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.57s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.87s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.63s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.73s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.87s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.45s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFails (6.65s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.42s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.35s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildForceRm (5.21s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromGit (9.42s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.12s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.37s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.44s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.67s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildHistory (8.25s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.76s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.63s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.48s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.73s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.76s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.77s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.44s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.53s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (3.91s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (11.89s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (23.99s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.13s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.34s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.79s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.27s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.03s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.13s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.20s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.37s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.89s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.00s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (11.93s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.17s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (6.84s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.90s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.85s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.93s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.77s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.86s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.79s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (36.68s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (33.89s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildRm (10.25s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.67s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.04s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.69s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (7.68s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (3.53s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (12.72s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.45s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.23s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.81s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildStderr (3.45s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.87s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.47s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.93s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (3.67s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.15s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (3.32s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.44s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (6.98s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.15s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.68s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (6.68s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.23s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.09s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.90s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (3.67s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (19.81s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.00s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.35s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.48s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_sni_test.go:18: Flakey test
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.80s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.53s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitChange (3.90s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (3.50s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitNewFile (5.23s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitTTY (10.34s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.55s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.02s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.22s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.82s)
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.375Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.375Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (6.65s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.02s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.13s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.77s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.75s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.86s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.89s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.88s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.63s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.09s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.16s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.82s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (7.73s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.25s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.49s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (6.64s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.78s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.78s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.61s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.59s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.70s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.23s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.32s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (7.24s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.24s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0008ad180_<nil>} (2.20s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1029570450_c:\foo_false__<nil>_<nil>_<nil>} (7.22s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1029570450_c:\foo_true__<nil>_<nil>_<nil>} (2.22s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.12s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
21:20:53 [2021-06-18T21:20:53.376Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.04s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (1.94s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.94s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToCaseA (3.53s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.04s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToCaseE (11.83s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToCaseH (11.85s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToDot (1.93s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.02s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.12s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.12s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.80s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.86s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.14s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.60s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.49s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.12s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateRM (0.23s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.12s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.22s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.07s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.15s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.35s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.41s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.13s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.86s)
21:20:53 [2021-06-18T21:20:53.376Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:20:53 [2021-06-18T21:20:53.376Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.376Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestDockerFails (0.05s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (1.95s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.90s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.97s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (6.24s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsCopy (3.95s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.15s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.89s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.63s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.04s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.31s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.79s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFilters (3.74s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFormat (8.60s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.14s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsRename (1.97s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsResize (2.28s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.85s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.06s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.27s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.71s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.07s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.57s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.55s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.59s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.71s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.71s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.71s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.39s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.79s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.12s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.94s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.844Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.85s)
21:20:53 [2021-06-18T21:20:53.844Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
21:20:53 [2021-06-18T21:20:53.844Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.34s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.68s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.65s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.60s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.59s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.57s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.78s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.48s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.63s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.09s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.17s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.32s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.45s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.81s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.77s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.79s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.78s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.87s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectHistory (3.53s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectInt64 (1.80s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.82s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.13s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.79s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.76s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.76s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.12s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.36s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.84s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.85s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.74s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.91s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.81s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.80s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.60s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.65s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.17s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.91s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.78s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.90s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.94s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.99s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.17s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.86s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsSince (8.43s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsTail (2.22s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.08s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.89s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.69s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.57s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsByOrder (6.59s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (7.14s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.34s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.22s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s)
21:20:53 [2021-06-18T21:20:53.845Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.71s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.91s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.51s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.48s)
21:20:53 [2021-06-18T21:20:53.845Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.76s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestPsShowMounts (5.72s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.28s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.30s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.00s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.11s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.90s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.18s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.13s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.54s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.44s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.27s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.42s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.23s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.30s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.36s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.54s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.32s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.02s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.89s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.43s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiTag (0.56s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.03s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.68s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.05s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.90s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.88s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.67s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.66s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.24s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.81s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.66s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.91s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunBindMounts (3.72s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.82s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.50s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.64s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.94s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.02s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (6.69s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (1.87s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.26s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.35s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.90s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.07s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.85s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.81s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.85s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunExitCode (1.82s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.82s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (1.90s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.84s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.25s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.66s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.43s)
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:20:53 [2021-06-18T21:20:53.846Z]         docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.846Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.81s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.82s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.32s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.23s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.79s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.79s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.61s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.92s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2882: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.30s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunRm (1.90s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.02s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (1.94s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (1.84s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.79s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.16s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.87s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.65s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.24s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2921: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.92s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.70s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.42s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.33s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.68s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.64s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.07s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.07s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.95s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.86s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.14s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.42s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.80s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.81s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3038: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.43s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.25s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (8.08s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.48s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.78s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (1.93s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.75s)
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.847Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.847Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (6.92s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.43s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.32s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (11.18s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.47s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.72s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.72s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s)
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistrySuite/TestV2Only
21:20:53 [2021-06-18T21:20:53.848Z] --- PASS: TestDockerRegistrySuite (0.10s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
21:20:53 [2021-06-18T21:20:53.848Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
21:20:53 [2021-06-18T21:20:53.848Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
21:20:53 [2021-06-18T21:20:53.848Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
21:20:53 [2021-06-18T21:20:53.848Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:20:53 [2021-06-18T21:20:53.848Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.848Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerDaemonSuite
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
21:20:53 [2021-06-18T21:20:53.849Z] --- PASS: TestDockerDaemonSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerSwarmSuite
21:20:53 [2021-06-18T21:20:53.849Z] --- PASS: TestDockerSwarmSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginCreate
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginInspect
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerPluginSuite/TestPluginSet
21:20:53 [2021-06-18T21:20:53.849Z] --- PASS: TestDockerPluginSuite (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerExternalVolumeSuite
21:20:53 [2021-06-18T21:20:53.849Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]     check_test.go:128: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerNetworkSuite
21:20:53 [2021-06-18T21:20:53.849Z] --- SKIP: TestDockerNetworkSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]     check_test.go:134: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] === RUN   TestDockerHubPullSuite
21:20:53 [2021-06-18T21:20:53.849Z] --- SKIP: TestDockerHubPullSuite (0.00s)
21:20:53 [2021-06-18T21:20:53.849Z]     check_test.go:142: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] PASS
21:20:53 [2021-06-18T21:20:53.849Z] ok  	github.com/docker/docker/integration-cli	2148.772s
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === Skipped
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_run_test.go:3177: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:20:53 [2021-06-18T21:20:53.849Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.849Z] 
21:20:53 [2021-06-18T21:20:53.849Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s)
21:20:53 [2021-06-18T21:20:53.849Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.27s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_sni_test.go:18: Flakey test
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.850Z] 
21:20:53 [2021-06-18T21:20:53.850Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:20:53 [2021-06-18T21:20:53.850Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:20:53 [2021-06-18T21:20:53.851Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.851Z] 
21:20:53 [2021-06-18T21:20:53.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:20:53 [2021-06-18T21:20:53.851Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
21:20:53 [2021-06-18T21:20:53.852Z] 
21:20:53 [2021-06-18T21:20:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
21:20:53 [2021-06-18T21:20:53.852Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:20:54 [2021-06-18T21:20:54.319Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.319Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
21:20:54 [2021-06-18T21:20:54.320Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.320Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
21:20:54 [2021-06-18T21:20:54.321Z]         docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.321Z] 
21:20:54 [2021-06-18T21:20:54.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:20:54 [2021-06-18T21:20:54.322Z]         docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.322Z] 
21:20:54 [2021-06-18T21:20:54.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:20:54 [2021-06-18T21:20:54.322Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2882: unmatched requirement Apparmor
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2921: unmatched requirement Apparmor
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3038: unmatched requirement Apparmor
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.323Z] 
21:20:54 [2021-06-18T21:20:54.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
21:20:54 [2021-06-18T21:20:54.323Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:20:54 [2021-06-18T21:20:54.324Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.324Z] 
21:20:54 [2021-06-18T21:20:54.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:20:54 [2021-06-18T21:20:54.324Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     check_test.go:128: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     check_test.go:134: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
21:20:54 [2021-06-18T21:20:54.325Z]     check_test.go:142: unmatched requirement DaemonIsLinux
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] DONE 1093 tests, 547 skipped in 2156.167s
21:20:54 [2021-06-18T21:20:54.325Z] INFO: Integration tests ended at 06/18/2021 21:20:54. Duration:00:35:56.2452344
21:20:54 [2021-06-18T21:20:54.325Z] INFO: Docker info of the daemon under test at end of run
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] Containers: 2
21:20:54 [2021-06-18T21:20:54.325Z]  Running: 0
21:20:54 [2021-06-18T21:20:54.325Z]  Paused: 0
21:20:54 [2021-06-18T21:20:54.325Z]  Stopped: 2
21:20:54 [2021-06-18T21:20:54.325Z] Images: 18
21:20:54 [2021-06-18T21:20:54.325Z] Server Version: 0.0.0-dev
21:20:54 [2021-06-18T21:20:54.325Z] Storage Driver: windowsfilter
21:20:54 [2021-06-18T21:20:54.325Z]  Windows: 
21:20:54 [2021-06-18T21:20:54.325Z] Logging Driver: json-file
21:20:54 [2021-06-18T21:20:54.325Z] Plugins: 
21:20:54 [2021-06-18T21:20:54.325Z]  Volume: local
21:20:54 [2021-06-18T21:20:54.325Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
21:20:54 [2021-06-18T21:20:54.325Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
21:20:54 [2021-06-18T21:20:54.325Z] Swarm: inactive
21:20:54 [2021-06-18T21:20:54.325Z] Default Isolation: process
21:20:54 [2021-06-18T21:20:54.325Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
21:20:54 [2021-06-18T21:20:54.325Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
21:20:54 [2021-06-18T21:20:54.325Z] OSType: windows
21:20:54 [2021-06-18T21:20:54.325Z] Architecture: x86_64
21:20:54 [2021-06-18T21:20:54.325Z] CPUs: 4
21:20:54 [2021-06-18T21:20:54.325Z] Total Memory: 32GiB
21:20:54 [2021-06-18T21:20:54.325Z] Name: azwin-2-a3a470
21:20:54 [2021-06-18T21:20:54.325Z] ID: HP7K:RCRS:DHWD:F55L:FVDC:25HY:MHJT:L7O3:ZITY:WGN3:CQKH:ONWL
21:20:54 [2021-06-18T21:20:54.325Z] Docker Root Dir: D:\CI\PR-42538\2\daemon
21:20:54 [2021-06-18T21:20:54.325Z] Debug Mode (client): false
21:20:54 [2021-06-18T21:20:54.325Z] Debug Mode (server): true
21:20:54 [2021-06-18T21:20:54.325Z]  File Descriptors: -1
21:20:54 [2021-06-18T21:20:54.325Z]  Goroutines: 17
21:20:54 [2021-06-18T21:20:54.325Z]  System Time: 2021-06-18T21:20:54.1538501Z
21:20:54 [2021-06-18T21:20:54.325Z]  EventsListeners: 0
21:20:54 [2021-06-18T21:20:54.325Z] Registry: https://index.docker.io/v1/
21:20:54 [2021-06-18T21:20:54.325Z] Labels:
21:20:54 [2021-06-18T21:20:54.325Z] Experimental: false
21:20:54 [2021-06-18T21:20:54.325Z] Insecure Registries:
21:20:54 [2021-06-18T21:20:54.325Z]  127.0.0.0/8
21:20:54 [2021-06-18T21:20:54.325Z] Live Restore Enabled: false
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] 
21:20:54 [2021-06-18T21:20:54.325Z] INFO: Stopping daemon under test
21:20:54 [2021-06-18T21:20:54.792Z] SUCCESS: The process with PID 5336 (child process of PID 2952) has been terminated.
21:20:54 [2021-06-18T21:20:54.792Z] SUCCESS: The process with PID 2952 (child process of PID 4700) has been terminated.
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Stop tailing logs of the daemon under tests
21:20:54 [2021-06-18T21:20:54.792Z] INFO: executeCI.ps1 Completed successfully at 06/18/2021 21:20:54.
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Tidying up at end of run
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Saving daemon under test log (d:\CI\PR-42538\2\dut.out) to bundles\CIDUT.out
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Saving daemon under test log (d:\CI\PR-42538\2\dut.err) to bundles\CIDUT.err
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Nuke-Everything...
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Container count on control daemon to delete is 2
21:20:54 [2021-06-18T21:20:54.792Z] 89fe488919e4
21:20:54 [2021-06-18T21:20:54.792Z] 658cef7e2278
21:20:54 [2021-06-18T21:20:54.792Z] INFO: Tidying pidfile d:\CI\PR-42538\2\docker.pid
21:20:55 [2021-06-18T21:20:55.259Z] INFO: Nuking d:\CI
21:21:20 [2021-06-18T21:21:20.534Z] INFO: Zapped successfully
21:21:20 [2021-06-18T21:21:20.534Z] 
21:21:20 [2021-06-18T21:21:20.534Z] INFO: executeCI.ps1 exiting at Fri Jun 18 21:21:16 CUT 2021. Duration 00:57:45.1295719
21:21:20 [2021-06-18T21:21:20.534Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
21:21:20 [2021-06-18T21:21:20.782Z] Recording test results
21:21:27 [2021-06-18T21:21:27.551Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
21:21:29 [2021-06-18T21:21:29.070Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
21:21:30 [2021-06-18T21:21:30.851Z] Archiving artifacts
21:21:45 [2021-06-18T21:21:45.257Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42538/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:21:46 [2021-06-18T21:21:46.206Z] + make clean
21:21:47 [2021-06-18T21:21:47.191Z] docker volume rm -f docker-dev-cache
21:21:47 [2021-06-18T21:21:47.191Z] 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